]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Print out the DYNAMIC_MODULE_LIMIT (=64) on the "httpd -V" page.
authorMartin Kraemer <martin@apache.org>
Tue, 1 Oct 2002 14:24:23 +0000 (14:24 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 1 Oct 2002 14:24:23 +0000 (14:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97042 13f79535-47bb-0310-9956-ffa450edef68

src/main/http_main.c

index 4ff3874ce6cc30586e258079b96b261d399ce0ae..282a9557f9e9b29bba061fc1b245f9b9934265b6 100644 (file)
@@ -4086,6 +4086,7 @@ static void show_compile_settings(void)
        printf(" -D PIPE_BUF=%ld\n",(long)PIPE_BUF);
 #endif
 #endif
+    printf(" -D DYNAMIC_MODULE_LIMIT=%ld\n",(long)DYNAMIC_MODULE_LIMIT);
     printf(" -D HARD_SERVER_LIMIT=%ld\n",(long)HARD_SERVER_LIMIT);
 #ifdef MULTITHREAD
     printf(" -D MULTITHREAD\n");