You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Randy Terbush <ra...@hyperreal.com> on 1997/03/02 17:12:53 UTC

cvs commit: apache/src conf.h

randy       97/03/02 08:12:52

  Modified:    src       conf.h
  Log:
  FreeBSD 2.2 portability
  
  Revision  Changes    Path
  1.86      +3 -0      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -C3 -r1.85 -r1.86
  *** conf.h	1997/02/25 21:04:42	1.85
  --- conf.h	1997/03/02 16:12:51	1.86
  ***************
  *** 395,401 ****
  --- 395,404 ----
    #define HAVE_MMAP
    #define DEFAULT_USER "nobody"
    #define DEFAULT_GROUP "nogroup"
  + #if defined(__bsdi__) || \
  + (defined(__FreeBSD_version) && (__FreeBSD_version < 220000))
    typedef quad_t rlim_t;
  + #endif
    
    #elif defined(QNX)
    #ifndef crypt