Updated Dnsmasq to 2.45
[openwrt-10.03/.git] / package / dnsmasq / patches / 101-ipv6.patch
1 Index: dnsmasq-2.44/src/config.h
2 ===================================================================
3 --- dnsmasq-2.44.orig/src/config.h      2008-07-20 17:17:39.000000000 +0200
4 +++ dnsmasq-2.44/src/config.h   2008-07-20 17:20:08.000000000 +0200
5 @@ -286,8 +286,9 @@
6  /* We assume that systems which don't have IPv6
7     headers don't have ntop and pton either */
8  
9 -#if defined(INET6_ADDRSTRLEN) && defined(IPV6_V6ONLY) && !defined(NO_IPV6)
10 +#if defined(INET6_ADDRSTRLEN) && !defined(NO_IPV6)
11  #  define HAVE_IPV6
12 +#  define IPV6_V6ONLY  26
13  #  define ADDRSTRLEN INET6_ADDRSTRLEN
14  #  if defined(SOL_IPV6)
15  #    define IPV6_LEVEL SOL_IPV6