convert the rest of /etc/dnsmasq.conf to uci
[openwrt/svn-archive/archive.git] / package / dnsmasq / patches / 101-ipv6.patch
1 Index: dnsmasq-2.40/src/config.h
2 ===================================================================
3 --- dnsmasq-2.40.orig/src/config.h 2007-06-26 19:16:31.000000000 +0200
4 +++ dnsmasq-2.40/src/config.h 2007-06-26 19:16:31.000000000 +0200
5 @@ -281,8 +281,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