]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Remove redundant IN6_IS_ADDR_ULA(a) macro defn.
authorSimon Kelley <simon@thekelleys.org.uk>
Tue, 16 Dec 2014 20:41:29 +0000 (20:41 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Tue, 16 Dec 2014 20:41:29 +0000 (20:41 +0000)
src/network.c

index 5067007c5cbc04349a0c3377f52a8e662cbba8ee..99419f57951e2219a11a0c110fee9244add49fc5 100644 (file)
 
 #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)