mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 07:56:12 +03:00
Fixing Apache 2.2 build.
This commit is contained in:
parent
040d4469df
commit
3425aa9b4f
@ -564,11 +564,13 @@ AP_DECLARE(piped_log *) ap_open_piped_log(apr_pool_t *p, const char *program)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
#if AP_SERVER_MAJORVERSION_NUMBER > 1 && AP_SERVER_MINORVERSION_NUMBER > 3
|
||||||
AP_DECLARE(apr_file_t *) ap_piped_log_write_fd(piped_log *pl)
|
AP_DECLARE(apr_file_t *) ap_piped_log_write_fd(piped_log *pl)
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
AP_DECLARE(char **) ap_create_environment(apr_pool_t *p, apr_table_t *t)
|
AP_DECLARE(char **) ap_create_environment(apr_pool_t *p, apr_table_t *t)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user