You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2016/12/14 20:44:35 UTC

svn commit: r1774347 - /apr/apr/branches/1.6.x/include/apr.hw

Author: wrowe
Date: Wed Dec 14 20:44:35 2016
New Revision: 1774347

URL: http://svn.apache.org/viewvc?rev=1774347&view=rev
Log:
Nobody should be running pre-IPV6 flavors of Windows OS abandonware anymore

Modified:
    apr/apr/branches/1.6.x/include/apr.hw

Modified: apr/apr/branches/1.6.x/include/apr.hw
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/include/apr.hw?rev=1774347&r1=1774346&r2=1774347&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/include/apr.hw (original)
+++ apr/apr/branches/1.6.x/include/apr.hw Wed Dec 14 20:44:35 2016
@@ -301,7 +301,7 @@ extern "C" {
 #define APR_HAVE_IN_ADDR        1
 #define APR_HAVE_INET_ADDR      1
 #define APR_HAVE_INET_NETWORK   0
-#define APR_HAVE_IPV6           0
+#define APR_HAVE_IPV6           1
 #define APR_HAVE_SOCKADDR_UN    0
 #define APR_HAVE_MEMMOVE        1
 #define APR_HAVE_SETRLIMIT      0