fielding 98/12/11 19:54:19
Modified: src CHANGES src/include ap_config.h Log: Add defines for USE_FLOCK_SERIALIZED_ACCEPT and SINGLE_LISTEN_UNSERIALIZED_ACCEPT to NetBSD/OpenBSD section to allow serialized accept for multiport listens. Also fixed a misplaced #endif that would skip several defines if DEFAULT_GROUP was overridden. PR: 3120 Submitted by: Roy Fielding, Curt Sampson <[EMAIL PROTECTED]> Revision Changes Path 1.1169 +9 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1168 retrieving revision 1.1169 diff -u -r1.1168 -r1.1169 --- CHANGES 1998/12/12 03:12:15 1.1168 +++ CHANGES 1998/12/12 03:54:16 1.1169 @@ -1,5 +1,14 @@ Changes with Apache 1.3.4 + *) PORT: Add defines for USE_FLOCK_SERIALIZED_ACCEPT and + SINGLE_LISTEN_UNSERIALIZED_ACCEPT to NetBSD/OpenBSD section + of ap_config.h to allow serialized accept for multiport listens. + [Roy Fielding, Curt Sampson] PR#3120 + + *) PORT: Fixed a misplaced #endif for NetBSD/OpenBSD section + of ap_config.h that would skip several defines if DEFAULT_GROUP + was overridden. [Roy Fielding] + *) PORT: The I86 version of DGUX has support for strncasecmp and strcasecmp, so allow it in ap_config.h. [Amiel Lee Yee] PR#3247 1.247 +3 -1 apache-1.3/src/include/ap_config.h Index: ap_config.h =================================================================== RCS file: /home/cvs/apache-1.3/src/include/ap_config.h,v retrieving revision 1.246 retrieving revision 1.247 diff -u -r1.246 -r1.247 --- ap_config.h 1998/12/12 03:12:17 1.246 +++ ap_config.h 1998/12/12 03:54:18 1.247 @@ -616,11 +616,13 @@ #endif #ifndef DEFAULT_GROUP #define DEFAULT_GROUP "nogroup" +#endif #define HAVE_SHMGET 1 #define HAVE_MMAP 1 #define USE_MMAP_SCOREBOARD #define USE_MMAP_FILES -#endif +#define USE_FLOCK_SERIALIZED_ACCEPT +#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT #elif defined(UTS21) #undef HAVE_GMTOFF