]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Manoj has been pushing for this for a while, but I've been too dense
authorRyan Bloom <rbb@apache.org>
Wed, 19 Jan 2000 02:42:17 +0000 (02:42 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 19 Jan 2000 02:42:17 +0000 (02:42 +0000)
commit505fa49a3adcc291fab161d55a3e2ff131dfa0bf
tree6b4b3fd72accf478baac82df6d28efeafc865240
parent0432102c4ffa4777699933aa478653777999e62a
Manoj has been pushing for this for a while, but I've been too dense
to understand that he was right.  :-)  Basically, this makes the modules
use ap_config to test for header file inclusion.  This method is not to
be used for larger modules that run autoconf theirselves.  Including
ap_config is only valid for modules which rely on Apache to do their
configuration.  Currently, this is only the core modules.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84497 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
include/httpd.h
modules/aaa/mod_access.c
modules/aaa/mod_auth_db.c
modules/filters/mod_include.c
modules/generators/mod_autoindex.c
modules/generators/mod_cgi.c
modules/http/mod_mime.c
modules/loggers/mod_log_config.c
modules/mappers/mod_imap.c
modules/mappers/mod_negotiation.c
modules/mappers/mod_rewrite.c
modules/mappers/mod_userdir.c
modules/metadata/mod_cern_meta.c
modules/metadata/mod_env.c
modules/metadata/mod_expires.c
modules/metadata/mod_mime_magic.c