Mailing List Archive

cvs commit: apache/src conf.h
jim 97/06/28 18:58:32

Modified: src conf.h
Log:
Minor A/UX reordering

Revision Changes Path
1.106 +3 -4 apache/src/conf.h

Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache/src/conf.h,v
retrieving revision 1.105
retrieving revision 1.106
diff -C3 -r1.105 -r1.106
*** conf.h 1997/06/28 23:07:25 1.105
--- conf.h 1997/06/29 01:58:32 1.106
***************
*** 318,336 ****
#define NEED_STRDUP
#define JMP_BUF sigjmp_buf
/* fcntl() locking is expensive with NFS */
! #undef USE_FLOCK_SERIALIZED_ACCEPT
#define HAVE_SHMGET
- #define MOVEBREAK 0x4000000
/*
* NOTE: If when you run Apache under A/UX and you get a warning
! * that httpd couldn't move break, then the above value for
* MOVEBREAK (64megs) is too large for your setup. Try reducing
* to 0x2000000 which is still PLENTY of space. I doubt if
* even on heavy systems sbrk() would be called at all...
*/
#define NO_LINGCLOSE
#define NO_SLACK
- #define USE_FLOCK_SERIALIZED_ACCEPT

#elif defined(SVR4)
#define NO_KILLPG
--- 318,335 ----
#define NEED_STRDUP
#define JMP_BUF sigjmp_buf
/* fcntl() locking is expensive with NFS */
! #define USE_FLOCK_SERIALIZED_ACCEPT
#define HAVE_SHMGET
/*
* NOTE: If when you run Apache under A/UX and you get a warning
! * that httpd couldn't move break, then the below value for
* MOVEBREAK (64megs) is too large for your setup. Try reducing
* to 0x2000000 which is still PLENTY of space. I doubt if
* even on heavy systems sbrk() would be called at all...
*/
+ #define MOVEBREAK 0x4000000
#define NO_LINGCLOSE
#define NO_SLACK

#elif defined(SVR4)
#define NO_KILLPG