summaryrefslogtreecommitdiffstats
path: root/include/httpd.h
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2008-04-07 10:44:14 +0200
committerPaul Querna <pquerna@apache.org>2008-04-07 10:44:14 +0200
commit5e415009f36005803cc9f9054e84c1913c5f5476 (patch)
treeed421b7e2d3f08a105e03f6f1472c53c9f05b206 /include/httpd.h
parentMake it compile on pre-C99 compilers (Move decls to beginning of func) (diff)
downloadapache2-5e415009f36005803cc9f9054e84c1913c5f5476.tar.xz
apache2-5e415009f36005803cc9f9054e84c1913c5f5476.zip
Remove CORE_PRIVATE.
This define serves no modern purpose, since every module in the wild, including our own define it, for no purpose. If you have functions which you do not want in the 'public' API, put them in a private header, that is not installed, just like mod_ssl does. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645412 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/httpd.h')
-rw-r--r--include/httpd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/httpd.h b/include/httpd.h
index 02c4cb347a..645803a5fd 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -68,8 +68,6 @@
extern "C" {
#endif
-#ifdef CORE_PRIVATE
-
/* ----------------------------- config dir ------------------------------ */
/** Define this to be the default server home dir. Most things later in this
@@ -210,8 +208,6 @@ extern "C" {
*/
#define DEFAULT_ADD_DEFAULT_CHARSET_NAME "iso-8859-1"
-#endif /* CORE_PRIVATE */
-
/** default HTTP Server protocol */
#define AP_SERVER_PROTOCOL "HTTP/1.1"