You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by do...@locus.apache.org on 2000/12/20 05:56:05 UTC

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

dougm       00/12/19 20:56:04

  Modified:    src/include ap_config.h
  Log:
  fix for glibc drainbamage from dean
  
  Revision  Changes    Path
  1.299     +2 -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.298
  retrieving revision 1.299
  diff -u -r1.298 -r1.299
  --- ap_config.h	2000/11/14 09:56:59	1.298
  +++ ap_config.h	2000/12/20 04:56:02	1.299
  @@ -529,7 +529,9 @@
    */
   #define USE_SYSVSEM_SERIALIZED_ACCEPT
   #define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 
  +#if _SEM_SEMUN_UNDEFINED
   #define NEED_UNION_SEMUN
  +#endif
   #else
   #define USE_FCNTL_SERIALIZED_ACCEPT
   #endif