summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2009-11-14 13:26:24 -0500
committerSteve Kondik <shade@chemlab.org>2009-11-14 13:26:24 -0500
commit6257052f1d76bbe587c68eda1cc3b2772d21eabe (patch)
tree56badf8742e0bf30912bf1f47c4d0c6c7de20ffa
parentab207618676ae5a293322fe99259ca75946253c7 (diff)
downloadandroid_external_dnsmasq-eclair.tar.gz
android_external_dnsmasq-eclair.tar.bz2
android_external_dnsmasq-eclair.zip
Disable IPV6eclair
-rw-r--r--config.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/config.h b/config.h
index d5d3b15..346baff 100644
--- a/config.h
+++ b/config.h
@@ -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