summaryrefslogtreecommitdiff
path: root/build/installwinconf.awk
diff options
context:
space:
mode:
authorChris Darroch <chrisd@apache.org>2008-11-02 04:21:48 +0000
committerChris Darroch <chrisd@apache.org>2008-11-02 04:21:48 +0000
commitcf4e94f55e8a6434fee0fee2a8ee09beaf273591 (patch)
treed3d9e5a323e197fa3bd1787a8c9d498e2b3097db /build/installwinconf.awk
parentfa0fdfa2fca6dd63cd787106b209b1415c8eb1b8 (diff)
downloadhttpd-cf4e94f55e8a6434fee0fee2a8ee09beaf273591.tar.gz
Remove mod_authn_default and mod_authz_default.
Note: I've attempted to work through the Windows and Netware build files, but if those with such systems could repair any damage, that would be appreciated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709839 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/installwinconf.awk')
-rw-r--r--build/installwinconf.awk2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk
index 1b62db0996..b5d87776a7 100644
--- a/build/installwinconf.awk
+++ b/build/installwinconf.awk
@@ -101,13 +101,11 @@ BEGIN {
print "LoadModule authn_core_module modules/mod_authn_core.so" > dstfl;
print "#LoadModule authn_dbd_module modules/mod_authn_dbd.so" > dstfl;
print "#LoadModule authn_dbm_module modules/mod_authn_dbm.so" > dstfl;
- print "LoadModule authn_default_module modules/mod_authn_default.so" > dstfl;
print "LoadModule authn_file_module modules/mod_authn_file.so" > dstfl;
print "#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so" > dstfl;
print "LoadModule authz_core_module modules/mod_authz_core.so" > dstfl;
print "#LoadModule authz_dbd_module modules/mod_authz_dbd.so" > dstfl;
print "#LoadModule authz_dbm_module modules/mod_authz_dbm.so" > dstfl;
- print "LoadModule authz_default_module modules/mod_authz_default.so" > dstfl;
print "LoadModule authz_groupfile_module modules/mod_authz_groupfile.so" > dstfl;
print "LoadModule authz_host_module modules/mod_authz_host.so" > dstfl;
print "#LoadModule authz_owner_module modules/mod_authz_owner.so" > dstfl;