]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Bring in basic support for building the winnt MPM under mingw32, using the autoconf...
authorPaul Querna <pquerna@apache.org>
Sat, 15 Jul 2006 09:03:52 +0000 (09:03 +0000)
committerPaul Querna <pquerna@apache.org>
Sat, 15 Jul 2006 09:03:52 +0000 (09:03 +0000)
commitf9d3d9f6a55c9f1a700c6295c7f37041c93297fd
tree22acfa69533b940e0590badf16f708a1ea40e370
parenta3f4adfa282980236c02f18671fca8d0b601618f
Bring in basic support for building the winnt MPM under mingw32, using the autoconf build system.  Currently this will get you to the point of linking errors on gen_test_char.

configure.in: Default to winnt MPM on mingw32 hosts.
configure.in: Add AP_DECLARE_EXPORT for mingw32 hsots.

os/config.m4: Use win32 dir under mingw32.
os/win32/Makefile.in: Add in a new makefile to generate libos on win32.

server/mpm/config.m4: Add winnt MPM to the help string.
server/mpm/config.m4: winnt MPM is a threaded MPM.

server/mpm/winnt/child.c: SO_UPDATE_ACCEPT_CONTEXT is defined under a different header in mingw32.

server/mpm/winnt/{Makefile.in,config.m4}: Base build for winnt MPM.

os/win32,server/mpm/winnt: Update svn:ignore for .deps/.libs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@422182 13f79535-47bb-0310-9956-ffa450edef68
configure.in
os/config.m4
os/win32/Makefile.in [new file with mode: 0644]
server/mpm/config.m4
server/mpm/winnt/Makefile.in [new file with mode: 0644]
server/mpm/winnt/child.c
server/mpm/winnt/config.m4 [new file with mode: 0644]