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 /os | |
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 'os')
-rw-r--r-- | os/netware/modules.c | 2 | ||||
-rw-r--r-- | os/unix/unixd.c | 1 | ||||
-rw-r--r-- | os/win32/modules.c | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/os/netware/modules.c b/os/netware/modules.c index d125e1a2df..4ef2fe87b8 100644 --- a/os/netware/modules.c +++ b/os/netware/modules.c @@ -19,7 +19,7 @@ * the core server */ -#define CORE_PRIVATE + #include "httpd.h" #include "http_config.h" diff --git a/os/unix/unixd.c b/os/unix/unixd.c index 96784d791e..6f461b8709 100644 --- a/os/unix/unixd.c +++ b/os/unix/unixd.c @@ -15,7 +15,6 @@ */ #include "ap_config.h" -#define CORE_PRIVATE #include "httpd.h" #include "http_config.h" #include "http_main.h" diff --git a/os/win32/modules.c b/os/win32/modules.c index 911142ad8c..252421f78a 100644 --- a/os/win32/modules.c +++ b/os/win32/modules.c @@ -19,7 +19,6 @@ * the core server */ -#define CORE_PRIVATE #include "httpd.h" #include "http_config.h" |