]> granicus.if.org Git - apache/commitdiff
* modules/experimental/config.m4: Don't duplicate the mod_dbd
authorJoe Orton <jorton@apache.org>
Wed, 21 Sep 2005 13:56:15 +0000 (13:56 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 21 Sep 2005 13:56:15 +0000 (13:56 +0000)
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

modules/experimental/config.m4

index 07cab54e05c91cc7511087d7f6078a9941172f8d..317c48f2b685dc6ebd483046cea90235939365e0 100644 (file)
@@ -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