diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-01-26 00:38:01 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-01-26 00:38:01 +0100 |
commit | c14c0917422155410845315924bafe4dbdabb7cb (patch) | |
tree | 9da89e41241b449cd2714c933224497840c3360d /build | |
parent | Grammar police coming through (diff) | |
download | apache2-c14c0917422155410845315924bafe4dbdabb7cb.tar.xz apache2-c14c0917422155410845315924bafe4dbdabb7cb.zip |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/make_nw_export.awk | 4 |
1 files changed, 4 insertions, 0 deletions
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} |