From ec2c5e4398f9d65e5dfe61530f2556224733d1e6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 31 Jul 2014 17:46:40 +0200 Subject: resolved: implement LLMNR uniqueness verification --- src/shared/missing.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/shared/missing.h') diff --git a/src/shared/missing.h b/src/shared/missing.h index f4378a36b1..083b85a26c 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -503,3 +503,11 @@ static inline int setns(int fd, int nstype) { #ifndef IPV6_UNICAST_IF #define IPV6_UNICAST_IF 76 #endif + +#ifndef IFF_LOWER_UP +#define IFF_LOWER_UP 0x10000 +#endif + +#ifndef IFF_DORMANT +#define IFF_DORMANT 0x20000 +#endif -- cgit v1.2.3-54-g00ecf