From: Sander Striker Date: Thu, 4 Jul 2002 15:24:01 +0000 (+0000) Subject: Now why did I commit that symbolic constant in APR again? Exactly... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a7160eaaf32af984cd81e5ba9bd5a779b186291;p=apache Now why did I commit that symbolic constant in APR again? Exactly... to use it here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95955 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm_common.c b/server/mpm_common.c index ec6485da64..2cd2c8e020 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -75,6 +75,7 @@ #include "apr_want.h" #include "apr_getopt.h" #include "apr_optional.h" +#include "apr_allocator.h" #include "httpd.h" #include "http_config.h" @@ -881,7 +882,7 @@ void ap_mpm_rewrite_args(process_rec *process) #endif /* AP_MPM_WANT_SIGNAL_SERVER */ #ifdef AP_MPM_WANT_SET_MAX_MEM_FREE -apr_uint32_t ap_max_mem_free = 0; +apr_uint32_t ap_max_mem_free = APR_ALLOCATOR_MAX_FREE_UNLIMITED; const char *ap_mpm_set_max_mem_free(cmd_parms *cmd, void *dummy, const char *arg)