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 /server/request.c | |
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 'server/request.c')
-rw-r--r-- | server/request.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/request.c b/server/request.c index ec844f7af0..6602da221b 100644 --- a/server/request.c +++ b/server/request.c @@ -32,7 +32,6 @@ #define APR_WANT_STRFUNC #include "apr_want.h" -#define CORE_PRIVATE #include "ap_config.h" #include "ap_provider.h" #include "httpd.h" |