summaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2008-04-07 12:45:43 +0200
committerPaul Querna <pquerna@apache.org>2008-04-07 12:45:43 +0200
commita324a1d72f2f9c3d48bd4615b462a922760ba643 (patch)
tree677c7b3b068a9f257a30650a1cabb3eb04a81fec /os
parentRemove ap_graceful_stop_signalled from all MPMs. (diff)
downloadapache2-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.c2
-rw-r--r--os/unix/unixd.c1
-rw-r--r--os/win32/modules.c1
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"