source:
freewrt/package/dnsmasq/patches/101-ipv6.patch@
f309a5b
| Last change on this file since f309a5b was f309a5b, checked in by , 17 years ago | |
|---|---|
|
|
| File size: 595 bytes | |
-
src/config.h
diff -Nur dnsmasq-2.47.orig/src/config.h dnsmasq-2.47/src/config.h
old new 282 282 /* We assume that systems which don't have IPv6 283 283 headers don't have ntop and pton either */ 284 284 285 #if defined(INET6_ADDRSTRLEN) && defined(IPV6_V6ONLY) &&!defined(NO_IPV6)285 #if defined(INET6_ADDRSTRLEN) && !defined(NO_IPV6) 286 286 # define HAVE_IPV6 287 # define IPV6_V6ONLY 26 287 288 # define ADDRSTRLEN INET6_ADDRSTRLEN 288 289 # if defined(SOL_IPV6) 289 290 # define IPV6_LEVEL SOL_IPV6
Note:
See TracBrowser
for help on using the repository browser.
