summarylogtreecommitdiffstats
path: root/ipv6.patch
blob: 8b42fbbda1bd8ab36f61182e0d4cf6d096b26418 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/pjlib/include/pj/config.h
+++ b/pjlib/include/pj/config.h
@@ -549,7 +549,7 @@
  * Default: 0 (disabled, for now)
  */
 #ifndef PJ_HAS_IPV6
-#  define PJ_HAS_IPV6		    0
+#  define PJ_HAS_IPV6		    1
 #endif
 
  /**