summaryrefslogtreecommitdiffstats
path: root/build/mkconfNW.awk
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2016-02-12 18:20:22 +0100
committerRainer Jung <rjung@apache.org>2016-02-12 18:20:22 +0100
commit3244dd32544cf68068f80ef09d647a13be388bac (patch)
treef325980781a8761106d965fead712ecb53e36211 /build/mkconfNW.awk
parentUse nice PNG instead of ugly nasty GIF (diff)
downloadapache2-3244dd32544cf68068f80ef09d647a13be388bac.tar.xz
apache2-3244dd32544cf68068f80ef09d647a13be388bac.zip
More mod_proxy_http2 build support:
- include in Windows and Netware LoadModule lists - add to cmake build file Untested. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730075 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/mkconfNW.awk')
-rw-r--r--build/mkconfNW.awk4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk
index 40ef183c10..465cccf602 100644
--- a/build/mkconfNW.awk
+++ b/build/mkconfNW.awk
@@ -97,6 +97,10 @@ BEGIN {
print "#LoadModule socache_shmcb_module modules/socacheshmcb.nlm"
print "#LoadModule ssl_module modules/mod_ssl.nlm"
}
+ if (MODHTTP2) {
+ print "#LoadModule http2_module modules/mod_http2.nlm"
+ print "#LoadModule proxy_http2_module modules/proxyhttp2.nlm"
+ }
print ""
next
}