]> granicus.if.org Git - apache/commitdiff
Get Win32 building after yesterday's patch to make MPM's explain
authorAllan K. Edwards <ake@apache.org>
Thu, 22 Jun 2000 19:17:20 +0000 (19:17 +0000)
committerAllan K. Edwards <ake@apache.org>
Thu, 22 Jun 2000 19:17:20 +0000 (19:17 +0000)
where to change compiled-in limits.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85660 13f79535-47bb-0310-9956-ffa450edef68

os/win32/os.h
server/mpm/winnt/mpm_winnt.c

index 5090362cb895c8d03b9e5826eafea59cbbe5dde7..cb82e7adfe43e1c6c2958ddfccc5ba23e1729a51 100644 (file)
@@ -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 <stddef.h>
 
 __inline int ap_os_is_path_absolute(const char *file)
index 6eb513f99dcb166743c6344432603a6ece54b2a7..616a17048e97067d55f775b14eccba8c84352299 100644 (file)
@@ -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