]> granicus.if.org Git - apache/commitdiff
On mingw32, the APACHE_MPM_DIR is defined from the autoconf generated files.
authorPaul Querna <pquerna@apache.org>
Sat, 15 Jul 2006 09:25:28 +0000 (09:25 +0000)
committerPaul Querna <pquerna@apache.org>
Sat, 15 Jul 2006 09:25:28 +0000 (09:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@422191 13f79535-47bb-0310-9956-ffa450edef68

os/win32/os.h

index ff7dc0089b6b103afab442062919f5924de475a9..9a386847d4f72bca51ff46d300249d0182126c73 100644 (file)
@@ -45,7 +45,9 @@
 #define HAVE_UNC_PATHS
 #define CASE_BLIND_FILESYSTEM
 
+#ifndef __MINGW32__
 #define APACHE_MPM_DIR  "server/mpm/winnt" /* generated on unix */
+#endif
 
 #include <stddef.h>