from unixware 7.0. instead it should have just defined
SINGLE_LISTEN_UNSERIALIZED_ACCEPT (since locking is always required for
multiple sockets).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91856
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 1.3.23
+ *) Unixware 7.0 and later did not have a default locking
+ mechanism defined. This bug was introduced in apache 1.3.4.
+ [Dean Gaudet]
+
*) Prevent an Apache module from being loaded or added twice due
to duplicate LoadModule or AddModule directives (or a missing
ClearModuleList directive).
#endif /*_OSD_POSIX*/
#elif defined(UW)
-#if UW < 700
#define HAVE_FCNTL_SERIALIZED_ACCEPT
+#if UW < 700
#define NO_LINGCLOSE
#define NO_KILLPG
+#else
+#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT
#endif
#undef NO_SETSID
#undef NEED_STRDUP