From: Dirk-Willem van Gulik Date: Tue, 16 Jul 2002 13:21:10 +0000 (+0000) Subject: Scratching an old itch. Rather than cause a WARNING: in the log X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=cb685c5feef5a119b1f835429db27e26e251a08c;p=thirdparty%2Fapache%2Fhttpd.git Scratching an old itch. Rather than cause a WARNING: in the log 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 --- diff --git a/src/main/http_main.c b/src/main/http_main.c index 2fa761fa9f8..c14faece679 100644 --- a/src/main/http_main.c +++ b/src/main/http_main.c @@ -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