]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Scratching an old itch. Rather than cause a WARNING: in the log
authorDirk-Willem van Gulik <dirkx@apache.org>
Tue, 16 Jul 2002 13:21:10 +0000 (13:21 +0000)
committerDirk-Willem van Gulik <dirkx@apache.org>
Tue, 16 Jul 2002 13:21:10 +0000 (13:21 +0000)
with the value at startup - have a method to find the value without
actually really running it (or binding ot ports, touching logs, etc).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96077 13f79535-47bb-0310-9956-ffa450edef68

src/main/http_main.c

index 2fa761fa9f865b163c946d2f6e3546d1cf0c7d6f..c14faece679354dd557b4f4403759d723c93269f 100644 (file)
@@ -4082,6 +4082,7 @@ static void show_compile_settings(void)
        printf(" -D PIPE_BUF=%ld\n",(long)PIPE_BUF);
 #endif
 #endif
+    printf(" -D HARD_SERVER_LIMIT=%ld\n",(long)HARD_SERVER_LIMIT);
 #ifdef MULTITHREAD
     printf(" -D MULTITHREAD\n");
 #endif