Commit 29da0676 authored by Paul Querna's avatar Paul Querna
Browse files

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
parent 6d3b687c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>