From: Ryan Bloom Date: Mon, 13 Nov 2000 04:50:34 +0000 (+0000) Subject: Get the hints file working on Linux. This also gets SINGLE_LISTEN.... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbde7ae8648dee7225ed1fc56afe7fcc16e3daf4;p=apache Get the hints file working on Linux. This also gets SINGLE_LISTEN.... working on linux 2.2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86936 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 78d54bfb08..abdaf3062b 100644 --- a/configure.in +++ b/configure.in @@ -185,9 +185,9 @@ 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, [ ]) + AC_DEFINE(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, 1, + [This platform doesn't suffer from the thundering herd problem]) fi dnl check for endianness