From: Ryan Bloom Date: Mon, 13 Nov 2000 03:42:02 +0000 (+0000) Subject: Get SINGLE_LISTEN_UNSERIALIZED_ACCEPT working again. This defines that X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b59f267505ee49f4ea2ef4f3ec62d259fbabd859;p=apache Get SINGLE_LISTEN_UNSERIALIZED_ACCEPT working again. This defines that 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 --- diff --git a/configure.in b/configure.in index 95648149ba..78d54bfb08 100644 --- a/configure.in +++ b/configure.in @@ -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