Skip to content

Commit 30906d7

Browse files
committed
Remove all references to CORE_PRIVATE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645455 13f79535-47bb-0310-9956-ffa450edef68
1 parent 570652d commit 30906d7

68 files changed

Lines changed: 4 additions & 100 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build/build-modules-c.awk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ END {
3333
print ""
3434
print "#include \"ap_config.h\""
3535
print "#include \"httpd.h\""
36-
print "#define CORE_PRIVATE"
3736
print "#include \"http_config.h\""
3837
print ""
3938
for (i = 0; i < pn; ++i) {

build/make_exports.awk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ BEGIN {
2323
printf(" * uses them.\n")
2424
printf(" */\n")
2525
printf("\n")
26-
printf("#define CORE_PRIVATE\n")
27-
printf("\n")
2826

2927
for (i = 1; i < ARGC; i++) {
3028
file = ARGV[i]

build/prebuildNW.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ copy ..\srclib\pcre\pcre.hw ..\srclib\pcre\pcre.h
3737

3838
@echo Generating the import lists...
3939
set MWCIncludes=..\include;..\modules\http;..\modules\aaa;..\os\netware;..\server\mpm\netware;..\srclib\apr\include;..\srclib\apr-util\include;+%NovellLibC%
40-
mwccnlm -P nw_export.inc -d NETWARE -d CORE_PRIVATE -EP
40+
mwccnlm -P nw_export.inc -d NETWARE -EP
4141
awk -f make_nw_export.awk nw_export.i |sort >..\os\netware\httpd.imp
4242

4343
rem cd ..\srclib\apr\build

modules/aaa/mod_authn_core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#define APR_WANT_BYTEFUNC
2828
#include "apr_want.h"
2929

30-
#define CORE_PRIVATE
3130
#include "ap_config.h"
3231
#include "httpd.h"
3332
#include "http_config.h"

modules/aaa/mod_authz_core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#define APR_WANT_BYTEFUNC
3030
#include "apr_want.h"
3131

32-
#define CORE_PRIVATE
3332
#include "ap_config.h"
3433
#include "httpd.h"
3534
#include "http_config.h"

modules/cache/cache_storage.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
#define CORE_PRIVATE
18-
1917
#include "mod_cache.h"
2018

2119
extern APR_OPTIONAL_FN_TYPE(ap_cache_generate_key) *cache_generate_key;

modules/cache/cache_util.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
#define CORE_PRIVATE
18-
1917
#include "mod_cache.h"
2018

2119
#include <ap_provider.h>

modules/cache/mod_cache.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
#define CORE_PRIVATE
18-
1917
#include "mod_cache.h"
2018

2119
module AP_MODULE_DECLARE_DATA cache_module;

modules/cache/mod_cache.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
#ifndef MOD_CACHE_H
2727
#define MOD_CACHE_H
2828

29-
#define CORE_PRIVATE
30-
3129
#include "apr_hooks.h"
3230
#include "apr.h"
3331
#include "apr_lib.h"

modules/cache/mod_file_cache.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@
8686
#include <sys/types.h>
8787
#endif
8888

89-
#define CORE_PRIVATE
90-
9189
#include "httpd.h"
9290
#include "http_config.h"
9391
#include "http_log.h"

0 commit comments

Comments
 (0)