History log of /httpd/os/os2/Makefile.in
Revision Date Author Comments Expand
4a13940dc2990df0a798718d3a3f9cf1566c2217 807930 26-Aug-2009 bjh

Bring back OS/2 support. Reverses r758929 with a little bit of conflict resolution.

/httpd/LAYOUT /httpd/Makefile.in /httpd/build/instdso.sh /httpd/configure.in /httpd/docs/manual/logs.xml /httpd/docs/manual/mod/core.xml /httpd/docs/manual/mod/mod_autoindex.xml /httpd/include/httpd.h /httpd/modules/arch/unix/mod_unixd.c /httpd/modules/dav/fs/config6.m4 /httpd/modules/dav/lock/config6.m4 /httpd/modules/examples/mod_example_ipc.c /httpd/modules/filters/mod_include.c /httpd/modules/generators/mod_cgi.c /httpd/modules/generators/mod_cgid.c /httpd/modules/generators/mod_status.c /httpd/modules/mappers/mod_rewrite.c /httpd/modules/mappers/mod_userdir.c /httpd/modules/proxy/config.m4 /httpd/os/config.m4 Makefile.in config.m4 core.mk core_header.def os.h util_os2.c /httpd/server/Makefile.in /httpd/server/core.c /httpd/server/gen_test_char.c /httpd/server/mpm_common.c /httpd/server/protocol.c /httpd/server/request.c /httpd/server/util.c /httpd/server/util_script.c /httpd/support/apxs.in /httpd/support/fcgistarter.c /httpd/support/rotatelogs.c
1ca054782cb35b5f67686a41b1df75c269fa617b 758929 27-Mar-2009 trawick

remove OS/2 platform support

/httpd/LAYOUT /httpd/Makefile.in /httpd/build/instdso.sh /httpd/configure.in /httpd/docs/manual/logs.xml /httpd/docs/manual/mod/core.xml /httpd/docs/manual/mod/mod_autoindex.xml /httpd/include/httpd.h /httpd/modules/arch/unix/mod_unixd.c /httpd/modules/dav/fs/config6.m4 /httpd/modules/dav/lock/config6.m4 /httpd/modules/examples/mod_example_ipc.c /httpd/modules/filters/mod_include.c /httpd/modules/generators/mod_cgi.c /httpd/modules/generators/mod_cgid.c /httpd/modules/generators/mod_status.c /httpd/modules/mappers/mod_rewrite.c /httpd/modules/mappers/mod_userdir.c /httpd/modules/proxy/config.m4 /httpd/os/config.m4 Makefile.in config.m4 core.mk core_header.def os.h util_os2.c /httpd/server/Makefile.in /httpd/server/core.c /httpd/server/gen_test_char.c /httpd/server/mpm_common.c /httpd/server/protocol.c /httpd/server/request.c /httpd/server/util.c /httpd/server/util_script.c /httpd/support/apxs.in /httpd/support/fcgistarter.c /httpd/support/rotatelogs.c
ddba4dfee841ebce9f22bae785c5d98f19303762 90656 25-Aug-2001 bjh

os-inline.c is no more...

4a4d78dbe25b99bd1b20723ca40485a80a1bee78 87205 05-Dec-2000 bjh

OS/2: os.c doesn't exist anymore, remove it from the build.

f366ab23a47fc7d54c23f94f5b63f18cac4d6606 85737 01-Jul-2000 bjh

Remove iol_socket.c from OS/2 build after Ryans's cleanup.

b3aeccd394a91bef671438fa47b9ccd7cd6145a5 85102 30-Apr-2000 sascha

Overall UNIX build system improvements: * Makefile header is now completely dynamic * Absolute paths everywhere (fixes Tru64 support) * Get rid of LTLIBRARY_SHARED_NAME rule in library.mk (fixes Irix support, untested) * VPATH does not contain variables anymore (fixes UnixWare support) * Remove inclusion of program.mk in support/Makefile.in (PROGRAM_NAME is empty => breaks Irix and others) * Call REENTRANCY_FLAGS earlier, so that flags are passed to header checks (might fix OpenBSD pthread.h-detection, untested)

2795c373a9fb112dc77576c1dfc23119f02d598a 84770 15-Mar-2000 manoj

Minor nit: use top_srcdir instead of topsrcdir, to be more consistent with autoconf.

8bbccaba6ee268257be0202b6002411d1c2c3900 84522 26-Jan-2000 bjh

Get OS/2 working with new configure system. Yay! :)