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...@locus.apache.org on 2000/02/27 08:55:26 UTC

cvs commit: apache-1.3/src/include ap_config.h

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__)