From: Allan K. Edwards Date: Thu, 22 Jun 2000 19:17:20 +0000 (+0000) Subject: Get Win32 building after yesterday's patch to make MPM's explain X-Git-Tag: APACHE_2_0_ALPHA_5~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4284045bed04d01c04a113fd44b6485bd9bc1109;p=apache Get Win32 building after yesterday's patch to make MPM's explain where to change compiled-in limits. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85660 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/win32/os.h b/os/win32/os.h index 5090362cb8..cb82e7adfe 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -130,6 +130,8 @@ typedef char * caddr_t; #define O_RDWR _O_RDWR /* Seems Windows is not a subgenius */ #define NO_SLACK +#define APACHE_MPM_DIR "modules/mpm/winnt" /* generated on unix */ + #include __inline int ap_os_is_path_absolute(const char *file) diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 6eb513f99d..616a17048e 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -71,6 +71,7 @@ #include "mpm_default.h" #include "iol_socket.h" #include "mpm_winnt.h" +#include "mpm_common.h" /* * Definitions of WINNT MPM specific config globals