bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / modules / experimental / config.m4
1
2 APACHE_MODPATH_INIT(experimental)
3
4 if test "$ac_cv_ebcdic" = "yes"; then
5 # mod_charset_lite can be very useful on an ebcdic system, 
6 #   so include it by default
7     APACHE_MODULE(charset_lite, character set translation, , , yes)
8 else
9     APACHE_MODULE(charset_lite, character set translation, , , no)
10 fi
11
12 dnl #  list of object files for mod_cache
13 cache_objs="dnl
14 mod_cache.lo dnl
15 cache_storage.lo dnl
16 cache_util.lo dnl
17
18 dnl #  list of object files for mod_mem_cache
19 mem_cache_objs="dnl
20 mod_mem_cache.lo dnl
21 cache_cache.lo dnl
22 cache_pqueue.lo dnl
23 cache_hash.lo dnl
24
25 APACHE_MODULE(cache, dynamic file caching, $cache_objs, , no)
26 APACHE_MODULE(disk_cache, disk caching module, , , no)
27 APACHE_MODULE(mem_cache, memory caching module, $mem_cache_objs, , no)
28 APACHE_MODULE(example, example and demo module, , , no)
29 APACHE_MODULE(case_filter, example uppercase conversion filter, , , no)
30 APACHE_MODULE(case_filter_in, example uppercase conversion input filter, , , no)
31 APACHE_MODULE(dumpio, I/O dump filter, , , no)
32
33 ldap_objects="util_ldap.lo util_ldap_cache.lo util_ldap_cache_mgr.lo"
34 APACHE_MODULE(ldap, LDAP caching and connection pooling services, $ldap_objects, , no)
35
36 auth_ldap_objects="mod_auth_ldap.lo"
37 APACHE_MODULE(auth_ldap, LDAP based authentication, $auth_ldap_objects, , no)
38
39 APACHE_MODPATH_FINISH