ben 96/12/03 09:44:28
Modified: src conf.h
Log:
NeXT fix.
Revision Changes Path
1.52 +7 -0 apache/src/conf.h
Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache/src/conf.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -C3 -r1.51 -r1.52
*** conf.h 1996/12/03 17:35:28 1.51
--- conf.h 1996/12/03 17:44:24 1.52
***************
*** 188,193 ****
--- 188,200 ----
#ifndef S_IWUSR
#define S_IWUSR S_IWRITE
#endif
+ #ifndef S_IWGRP
+ #define S_IWGRP 000020
+ #endif
+ #ifndef S_IWOTH
+ #define S_IWOTH 000002
+ #endif
+
#define STDIN_FILENO 0
#define STDOUT_FILENO 1
#define STDERR_FILENO 2