rse         98/09/17 23:49:13

  Modified:    src/include ap_config.h
  Log:
  Don't sys/resource.h under Ultrix although this header exists there.
  
  Revision  Changes    Path
  1.234     +3 -0      apache-1.3/src/include/ap_config.h
  
  Index: ap_config.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/ap_config.h,v
  retrieving revision 1.233
  retrieving revision 1.234
  diff -u -r1.233 -r1.234
  --- ap_config.h       1998/09/17 21:18:37     1.233
  +++ ap_config.h       1998/09/18 06:49:12     1.234
  @@ -258,6 +258,9 @@
   #endif
   
   #elif defined(ULTRIX)
  +/* we don't want to use sys/resource.h under
  +   Ultrix although this header exists. */
  +#undef HAVE_SYS_RESOURCE_H
   #define HAVE_GMTOFF 1
   #undef NO_KILLPG
   #undef NO_SETSID
  
  
  

Reply via email to