]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Improve the exports generating awk script. In the past, we had
authorRyan Bloom <rbb@apache.org>
Sat, 21 Jul 2001 06:34:54 +0000 (06:34 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 21 Jul 2001 06:34:54 +0000 (06:34 +0000)
commitfcaa0f5620de0f583a459fd19a14c0fde329a843
treed9f36fd6b7ae0a8dbf7fad3af090cc7a66bbcbe4
parent6053f562d3e29afdb765dacfedb155e201ff1636
Improve the exports generating awk script.  In the past, we had
work around problems in the awk script by avoiding some #if and
#ifdefs.  This has bitten us many times in generating the exports.c
file.  This improvement allows corrects the header file parsing.

Submitted by: Sander Striker <striker@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89647 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
build/make_exports.awk [new file with mode: 0644]
server/Makefile.in