config.m4 revision 1223ef8a85a044b5e3a8df29391a66530153aefc
402N/A
402N/AAPACHE_MODPATH_INIT(experimental)
402N/A
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/Aelse
402N/A APACHE_MODULE(charset_lite, character set translation, , , no)
402N/Afi
402N/A
402N/Adnl # list of object files for mod_cache
402N/Acache_objs="dnl
402N/Amod_cache.lo dnl
402N/Acache_storage.lo dnl
402N/Acache_util.lo dnl
402N/A"
402N/Adnl # list of object files for mod_mem_cache
402N/Amem_cache_objs="dnl
mod_mem_cache.lo dnl
cache_cache.lo dnl
cache_pqueue.lo dnl
cache_hash.lo dnl
"
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)
APACHE_MODPATH_FINISH