From e813d9ea38ae923648461d615feaa39b841f4888 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Tue, 11 Dec 2001 19:37:11 +0000 Subject: [PATCH] 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 --- build/make_nw_export.awk | 6 ++++++ 1 file changed, 6 insertions(+) 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} -- 2.40.0