You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@apache.org on 2003/09/09 00:32:36 UTC

cvs commit: httpd-2.0/server/mpm/mpmt_os2 mpm.h

bjh         2003/09/08 15:32:36

  Modified:    server/mpm/mpmt_os2 mpm.h
  Log:
  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.
  
  Revision  Changes    Path
  1.6       +1 -0      httpd-2.0/server/mpm/mpmt_os2/mpm.h
  
  Index: mpm.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/mpmt_os2/mpm.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mpm.h	3 Feb 2003 17:53:23 -0000	1.5
  +++ mpm.h	8 Sep 2003 22:32:36 -0000	1.6
  @@ -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 */