From a324a1d72f2f9c3d48bd4615b462a922760ba643 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Mon, 7 Apr 2008 10:45:43 +0000 Subject: Remove all references to CORE_PRIVATE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645455 13f79535-47bb-0310-9956-ffa450edef68 --- os/netware/modules.c | 2 +- os/unix/unixd.c | 1 - os/win32/modules.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'os') 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" -- cgit v1.2.3