upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / modules / loggers / config.m4
1 dnl modules enabled in this directory by default
2
3 dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
4
5 APACHE_MODPATH_INIT(loggers)
6         
7 APACHE_MODULE(log_config, logging configuration, , , yes)
8
9 APACHE_MODULE(log_forensic, forensic logging)
10
11 if test "x$enable_log_forensic" != "xno"; then
12     # mod_log_forensic needs test_char.h
13     APR_ADDTO(INCLUDES, [-I\$(top_builddir)/server])
14 fi   
15
16 APACHE_MODULE(logio, input and output logging, , , no)
17
18 APACHE_MODPATH_FINISH