Ensure ICMP_NET_ANO is defined.
[tinc] / lib / ipv4.h
index 80ab17c..940c239 100644 (file)
 #define ICMP_NET_UNREACH 0
 #endif
 
+#ifndef ICMP_NET_ANO
+#define ICMP_NET_ANO 9
+#endif
+
 #ifndef IP_MSS
 #define       IP_MSS          576
 #endif