Description: Use APLOG_USE_MODULE if available
 As recommended by: http://httpd.apache.org/docs/2.4/developer/new_api_2_4.html
Author: Olly Betts <olly@survex.com>
Origin: debian
Forwarded: no
Last-Update: 2012-05-11

--- apache-mod-auth-ntlm-winbind-0.0.0.lorikeet+svn+801.orig/mod_auth_ntlm_winbind.c
+++ apache-mod-auth-ntlm-winbind-0.0.0.lorikeet+svn+801/mod_auth_ntlm_winbind.c
@@ -50,6 +50,10 @@
 #include "util_script.h" /* for ap_call_exec */
 #include <assert.h>
 
+#ifdef APLOG_USE_MODULE
+APLOG_USE_MODULE(auth_ntlm_winbind);
+#endif
+
 #ifdef APACHE2
 #include "http_request.h"
 #include "http_connection.h"
