summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-01-28 18:00:46 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-01-28 18:00:46 +0000
commit753b62d6a1d8b9bcc7a211a38baa686bd6d227d7 (patch)
treeeac1c0594140cc911c362a7d6d949eae76f1843a /helpers
parentd407edd895d2f8dd12eead2c78b5d19c46b6fcb2 (diff)
downloadlibapr-753b62d6a1d8b9bcc7a211a38baa686bd6d227d7.tar.gz
Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is
defined correctly in all C files. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59632 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'helpers')
-rw-r--r--helpers/build-modules-c.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/build-modules-c.awk b/helpers/build-modules-c.awk
index db35c75f6..15ff82ccf 100644
--- a/helpers/build-modules-c.awk
+++ b/helpers/build-modules-c.awk
@@ -17,6 +17,7 @@ END {
print " * configuration script. DO NOT HAND EDIT!!!!!"
print " */"
print ""
+ print "#include \"ap_config.h\""
print "#include \"httpd.h\""
print "#include \"http_config.h\""
print ""