jim         97/01/26 13:17:11

  Modified:    src       conf.h
  Log:
  A/UX needs sys/time.h for btestread
  
  Revision  Changes    Path
  1.74      +1 -0      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -C3 -r1.73 -r1.74
  *** conf.h    1997/01/25 22:38:23     1.73
  --- conf.h    1997/01/26 21:17:10     1.74
  ***************
  *** 269,274 ****
  --- 269,275 ----
    extern int initgroups(), setsockopt();
    extern char *crypt();
    extern char *getwd();
  + #include <sys/time.h>
    #undef HAVE_GMTOFF
    #undef NO_KILLPG
    #undef NO_SETSID
  
  
  

Reply via email to