]> tinc-vpn.org Git - tinc/blobdiff - src/route.c
Move repeating MIN/MAX macros into dropin.h.
[tinc] / src / route.c
index 69d0ba74a44be90fc376bfb436914c995dbd6998..79832dcad0f4c899bc3cbc936884707b08445fa0 100644 (file)
@@ -54,10 +54,6 @@ static const size_t icmp6_size = sizeof(struct icmp6_hdr);
 static const size_t ns_size = sizeof(struct nd_neighbor_solicit);
 static const size_t opt_size = sizeof(struct nd_opt_hdr);
 
-#ifndef MAX
-#define MAX(a, b) ((a) > (b) ? (a) : (b))
-#endif
-
 static timeout_t age_subnets_timeout;
 
 /* RFC 1071 */