]> granicus.if.org Git - apache/commitdiff
Specify a set of APIs that are normally defined as macros and should not be
authorBradley Nicholes <bnicholes@apache.org>
Fri, 7 Mar 2003 17:31:46 +0000 (17:31 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 7 Mar 2003 17:31:46 +0000 (17:31 +0000)
included in the export list.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98925 13f79535-47bb-0310-9956-ffa450edef68

build/make_nw_export.awk

index a82c610c1f13d4c5a8ca798ef97e4fcd0a1d4116..08a479343c02debc579fba046de886fa8898d4d4 100644 (file)
@@ -8,6 +8,19 @@ BEGIN {
 # List of functions that we don't support, yet??
 #/ap_some_name/{next}
 
+# The following APIs are actually defined as macros and
+# should not be included in the export list. If util_debug.c
+# is included or AP_DEBUG is defined, these macros turn
+# into functions and should be included in the export list.
+/ap_get_module_config/{next}
+/ap_set_module_config/{next}
+/ap_strchr/{next}
+/ap_strchr_c/{next}
+/ap_strrchr/{next}
+/ap_strrchr_c/{next}
+/ap_strstr/{next}
+/ap_strstr_c/{next}
+
 
 function add_symbol (sym_name) {
        if (count) {