# define ARP_MOD_NAME "arp"
#endif
-#ifdef RTF_CLONING
-/* Solaris has this in route.h but the man page says the kernel ignores it. */
-#undef RTF_CLONING
-#endif
-
#ifndef RT_ROUNDUP
#define RT_ROUNDUP(a) \
((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) : sizeof(long))
#define RAW_PARTIALCSUM 2 << 0
#ifdef __sun
+/* Solaris stupidly defines this for compat with BSD
+ * but then ignores it. */
+#undef RTF_CLONING
+
/* Solaris getifaddrs is very un-suitable for dhcpcd.
* See if-sun.c for details why. */
struct ifaddrs;