mod_log_forensic is enabled.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102167
13f79535-47bb-0310-9956-
ffa450edef68
APACHE_MODULE(log_config, logging configuration, , , yes)
APACHE_MODULE(log_forensic, forensic logging)
+if test $enable_log_forensic != no; then
+ # mod_log_forensic needs test_char.h
+ APR_ADDTO(INCLUDES, [-I\$(top_builddir)/server])
+fi
+
APACHE_MODULE(logio, input and output logging, , , most)
APACHE_MODPATH_FINISH