]> granicus.if.org Git - apache/commitdiff
Get SINGLE_LISTEN_UNSERIALIZED_ACCEPT working again. This defines that
authorRyan Bloom <rbb@apache.org>
Mon, 13 Nov 2000 03:42:02 +0000 (03:42 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 13 Nov 2000 03:42:02 +0000 (03:42 +0000)
macro on those platforms that have it defined in 1.3.  The only platform
that doesn't work yet is Linux 2.2.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86933 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 95648149baa4cdab6d626f527f02ded8baf87467..78d54bfb08a5b93bd43c7e95146eb42271ebf314 100644 (file)
@@ -185,6 +185,11 @@ APACHE_SUBST(AP_LIBS)
 AC_DEFINE(AP_USING_AUTOCONF, 1,
                [Using autoconf to configure Apache])
 
+echo "FOOBAR::::  $SINGLE_LISTEN_UNSERIALIZED_ACCEPT"
+if test "$SINGLE_LISTEN_UNSERIALIZED_ACCEPT" = "1"; then
+    AC_DEFINE(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, 1, [ ])
+fi
+
 dnl check for endianness
 if test "$cross_compiling" = "no"; then
   AC_C_BIGENDIAN