Updated Dnsmasq to 2.42 (#3498)
[openwrt/svn-archive/archive.git] / package / dnsmasq / patches / 101-ipv6.patch
1 diff -ur dnsmasq-2.42.orig/src/config.h dnsmasq-2.42/src/config.h
2 --- dnsmasq-2.42.orig/src/config.h 2008-06-03 16:38:25.000000000 +0200
3 +++ dnsmasq-2.42/src/config.h 2008-06-03 16:38:43.000000000 +0200
4 @@ -322,8 +322,9 @@
5 /* We assume that systems which don't have IPv6
6 headers don't have ntop and pton either */
7
8 -#if defined(INET6_ADDRSTRLEN) && defined(IPV6_V6ONLY) && !defined(NO_IPV6)
9 +#if defined(INET6_ADDRSTRLEN) && !defined(NO_IPV6)
10 # define HAVE_IPV6
11 +# define IPV6_V6ONLY 26
12 # define ADDRSTRLEN INET6_ADDRSTRLEN
13 # if defined(SOL_IPV6)
14 # define IPV6_LEVEL SOL_IPV6