Ensure that the Apache logging is also v2.4 compatible

This commit is contained in:
Scott Wallace 2014-10-18 12:22:22 +01:00
parent 40e1de52e5
commit d5bc945bc3

View file

@ -1,5 +1,5 @@
/*
* mod_blockinator for Apache v2.2
* mod_blockinator for Apache v2.4
*
* Author: Scott Wallace <scott@suborbit.com>
* Date: March 2012
@ -21,6 +21,10 @@
module AP_MODULE_DECLARE_DATA blockinator_module;
#ifdef APLOG_USE_MODULE
APLOG_USE_MODULE(blockinator);
#endif
/*
* Global variables for use everywhere
*/