On Sat, 6 Sep 2003 09:49:54 +0200, Sander Striker wrote: >I tagged the trees today, as STRIKER_2_0_48_PRE1 and STRIKER_2_1_0_PRE1 >respectively. I'll try and get some tarballs up for testing, but >for now, please test the tag.
Both are currently broken on OS/2 from the recent max mem free stuff. Looks like I have to turn on AP_MPM_WANT_SET_MAX_MEM_FREE for it to compile without error but I don't know exactly what it implies. Is there any reason why I wouldn't want to do the change below? Index: mpm.h =================================================================== RCS file: /home/cvs/httpd-2.0/server/mpm/mpmt_os2/mpm.h,v retrieving revision 1.4.2.1 diff -u -r1.4.2.1 mpm.h --- mpm.h 3 Feb 2003 17:32:05 -0000 1.4.2.1 +++ mpm.h 8 Sep 2003 13:08:47 -0000 @@ -71,5 +71,6 @@ #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 */ -- ______________________________________________________________________________ | Brian Havard | "He is not the messiah! | | [EMAIL PROTECTED] | He's a very naughty boy!" - Life of Brian | ------------------------------------------------------------------------------
