jim         98/07/12 07:38:04

  Modified:    src/include conf.h
  Log:
  Hmmm... A/UX has sys/resource.h but no rlimit()
  functions to read/write the values. The rub is that it's sys/resource.h
  file DOES define RLIMIT_CPU, which causes http_core.c to barf. Soooo
  we just don't include the header
  
  Revision  Changes    Path
  1.223     +1 -0      apache-1.3/src/include/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/conf.h,v
  retrieving revision 1.222
  retrieving revision 1.223
  diff -u -r1.222 -r1.223
  --- conf.h    1998/07/12 09:07:31     1.222
  +++ conf.h    1998/07/12 14:38:03     1.223
  @@ -467,6 +467,7 @@
   #define NO_LINGCLOSE
   #define NO_SLACK
   #define HAVE_SYSLOG 1
  +#undef HAVE_SYS_RESOURCE_H   /* exists but does not provide *rlimit funcs */
   
   #elif defined(SVR4)
   #define NO_KILLPG
  
  
  

Reply via email to