1 /* Generated by ./xlat/gen.sh from ./xlat/netlink_new_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_new_flags in mpers mode 12 13 # else 14 15 static 16 const struct xlat netlink_new_flags[] = { 17 #if defined(NLM_F_REPLACE) || (defined(HAVE_DECL_NLM_F_REPLACE) && HAVE_DECL_NLM_F_REPLACE) 18 XLAT(NLM_F_REPLACE), 19 #endif 20 #if defined(NLM_F_EXCL) || (defined(HAVE_DECL_NLM_F_EXCL) && HAVE_DECL_NLM_F_EXCL) 21 XLAT(NLM_F_EXCL), 22 #endif 23 #if defined(NLM_F_CREATE) || (defined(HAVE_DECL_NLM_F_CREATE) && HAVE_DECL_NLM_F_CREATE) 24 XLAT(NLM_F_CREATE), 25 #endif 26 #if defined(NLM_F_APPEND) || (defined(HAVE_DECL_NLM_F_APPEND) && HAVE_DECL_NLM_F_APPEND) 27 XLAT(NLM_F_APPEND), 28 #endif 29 XLAT_END 30 }; 31 32 # endif /* !IN_MPERS */ 33 34 #endif /* !XLAT_MACROS_ONLY */ 35