Commit 19bc4e44 authored by Bill Stoddard's avatar Bill Stoddard
Browse files

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
parent 99aa6ccf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */