fielding    98/12/11 21:59:58

  Modified:    src/include ap_config.h
  Log:
  UnixWare 7 has improved support for some stuff so that we no longer
  need USE_FCNTL_SERIALIZED_ACCEPT, NO_LINGCLOSE, or NO_KILLPG.
  Change already noted in CHANGES, but wasn't completed.
  
  Submitted by: Ron Record <[EMAIL PROTECTED]>
  Reviewed by:  Roy Fielding
  
  Revision  Changes    Path
  1.248     +3 -1      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.247
  retrieving revision 1.248
  diff -u -r1.247 -r1.248
  --- ap_config.h       1998/12/12 03:54:18     1.247
  +++ ap_config.h       1998/12/12 05:59:57     1.248
  @@ -569,8 +569,11 @@
   #endif /*_OSD_POSIX*/
   
   #elif defined(UW)
  +#if UW < 700
  +#define USE_FCNTL_SERIALIZED_ACCEPT
   #define NO_LINGCLOSE
   #define NO_KILLPG
  +#endif
   #undef  NO_SETSID
   #undef NEED_STRDUP
   #define NEED_STRCASECMP
  @@ -587,7 +590,6 @@
   #endif
   #define NET_SIZE_T size_t
   #define HAVE_SYSLOG 1
  -#define USE_FCNTL_SERIALIZED_ACCEPT
   
   #elif defined(DGUX)
   #define NO_KILLPG
  
  
  

Reply via email to