bjh         00/02/26 23:55:26

  Modified:    src/include ap_config.h
  Log:
  Don't use ap_slack() on OS/2. It shouldn't be necessary & seems to interfere
  with graceful restarts.
  
  Revision  Changes    Path
  1.283     +1 -0      apache-1.3/src/include/ap_config.h
  
  Index: ap_config.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/ap_config.h,v
  retrieving revision 1.282
  retrieving revision 1.283
  diff -u -r1.282 -r1.283
  --- ap_config.h       2000/02/23 12:44:56     1.282
  +++ ap_config.h       2000/02/27 07:55:25     1.283
  @@ -812,6 +812,7 @@
   #define NO_RELIABLE_PIPED_LOGS
   #define USE_OS2SEM_SERIALIZED_ACCEPT
   #define SINGLE_LISTEN_UNSERIALIZED_ACCEPT
  +#define NO_SLACK
   #define FOPEN_REQUIRES_T
   
   #elif defined(__MACHTEN__)
  
  
  

Reply via email to