402N/AAPACHE_MODPATH_INIT(experimental)
402N/Aif test "$ac_cv_ebcdic" = "yes"; then
402N/A# mod_charset_lite can be very useful on an ebcdic system,
402N/A# so include it by default
402N/A APACHE_MODULE(charset_lite, character set translation, , , yes)
402N/A APACHE_MODULE(charset_lite, character set translation, , , no)
402N/Adnl # list of object files for mod_cache
402N/Adnl # list of object files for mod_mem_cache
APACHE_MODULE(cache, dynamic file caching, $cache_objs, , no)
APACHE_MODULE(disk_cache, disk caching module, , , no)
APACHE_MODULE(mem_cache, memory caching module, $mem_cache_objs, , no)
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)