diff options
author | Paul Querna <pquerna@apache.org> | 2008-04-07 12:45:43 +0200 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2008-04-07 12:45:43 +0200 |
commit | a324a1d72f2f9c3d48bd4615b462a922760ba643 (patch) | |
tree | 677c7b3b068a9f257a30650a1cabb3eb04a81fec /modules/http | |
parent | Remove ap_graceful_stop_signalled from all MPMs. (diff) | |
download | apache2-a324a1d72f2f9c3d48bd4615b462a922760ba643.tar.xz apache2-a324a1d72f2f9c3d48bd4615b462a922760ba643.zip |
Remove all references to CORE_PRIVATE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http')
-rw-r--r-- | modules/http/byterange_filter.c | 1 | ||||
-rw-r--r-- | modules/http/chunk_filter.c | 1 | ||||
-rw-r--r-- | modules/http/http_core.c | 1 | ||||
-rw-r--r-- | modules/http/http_etag.c | 1 | ||||
-rw-r--r-- | modules/http/http_filters.c | 1 | ||||
-rw-r--r-- | modules/http/http_protocol.c | 1 | ||||
-rw-r--r-- | modules/http/http_request.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/modules/http/byterange_filter.c b/modules/http/byterange_filter.c index a25d1e5957..6e172a652a 100644 --- a/modules/http/byterange_filter.c +++ b/modules/http/byterange_filter.c @@ -29,7 +29,6 @@ #define APR_WANT_MEMFUNC #include "apr_want.h" -#define CORE_PRIVATE #include "util_filter.h" #include "ap_config.h" #include "httpd.h" diff --git a/modules/http/chunk_filter.c b/modules/http/chunk_filter.c index b680185b80..a8ce0d0240 100644 --- a/modules/http/chunk_filter.c +++ b/modules/http/chunk_filter.c @@ -24,7 +24,6 @@ #define APR_WANT_STRFUNC #include "apr_want.h" -#define CORE_PRIVATE #include "httpd.h" #include "http_config.h" #include "http_connection.h" diff --git a/modules/http/http_core.c b/modules/http/http_core.c index faf47b671e..fbe4aa3db5 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -20,7 +20,6 @@ #define APR_WANT_STRFUNC #include "apr_want.h" -#define CORE_PRIVATE #include "httpd.h" #include "http_config.h" #include "http_connection.h" diff --git a/modules/http/http_etag.c b/modules/http/http_etag.c index a7d3d9c0a9..9148ae475f 100644 --- a/modules/http/http_etag.c +++ b/modules/http/http_etag.c @@ -20,7 +20,6 @@ #define APR_WANT_STRFUNC #include "apr_want.h" -#define CORE_PRIVATE #include "httpd.h" #include "http_config.h" #include "http_connection.h" diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index 90d30269bc..10b2ea2817 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -29,7 +29,6 @@ #define APR_WANT_MEMFUNC #include "apr_want.h" -#define CORE_PRIVATE #include "util_filter.h" #include "ap_config.h" #include "httpd.h" diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index d50353c50f..aa23a32fda 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -32,7 +32,6 @@ #define APR_WANT_MEMFUNC #include "apr_want.h" -#define CORE_PRIVATE #include "util_filter.h" #include "ap_config.h" #include "httpd.h" diff --git a/modules/http/http_request.c b/modules/http/http_request.c index 6c967ae152..3b17c76e54 100644 --- a/modules/http/http_request.c +++ b/modules/http/http_request.c @@ -31,7 +31,6 @@ #define APR_WANT_STRFUNC #include "apr_want.h" -#define CORE_PRIVATE #include "ap_config.h" #include "httpd.h" #include "http_config.h" |