From: Paul Querna Date: Sat, 15 Jul 2006 09:25:28 +0000 (+0000) Subject: On mingw32, the APACHE_MPM_DIR is defined from the autoconf generated files. X-Git-Tag: 2.3.0~2250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb2e304ba8b3ecda3e69b9aaf9e9c5990b98c834;p=apache On mingw32, the APACHE_MPM_DIR is defined from the autoconf generated files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@422191 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/win32/os.h b/os/win32/os.h index ff7dc0089b..9a386847d4 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -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