]> granicus.if.org Git - apache/commitdiff
Now why did I commit that symbolic constant in APR again? Exactly...
authorSander Striker <striker@apache.org>
Thu, 4 Jul 2002 15:24:01 +0000 (15:24 +0000)
committerSander Striker <striker@apache.org>
Thu, 4 Jul 2002 15:24:01 +0000 (15:24 +0000)
to use it here.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95955 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index ec6485da644051823dbb253eeb585bdc99ea2052..2cd2c8e02023cf227a02183f17647fb3773e0b26 100644 (file)
@@ -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)