]> granicus.if.org Git - apache/commitdiff
Windows doesn't have ap_config_auto. Perhaps we need a HAVE_CONFIG_AUTO
authorBill Stoddard <stoddard@apache.org>
Tue, 13 Feb 2001 19:48:59 +0000 (19:48 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 13 Feb 2001 19:48:59 +0000 (19:48 +0000)
macro?

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

include/mpm_common.h

index 9671d9fb16f1ffdf74fd7abfe9948aee58bf58fe..f51d8e8cf90afa97e9ef4a02b908f83527eaaf0b 100644 (file)
@@ -70,7 +70,9 @@
 #ifndef APACHE_MPM_COMMON_H
 #define APACHE_MPM_COMMON_H
 
+#ifndef WIN32
 #include "ap_config_auto.h"
+#endif
 
 #ifdef HAVE_NETINET_TCP_H
 #include <netinet/tcp.h>    /* for TCP_NODELAY */