diff options
author | Steve Kondik <shade@chemlab.org> | 2009-11-14 13:26:24 -0500 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2009-11-14 13:26:24 -0500 |
commit | 6257052f1d76bbe587c68eda1cc3b2772d21eabe (patch) | |
tree | 56badf8742e0bf30912bf1f47c4d0c6c7de20ffa | |
parent | ab207618676ae5a293322fe99259ca75946253c7 (diff) | |
download | android_external_dnsmasq-eclair.tar.gz android_external_dnsmasq-eclair.tar.bz2 android_external_dnsmasq-eclair.zip |
Disable IPV6eclair
-rw-r--r-- | config.h | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -270,21 +270,8 @@ NOTES: /* We assume that systems which don't have IPv6 headers don't have ntop and pton either */ -#if defined(INET6_ADDRSTRLEN) && defined(IPV6_V6ONLY) && !defined(NO_IPV6) -# define HAVE_IPV6 -# define ADDRSTRLEN INET6_ADDRSTRLEN -# if defined(SOL_IPV6) -# define IPV6_LEVEL SOL_IPV6 -# else -# define IPV6_LEVEL IPPROTO_IPV6 -# endif -#elif defined(INET_ADDRSTRLEN) -# undef HAVE_IPV6 -# define ADDRSTRLEN INET_ADDRSTRLEN -#else # undef HAVE_IPV6 # define ADDRSTRLEN 16 /* 4*3 + 3 dots + NULL */ -#endif /* Can't do scripts without fork */ #ifdef NOFORK |