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-Tag: APACHE_2_0_ALPHA_8~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffc6052ecf7b8cc45c756b580075fde93cace7f8;p=thirdparty%2Fapache%2Fhttpd.git 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 78d54bfb08a..abdaf3062be 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