]> git.meshlink.io Git - catta/blobdiff - avahi-core/iface.h
* autotools magic for PF_ROUTE (not the real thing yet).
[catta] / avahi-core / iface.h
index 76b3540c0ebe5e6fe7439411be605a60cb699c4c..14d0195acee1b6f4cf49874ab0ee0560f51d7037 100644 (file)
@@ -42,6 +42,8 @@ typedef struct AvahiHwInterface AvahiHwInterface;
 
 #ifdef HAVE_NETLINK
 #include "iface-linux.h"
+#elif defined(HAVE_PF_ROUTE)
+#include "iface-pfroute.h"
 #else
 #error "No network configuration notification system available"
 #endif