From: Bill Stoddard Date: Tue, 13 Feb 2001 19:48:59 +0000 (+0000) Subject: Windows doesn't have ap_config_auto. Perhaps we need a HAVE_CONFIG_AUTO X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19bc4e44007d18b99721f8f0692b62c68c6d9718;p=apache Windows doesn't have ap_config_auto. Perhaps we need a HAVE_CONFIG_AUTO macro? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88138 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/mpm_common.h b/include/mpm_common.h index 9671d9fb16..f51d8e8cf9 100644 --- a/include/mpm_common.h +++ b/include/mpm_common.h @@ -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 /* for TCP_NODELAY */