A bunch of changes to get the server compiling on WIN32. mod_cgi, mod_include,

mod_isapi and mod_so don't work so I am not making them. Moved a lot of code out
of multithread.*  and into os.* (didn't want to add multithread to the new repository).
Much of this can be cleaned up when APR is stable.

And Dean's gonna but me for sure for the http_main hit. It's may be
possible to name a DLL entry point 'main()'. Just havent tried it yet.

Enjoy!


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bill Stoddard
1999-08-27 22:57:27 +00:00
parent b8390cd2d2
commit cb7f073d26
9 changed files with 235 additions and 164 deletions

View File

@ -1075,6 +1075,7 @@ typedef int rlim_t;
#else /* WIN32 */
#include <winsock2.h>
#include <mswsock.h> /* AcceptEx, et. al. TODO: move into OS specific file (os.h? apr?) */
#include <malloc.h>
#include <io.h>
#include <fcntl.h>