diff options
author | Joe Orton <jorton@apache.org> | 2005-09-21 13:56:15 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2005-09-21 13:56:15 +0000 |
commit | 2c14a52352c4f784749a29551e4703e7adc19099 (patch) | |
tree | 2fc4d743b3ac4105d666f02b9f97292fa7589976 /modules/experimental | |
parent | 272d436cc4543cdc8bdead6ae28d34dc8a837291 (diff) | |
download | httpd-2c14a52352c4f784749a29551e4703e7adc19099.tar.gz |
* modules/experimental/config.m4: Don't duplicate the mod_dbd
APACHE_MODULE expansion and remove the commented-out stuff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290700 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/experimental')
-rw-r--r-- | modules/experimental/config.m4 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/experimental/config.m4 b/modules/experimental/config.m4 index 07cab54e05..317c48f2b6 100644 --- a/modules/experimental/config.m4 +++ b/modules/experimental/config.m4 @@ -1,18 +1,8 @@ APACHE_MODPATH_INIT(experimental) -#if test "$ac_cv_ebcdic" = "yes"; then -# mod_charset_lite can be very useful on an ebcdic system, -# so include it by default -# APACHE_MODULE(charset_lite, character set translation, , , yes) -#else -# APACHE_MODULE(charset_lite, character set translation, , , no) -#fi - APACHE_MODULE(example, example and demo module, , , no) APACHE_MODULE(case_filter, example uppercase conversion filter, , , no) APACHE_MODULE(case_filter_in, example uppercase conversion input filter, , , no) -#APACHE_MODULE(filter, smart filtering module, , , no) -APACHE_MODULE(dbd, Apache DBD Framework, , , no) APACHE_MODPATH_FINISH |