randy 97/01/12 11:21:55
Modified: support suexec.h
Log:
Make constants agree with CHANGES
Revision Changes Path
1.8 +1 -1 apache/support/suexec.h
Index: suexec.h
===================================================================
RCS file: /export/home/cvs/apache/support/suexec.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** suexec.h 1997/01/12 19:20:34 1.7
--- suexec.h 1997/01/12 19:21:53 1.8
***************
*** 72,78 ****
* for suEXEC. For most systems, 500 or 100 is common.
*/
#ifndef UID_MIN
! #define UID_MIN 500
#endif
/*
--- 72,78 ----
* for suEXEC. For most systems, 500 or 100 is common.
*/
#ifndef UID_MIN
! #define UID_MIN 100
#endif
/*