You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@znep.com> on 1997/11/01 05:36:09 UTC

[PATCH] FCNTL_SERIALIZED_ACCEPT on HPUX

This adds FCNTL_SERIALIZED_ACCEPT for HPUX.  Works on 10.x, have
reports of it working on 9.x.  Who knows about earlier, but...
can only try.

PR#872.


Index: main/conf.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/conf.h,v
retrieving revision 1.150
diff -u -r1.150 conf.h
--- conf.h	1997/10/25 01:52:45	1.150
+++ conf.h	1997/11/01 04:29:15
@@ -171,6 +170,7 @@
 #undef HAVE_GMTOFF
 #define NO_KILLPG
 #undef NO_SETSID
+#define USE_FCNTL_SERIALIZED_ACCEPT
 #ifndef _HPUX_SOURCE
 #define _HPUX_SOURCE
 #endif