From cb2e304ba8b3ecda3e69b9aaf9e9c5990b98c834 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Sat, 15 Jul 2006 09:25:28 +0000 Subject: [PATCH] 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 --- os/win32/os.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os/win32/os.h b/os/win32/os.h index ff7dc0089b6..9a386847d4f 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 -- 2.47.2