X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fmissing.h;h=083b85a26cbebebb2f7e4b01385e305adc5cb0be;hp=29852854095f695f846ce2842feb5de034e86ae6;hb=ec2c5e4398f9d65e5dfe61530f2556224733d1e6;hpb=6589d0dba2b1ccf2406db527c2c1b51c7143e117 diff --git a/src/shared/missing.h b/src/shared/missing.h index 298528540..083b85a26 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -499,3 +499,15 @@ static inline int setns(int fd, int nstype) { #define IFLA_BRIDGE_MAX (__IFLA_BRIDGE_MAX - 1) #endif + +#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