]> granicus.if.org Git - apache/commitdiff
Display whether or not APR (and thus Apache) supports IPv6 in the
authorJeff Trawick <trawick@apache.org>
Sat, 16 Dec 2000 11:45:13 +0000 (11:45 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 16 Dec 2000 11:45:13 +0000 (11:45 +0000)
httpd -V output.

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

server/main.c

index 4e3497f643fa03c553e869e7db0cb9326b67410c..7ec04e3f776ba77fbc7dd5daf21ffcfb097dd34b 100644 (file)
@@ -120,6 +120,9 @@ static void show_compile_settings(void)
 #ifdef NO_LINGCLOSE
     printf(" -D NO_LINGCLOSE\n");
 #endif
+#if APR_HAVE_IPV6
+    printf(" -D APR_HAVE_IPV6\n");
+#endif
 #if APR_USE_FLOCK_SERIALIZE
     printf(" -D APR_USE_FLOCK_SERIALIZE\n");
 #endif