#ifndef APACHE_MPM_COMMON_H
#define APACHE_MPM_COMMON_H
-#ifndef WIN32
-#include "ap_config_auto.h"
-#endif
+#include "ap_config.h"
#ifdef HAVE_NETINET_TCP_H
#include <netinet/tcp.h> /* for TCP_NODELAY */
* - expired nonces give amaya fits.
*/
-#ifndef WIN32
-#include "ap_config_auto.h"
-#endif
-#include "httpd.h"
-#include "http_config.h"
-#include "http_core.h"
-#include "http_request.h"
-#include "http_log.h"
-#include "http_protocol.h"
-#include "util_uri.h"
-#include "util_md5.h"
#include "apr_sha1.h"
#include "apr_base64.h"
#include "apr_lib.h"
#include "apr_errno.h"
#include "apr_lock.h"
#include "apr_strings.h"
+
#define APR_WANT_STRFUNC
#include "apr_want.h"
+#include "ap_config.h"
+#include "httpd.h"
+#include "http_config.h"
+#include "http_core.h"
+#include "http_request.h"
+#include "http_log.h"
+#include "http_protocol.h"
+#include "util_uri.h"
+#include "util_md5.h"
+
#if APR_HAS_SHARED_MEMORY
#include "apr_shmem.h"
#else
apr_status_t apr_shm_avail(apr_shmem_t *c, apr_size_t *avail) {
return APR_ENOTIMPL;
}
-#endif
+#endif /* APR_HAS_SHARED_MEMORY */
/* struct to hold the configuration info */