summaryrefslogtreecommitdiffstats
path: root/avahi-core/iface.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-12 14:46:06 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-12 14:46:06 +0000
commitc283115cb4ae82f332a79bc90696335b82493b8c (patch)
tree3a8695aac78ba73a6ef1c454cc63dd144563b4b1 /avahi-core/iface.h
parentd7ca19e0f331d70930562149d6e2bd835e72b83c (diff)
warn if not netlink replacement is found when building
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@738 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/iface.h')
-rw-r--r--avahi-core/iface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/avahi-core/iface.h b/avahi-core/iface.h
index 0ad6338..f7e78a6 100644
--- a/avahi-core/iface.h
+++ b/avahi-core/iface.h
@@ -42,6 +42,8 @@ typedef struct AvahiHwInterface AvahiHwInterface;
#ifdef HAVE_NETLINK
#include "iface-linux.h"
+#else
+#error "No network configuration notification system available"
#endif
#define AVAHI_MAX_MAC_ADDRESS 32