Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 94164 invoked by uid 500); 11 Dec 2001 19:37:11 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 94153 invoked by uid 500); 11 Dec 2001 19:37:11 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 11 Dec 2001 19:37:11 -0000 Message-ID: <20011211193711.66203.qmail@icarus.apache.org> From: bnicholes@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/build make_nw_export.awk X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bnicholes 01/12/11 11:37:11 Modified: build make_nw_export.awk Log: Excluding macros from the export list output Revision Changes Path 1.6 +6 -0 httpd-2.0/build/make_nw_export.awk Index: make_nw_export.awk =================================================================== RCS file: /home/cvs/httpd-2.0/build/make_nw_export.awk,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- make_nw_export.awk 2001/11/30 22:29:41 1.5 +++ make_nw_export.awk 2001/12/11 19:37:11 1.6 @@ -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}