]> 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)
commit18bab4345442a4b2c6b931578dce9d3f89f96b2d
tree7de99d1c2ba637ca7a4c76cc00a76efb264bb01d
parent3d39e7c4ef7cdb2d3364e249b0742634470f6488
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