switch to a 60 bit hash
[httpd-crcsyncproxy.git] / modules / loggers / config.m4
blob2d1d142b0cecc9f9ce339110a89c9074f9d711f9
1 dnl modules enabled in this directory by default
3 dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
5 APACHE_MODPATH_INIT(loggers)
6         
7 APACHE_MODULE(log_config, logging configuration, , , yes)
8 APACHE_MODULE(log_forensic, forensic logging)
10 if test "x$enable_log_forensic" != "xno"; then
11     # mod_log_forensic needs test_char.h
12     APR_ADDTO(INCLUDES, [-I\$(top_builddir)/server])
13 fi   
15 APACHE_MODULE(logio, input and output logging, , , most)
17 APACHE_MODPATH_FINISH