From: Brian Havard Date: Mon, 8 Sep 2003 22:44:40 +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: 2.0.48~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8f837529e689ede8c4c42fe5a5e7ce397e71c00;p=thirdparty%2Fapache%2Fhttpd.git 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. Backport of r1.6 build fix. Reviewed by: jwoolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101201 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_os2/mpm.h b/server/mpm/mpmt_os2/mpm.h index 6686a07ffb1..428a0c6ed69 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 */