new upstream release 2.51 with some fixes, see
[openwrt-10.03/.git] / package / dnsmasq / patches / 101-ipv6.patch
1 Index: dnsmasq-2.51/src/config.h
2 ===================================================================
3 --- dnsmasq-2.51.orig/src/config.h
4 +++ dnsmasq-2.51/src/config.h
5 @@ -270,8 +270,9 @@ NOTES:
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