From: Ryan Bloom Date: Tue, 18 Jan 2000 23:41:56 +0000 (+0000) Subject: This is a huge change to the configure system. Basically, this name space X-Git-Tag: 1.3.13~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70a4fae036f14a1f34bdfa29d0627b631aa6d286;p=thirdparty%2Fapache%2Fhttpd.git This is a huge change to the configure system. Basically, this name space protects most, if not all, of the Apache macros. This has been tested on Linux using all of the Unix MPM's. The biggest push was that Apache's httpd.h header file can no longer include the ap_config.h file. Most of the other files include this themselves now. Submitted by: Ryan Bloom and Manoj Kasichainula git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84492 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_access.c b/modules/aaa/mod_access.c index 08639abfd1d..04645985516 100644 --- a/modules/aaa/mod_access.c +++ b/modules/aaa/mod_access.c @@ -62,11 +62,13 @@ * */ +#include "apr_network_io.h" #include "httpd.h" #include "http_core.h" #include "http_config.h" #include "http_log.h" #include "http_request.h" +#include enum allowdeny_type { T_ENV, diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c index 9159eaa7bde..967a58c471b 100644 --- a/modules/aaa/mod_auth_digest.c +++ b/modules/aaa/mod_auth_digest.c @@ -125,7 +125,6 @@ #include "http_request.h" #include "http_log.h" #include "http_protocol.h" -#include "ap_config.h" #include "ap_ctype.h" #include "util_uri.h" #include "util_md5.h" diff --git a/modules/echo/mod_echo.c b/modules/echo/mod_echo.c index 9fa543de956..d622c93de59 100644 --- a/modules/echo/mod_echo.c +++ b/modules/echo/mod_echo.c @@ -1,3 +1,4 @@ +#include "ap_mmn.h" #include "httpd.h" #include "http_config.h" #include "http_connection.h" diff --git a/modules/filters/mod_include.c b/modules/filters/mod_include.c index c48241bb101..2931d805e2d 100644 --- a/modules/filters/mod_include.c +++ b/modules/filters/mod_include.c @@ -92,6 +92,9 @@ #include "http_log.h" #include "http_main.h" #include "util_script.h" +#include +#include +#include #endif #define STARTING_SEQUENCE "