brian       96/11/24 11:22:55

  Modified:    src       conf.h
  Log:
  Reviewed by:  Brian Behlendorf
  Submitted by: Marc Slemko
  
  rlim_t does not exist on AIX, at least AIX 4.1.x.
  
  Revision  Changes    Path
  1.46      +1 -0      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -C3 -r1.45 -r1.46
  *** conf.h    1996/11/23 19:58:17     1.45
  --- conf.h    1996/11/24 19:22:54     1.46
  ***************
  *** 120,125 ****
  --- 120,126 ----
    #define HAVE_SYS_SELECT_H
    #define JMP_BUF sigjmp_buf
    #define HAVE_MMAP
  + typedef int rlim_t;
    
    #elif defined(ULTRIX)
    #define HAVE_GMTOFF
  
  
  

Reply via email to