From: Simon Kelley Date: Tue, 16 Dec 2014 20:41:29 +0000 (+0000) Subject: Remove redundant IN6_IS_ADDR_ULA(a) macro defn. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd9520b7ade7098ee423acc38965376aa57feb07;p=people%2Fms%2Fdnsmasq.git Remove redundant IN6_IS_ADDR_ULA(a) macro defn. --- diff --git a/src/network.c b/src/network.c index 5067007..99419f5 100644 --- a/src/network.c +++ b/src/network.c @@ -16,10 +16,6 @@ #include "dnsmasq.h" -#ifndef IN6_IS_ADDR_ULA -#define IN6_IS_ADDR_ULA(a) ((((__const uint32_t *) (a))[0] & htonl (0xfe00000)) == htonl (0xfc000000)) -#endif - #ifdef HAVE_LINUX_NETWORK int indextoname(int fd, int index, char *name)