Mailing List Archive

cvs commit: apache/src conf.h
dgaudet 97/06/28 16:07:26

Modified: src conf.h
Log:
As discussed, enable flock serialized accept under freebsd, and a/ux. And
I also enabled it under sunos4, I'm about to go double check that's correct
for sunos4.

Revision Changes Path
1.105 +3 -0 apache/src/conf.h

Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache/src/conf.h,v
retrieving revision 1.104
retrieving revision 1.105
diff -C3 -r1.104 -r1.105
*** conf.h 1997/06/28 22:39:20 1.104
--- conf.h 1997/06/28 23:07:25 1.105
***************
*** 89,94 ****
--- 89,95 ----
typedef int rlim_t;
#define memmove(a,b,c) bcopy(b,a,c)
#define NO_LINGCLOSE
+ #define USE_FLOCK_SERIALIZED_ACCEPT

#elif defined(SOLARIS2)
#undef HAVE_GMTOFF
***************
*** 329,334 ****
--- 330,336 ----
*/
#define NO_LINGCLOSE
#define NO_SLACK
+ #define USE_FLOCK_SERIALIZED_ACCEPT

#elif defined(SVR4)
#define NO_KILLPG
***************
*** 411,416 ****
--- 413,419 ----
(defined(__FreeBSD_version) && (__FreeBSD_version < 220000))
typedef quad_t rlim_t;
#endif
+ #define USE_FLOCK_SERIALIZED_ACCEPT

#elif defined(QNX)
#ifndef crypt