Commit 24b0693a authored by Jeff Trawick's avatar Jeff Trawick
Browse files

Display whether or not APR (and thus Apache) supports IPv6 in the

httpd -V output.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87368 13f79535-47bb-0310-9956-ffa450edef68
parent 4d22d1bd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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