From: Bradley Nicholes Date: Tue, 11 Dec 2001 19:37:11 +0000 (+0000) Subject: Excluding macros from the export list output X-Git-Tag: 2.0.30~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e813d9ea38ae923648461d615feaa39b841f4888;p=apache Excluding macros from the export list output git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92430 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk index c07c735184..4cc7ae651e 100644 --- a/build/make_nw_export.awk +++ b/build/make_nw_export.awk @@ -13,6 +13,12 @@ /ap_send_mmap/{next} /ap_set_module_config/{next} /ap_uname2id/{next} +/ap_strchr/{next} +/ap_strchr_c/{next} +/ap_strstr/{next} +/ap_strstr_c/{next} +/ap_strrchr/{next} +/ap_strrchr_c/{next}