summaryrefslogtreecommitdiffstats
path: root/sources/dnsmasq1.patch
blob: 0635ed30de9a5d0e8fc6ed787661376f682c8ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- dnsmasq-1.18/config.h.dist	2004-03-01 22:25:12.000000000 -0600
+++ dnsmasq-1.18/config.h	2004-03-01 22:26:50.000000000 -0600
@@ -126,7 +126,9 @@
 
 /* Must preceed __linux__ since uClinux defines __linux__ too. */
 #if defined(__uClinux__) || defined(__UCLIBC__)
+#ifndef __UCLIBC_HAS_IPV6__
 #undef HAVE_LINUX_IPV6_PROC
+#endif
 #define HAVE_GETOPT_LONG
 #undef HAVE_ARC4RANDOM
 #define HAVE_RANDOM