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:45:04 UTC

svn commit: r1774348 - /apr/apr/trunk/include/apr.hw

Author: wrowe
Date: Wed Dec 14 20:45:04 2016
New Revision: 1774348

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

Modified:
    apr/apr/trunk/include/apr.hw

Modified: apr/apr/trunk/include/apr.hw
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr.hw?rev=1774348&r1=1774347&r2=1774348&view=diff
==============================================================================
--- apr/apr/trunk/include/apr.hw (original)
+++ apr/apr/trunk/include/apr.hw Wed Dec 14 20:45:04 2016
@@ -310,7 +310,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