You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2001/10/06 22:44:32 UTC

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

martin      01/10/06 13:44:32

  Modified:    src/include ap_config.h
  Log:
  Add 'AcceptMutex sysvsem' on FSC's SVR4 machines
  
  Revision  Changes    Path
  1.314     +3 -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.313
  retrieving revision 1.314
  diff -u -r1.313 -r1.314
  --- ap_config.h	2001/09/24 14:14:21	1.313
  +++ ap_config.h	2001/10/06 20:44:31	1.314
  @@ -590,6 +590,9 @@
   #define bzero(a,b) memset(a,0,b)
   /* A lot of SVR4 systems need this */
   #define HAVE_FCNTL_SERIALIZED_ACCEPT
  +#ifdef SNI
  +#define HAVE_SYSVSEM_SERIALIZED_ACCEPT
  +#endif
   #ifndef USE_SYSVSEM_SERIALIZED_ACCEPT
   #define USE_FCNTL_SERIALIZED_ACCEPT
   #endif