git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84110
13f79535-47bb-0310-9956-
ffa450edef68
# End Source File
# Begin Source File
-SOURCE=.\os\win32\getopt.c
-# End Source File
-# Begin Source File
-
SOURCE=.\main\http_config.c
# End Source File
# Begin Source File
# End Source File
# Begin Source File
-SOURCE=.\os\win32\getopt.h
-# End Source File
-# Begin Source File
-
SOURCE=.\include\hsregex.h
# End Source File
# Begin Source File
# End Source File
# Begin Source File
-SOURCE=.\os\win32\getopt.c
-# End Source File
-# Begin Source File
-
SOURCE=.\main\http_config.c
# End Source File
# Begin Source File
# End Source File
# Begin Source File
-SOURCE=.\os\win32\getopt.h
-# End Source File
-# Begin Source File
-
SOURCE=.\include\hsregex.h
# End Source File
# Begin Source File
ap_context_t *g_pHookPool;
-extern char *optarg;
+API_VAR_IMPORT char *optarg;
#ifdef WIN32
API_EXPORT_NONSTD(int) apache_main(int argc, char *argv[])
#include "ap_mpm.h"
#include "ap_config.h"
#include "ap_listen.h"
-#include "../os/win32/getopt.h"
#include "mpm_default.h"
#include "../os/win32/iol_socket.h"
#include "winnt.h"
static void winnt_pre_config(ap_context_t *pconf, ap_context_t *plog, ap_context_t *ptemp)
{
char *pid;
- one_process=1;//!!getenv("ONE_PROCESS");
+#if 0
+ one_process=1;
+#else
+ one_process = !!getenv("ONE_PROCESS");
+#endif
osver.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
GetVersionEx(&osver);