diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2017-11-14 22:01:37 +0100 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2017-11-14 22:01:37 +0100 |
commit | 0e295e2e1597209535eb34a4c33caa479dd9d776 (patch) | |
tree | e15a780f8ecbdf3444f874b3c0a36286057b95bf /build | |
parent | On the trunk: (diff) | |
download | apache2-0e295e2e1597209535eb34a4c33caa479dd9d776.tar.xz apache2-0e295e2e1597209535eb34a4c33caa479dd9d776.zip |
Win32 legacy bits for mod_md
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1815264 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/installwinconf.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk index e3ed08423d..8765eee0b2 100644 --- a/build/installwinconf.awk +++ b/build/installwinconf.awk @@ -159,6 +159,7 @@ BEGIN { print "#LoadModule log_forensic_module modules/mod_log_forensic.so" > dstfl; print "#LoadModule lua_module modules/mod_lua.so" > dstfl; print "#LoadModule macro_module modules/mod_macro.so" > dstfl; + print "#LoadModule md_module modules/mod_md.so" > dstfl; print "LoadModule mime_module modules/mod_mime.so" > dstfl; print "#LoadModule mime_magic_module modules/mod_mime_magic.so" > dstfl; print "LoadModule negotiation_module modules/mod_negotiation.so" > dstfl; |