]> granicus.if.org Git - apache/commitdiff
Get the hints file working on Linux. This also gets SINGLE_LISTEN....
authorRyan Bloom <rbb@apache.org>
Mon, 13 Nov 2000 04:50:34 +0000 (04:50 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 13 Nov 2000 04:50:34 +0000 (04:50 +0000)
working on linux 2.2.

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

configure.in

index 78d54bfb08a5b93bd43c7e95146eb42271ebf314..abdaf3062be33874dd2b8c75336270f4c393008f 100644 (file)
@@ -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