Description: Add APLOG_USE_MODULE for Apache 2.4 per-module loglevels
Author: Colin Watson <cjwatson@debian.org>
Forwarded: no
Last-Update: 2013-07-08

Index: b/mod_defensible.c
===================================================================
--- a/mod_defensible.c
+++ b/mod_defensible.c
@@ -64,6 +64,10 @@
 #endif
 } dnsbl_config;
 
+#ifdef APLOG_USE_MODULE
+APLOG_USE_MODULE(defensible);
+#endif
+
 module AP_MODULE_DECLARE_DATA defensible_module;
 
 /* Callback function called when we get DnsblUse option */
