[package] update dnsmasq to 2.47 (#4636, thanks florida)
[openwrt-10.03/.git] / package / dnsmasq / patches / 101-ipv6.patch
1 Index: dnsmasq-2.47/src/config.h
2 ===================================================================
3 --- dnsmasq-2.47.orig/src/config.h      2009-02-15 19:05:25.000000000 +0200 
4 +++ dnsmasq-2.47/src/config.h   2009-02-15 19:05:25.000000000 +0200 
5 @@ -282,8 +282,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