randy 96/12/03 07:58:54
Modified: src conf.h
Log:
Make this change more portable.
Revision Changes Path
1.50 +2 -2 apache/src/conf.h
Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache/src/conf.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -C3 -r1.49 -r1.50
*** conf.h 1996/12/02 16:07:23 1.49
--- conf.h 1996/12/03 15:58:33 1.50
***************
*** 294,300 ****
#undef NO_SETSID
#define JMP_BUF sigjmp_buf
#define DEFAULT_USER "nobody"
! #define DEFAULT_GROUP "nobody"
typedef quad_t rlim_t;
#elif defined(UTS21)
--- 294,300 ----
#undef NO_SETSID
#define JMP_BUF sigjmp_buf
#define DEFAULT_USER "nobody"
! #define DEFAULT_GROUP "nogroup"
typedef quad_t rlim_t;
#elif defined(UTS21)
***************
*** 321,327 ****
#define JMP_BUF sigjmp_buf
#define HAVE_MMAP
#define DEFAULT_USER "nobody"
! #define DEFAULT_GROUP "nobody"
typedef quad_t rlim_t;
#elif defined(QNX)
--- 321,327 ----
#define JMP_BUF sigjmp_buf
#define HAVE_MMAP
#define DEFAULT_USER "nobody"
! #define DEFAULT_GROUP "nogroup"
typedef quad_t rlim_t;
#elif defined(QNX)