diff options
author | Bill Stoddard <stoddard@apache.org> | 2001-02-13 20:48:59 +0100 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2001-02-13 20:48:59 +0100 |
commit | 526d01a4866071ca72f83376ae3052b0859aeaa2 (patch) | |
tree | 8d4be51ba4858117c1c40d067e579e2a77a6e751 /include/mpm_common.h | |
parent | The "src/" directory no longer exists. Clean up the HARD_SERVER_LIMITS (diff) | |
download | apache2-526d01a4866071ca72f83376ae3052b0859aeaa2.tar.xz apache2-526d01a4866071ca72f83376ae3052b0859aeaa2.zip |
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
Diffstat (limited to '')
-rw-r--r-- | include/mpm_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <netinet/tcp.h> /* for TCP_NODELAY */ |