diff options
author | Nick Kew <niq@apache.org> | 2005-09-21 11:46:12 +0200 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2005-09-21 11:46:12 +0200 |
commit | d2fa38ef90889787647a70232bf45e4ac4e694bd (patch) | |
tree | af96e29da10c04e0d16e8341aae4457a423bdca7 /modules/experimental/config.m4 | |
parent | Add htcachclean to the win32 build. (diff) | |
download | apache2-d2fa38ef90889787647a70232bf45e4ac4e694bd.tar.xz apache2-d2fa38ef90889787647a70232bf45e4ac4e694bd.zip |
Move mod_filter and mod_charset_lite from /experimental/ to /filters/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/experimental/config.m4')
-rw-r--r-- | modules/experimental/config.m4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/experimental/config.m4 b/modules/experimental/config.m4 index c1a91e646b..07cab54e05 100644 --- a/modules/experimental/config.m4 +++ b/modules/experimental/config.m4 @@ -1,18 +1,18 @@ APACHE_MODPATH_INIT(experimental) -if test "$ac_cv_ebcdic" = "yes"; then +#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(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(filter, smart filtering module, , , no) APACHE_MODULE(dbd, Apache DBD Framework, , , no) APACHE_MODPATH_FINISH |