From: Brian Havard Date: Mon, 8 Sep 2003 22:32:36 +0000 (+0000) Subject: OS/2: AP_MPM_WANT_SET_MAX_MEM_FREE needs to be defined for ap_max_mem_free to X-Git-Tag: pre_ajp_proxy~1173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c43adfd90c1e42af91f8ad230dd7ea169a00484;p=apache OS/2: AP_MPM_WANT_SET_MAX_MEM_FREE needs to be defined for ap_max_mem_free to be available which is required for the recent bucket_alloc changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101200 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_os2/mpm.h b/server/mpm/mpmt_os2/mpm.h index 6686a07ffb..428a0c6ed6 100644 --- a/server/mpm/mpmt_os2/mpm.h +++ b/server/mpm/mpmt_os2/mpm.h @@ -71,5 +71,6 @@ extern server_rec *ap_server_conf; #define AP_MPM_WANT_SET_PIDFILE #define AP_MPM_WANT_SET_MAX_REQUESTS #define AP_MPM_DISABLE_NAGLE_ACCEPTED_SOCK +#define AP_MPM_WANT_SET_MAX_MEM_FREE #endif /* APACHE_MPM_MPMT_OS2_H */