summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)