X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fmissing.h;h=4a3b5ecb5b8543a82d3246af47d9564125cc92ba;hp=04545d2dee92db26ba488811c83e27e052330c33;hb=a46d97abe772733d301fc1e6fb7bdfc4f0eba1ab;hpb=3694798bc58665ee89e2d9c7f7829484f288ea28 diff --git a/src/basic/missing.h b/src/basic/missing.h index 04545d2de..4a3b5ecb5 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -582,6 +582,9 @@ struct btrfs_ioctl_quota_ctl_args { #define IN6_ADDR_GEN_MODE_EUI64 0 #define IN6_ADDR_GEN_MODE_NONE 1 +#endif + +#if !HAVE_DECL_IN6_ADDR_GEN_MODE_STABLE_PRIVACY #define IN6_ADDR_GEN_MODE_STABLE_PRIVACY 2 #endif @@ -839,6 +842,10 @@ struct btrfs_ioctl_quota_ctl_args { #define IFLA_BRPORT_PROXYARP 10 #endif +#if !HAVE_DECL_IFLA_VRF_TABLE +#define IFLA_VRF_TABLE 1 +#endif + #if !HAVE_DECL_NDA_IFINDEX #define NDA_UNSPEC 0 #define NDA_DST 1