brian       96/11/23 11:58:19

  Modified:    src       conf.h
  Log:
  Two bugs reports from folks on HPUX 10 indicate that this is necessary.
  
  Revision  Changes    Path
  1.45      +2 -0      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -C3 -r1.44 -r1.45
  *** conf.h    1996/11/18 19:56:28     1.44
  --- conf.h    1996/11/23 19:58:17     1.45
  ***************
  *** 109,115 ****
  --- 109,117 ----
    #endif
    #define JMP_BUF sigjmp_buf
    #define HAVE_SHMGET
  + #ifndef HPUX10
    typedef int rlim_t;
  + #endif
    
    #elif defined(AIX)
    #undef HAVE_GMTOFF
  
  
  

Reply via email to