1 /* Generated by ./xlat/gen.sh from ./xlat/netlink_get_flags.in; do not edit. */ 2 3 #include "gcc_compat.h" 4 #include "static_assert.h" 5 6 7 #ifndef XLAT_MACROS_ONLY 8 9 # ifdef IN_MPERS 10 11 # error static const struct xlat netlink_get_flags in mpers mode 12 13 # else 14 15 static 16 const struct xlat netlink_get_flags[] = { 17 #if defined(NLM_F_DUMP) || (defined(HAVE_DECL_NLM_F_DUMP) && HAVE_DECL_NLM_F_DUMP) 18 XLAT(NLM_F_DUMP), 19 #endif 20 #if defined(NLM_F_ROOT) || (defined(HAVE_DECL_NLM_F_ROOT) && HAVE_DECL_NLM_F_ROOT) 21 XLAT(NLM_F_ROOT), 22 #endif 23 #if defined(NLM_F_MATCH) || (defined(HAVE_DECL_NLM_F_MATCH) && HAVE_DECL_NLM_F_MATCH) 24 XLAT(NLM_F_MATCH), 25 #endif 26 #if defined(NLM_F_ATOMIC) || (defined(HAVE_DECL_NLM_F_ATOMIC) && HAVE_DECL_NLM_F_ATOMIC) 27 XLAT(NLM_F_ATOMIC), 28 #endif 29 XLAT_END 30 }; 31 32 # endif /* !IN_MPERS */ 33 34 #endif /* !XLAT_MACROS_ONLY */ 35