summaryrefslogtreecommitdiff
path: root/inet_net_pton.c
diff options
context:
space:
mode:
Diffstat (limited to 'inet_net_pton.c')
-rw-r--r--inet_net_pton.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/inet_net_pton.c b/inet_net_pton.c
index eabf63b..8e8a42c 100644
--- a/inet_net_pton.c
+++ b/inet_net_pton.c
@@ -46,6 +46,10 @@
#include "ares_ipv6.h"
#include "inet_net_pton.h"
+
+const struct ares_in6_addr ares_in6addr_any = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } };
+
+
#if !defined(HAVE_INET_NET_PTON) || !defined(HAVE_INET_NET_PTON_IPV6)
/*