Ensure that the Apache logging is also v2.4 compatible
This commit is contained in:
parent
40e1de52e5
commit
d5bc945bc3
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue