summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2014-12-16 20:41:29 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2014-12-16 20:41:29 +0000
commitbd9520b7ade7098ee423acc38965376aa57feb07 (patch)
tree4eaa91ca79559ce38c46b9ae5d4841d722292789
parent3ad3f3bbd4ee716a7d2fb1e115cf89bd1b1a5de9 (diff)
downloaddnsmasq-bd9520b7ade7098ee423acc38965376aa57feb07.tar.gz
Remove redundant IN6_IS_ADDR_ULA(a) macro defn.
-rw-r--r--src/network.c4
1 files changed, 0 insertions, 4 deletions
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)