From: Bradley Nicholes Date: Fri, 25 Jan 2002 23:38:01 +0000 (+0000) Subject: Added symbol prefixing to the export list X-Git-Tag: 2.0.31~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c14c0917422155410845315924bafe4dbdabb7cb;p=apache Added symbol prefixing to the export list git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93033 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk index 65adb8d03f..12b17a99db 100644 --- a/build/make_nw_export.awk +++ b/build/make_nw_export.awk @@ -1,6 +1,10 @@ # Based on apr's make_export.awk, which is # based on Ryan Bloom's make_export.pl +BEGIN { + printf(" (APACHE2)\n") +} + # List of functions that we don't support, yet?? #/ap_some_name/{next}