Fixing Apache 2.2 build.

This commit is contained in:
gregwroblewski 2012-08-30 19:23:46 +00:00
parent 040d4469df
commit 3425aa9b4f

View File

@ -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)
{ {