]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Rename the module structures so that the exported symbol matches
authorMartin Kraemer <martin@apache.org>
Fri, 16 Feb 2001 13:38:31 +0000 (13:38 +0000)
committerMartin Kraemer <martin@apache.org>
Fri, 16 Feb 2001 13:38:31 +0000 (13:38 +0000)
commite7d5943f2897dd12d895f4ae2248ef7556e4e085
tree7de99d1c2ba637ca7a4c76cc00a76efb264bb01d
parent3a14b445218100a98160b6becbfd31e4244885f5
Rename the module structures so that the exported symbol matches
the file name, and it is easier to automate the installation
process (generating LoadModule directives from the module filenames).

Next step is to remove the 4th argument to the APACHE_MODULE macro
completely and require people to use the matching names, and to
reduce the LoadModule directive to 1 argument.... Objections?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88189 13f79535-47bb-0310-9956-ffa450edef68
13 files changed:
CHANGES
modules/aaa/config.m4
modules/aaa/mod_auth_anon.c
modules/aaa/mod_auth_db.c
modules/aaa/mod_auth_dbm.c
modules/aaa/mod_auth_digest.c
modules/filters/config.m4
modules/filters/mod_include.c
modules/filters/mod_include.h
modules/loggers/config.m4
modules/loggers/mod_log_config.c
modules/mappers/config.m4
modules/mappers/mod_actions.c