1 /* Generated by ./xlat/gen.sh from ./xlat/fib_rule_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 fib_rule_flags in mpers mode 12 13 # else 14 15 static 16 const struct xlat fib_rule_flags[] = { 17 #if defined(FIB_RULE_PERMANENT) || (defined(HAVE_DECL_FIB_RULE_PERMANENT) && HAVE_DECL_FIB_RULE_PERMANENT) 18 XLAT(FIB_RULE_PERMANENT), 19 #endif 20 #if defined(FIB_RULE_INVERT) || (defined(HAVE_DECL_FIB_RULE_INVERT) && HAVE_DECL_FIB_RULE_INVERT) 21 XLAT(FIB_RULE_INVERT), 22 #endif 23 #if defined(FIB_RULE_UNRESOLVED) || (defined(HAVE_DECL_FIB_RULE_UNRESOLVED) && HAVE_DECL_FIB_RULE_UNRESOLVED) 24 XLAT(FIB_RULE_UNRESOLVED), 25 #endif 26 #if defined(FIB_RULE_IIF_DETACHED) || (defined(HAVE_DECL_FIB_RULE_IIF_DETACHED) && HAVE_DECL_FIB_RULE_IIF_DETACHED) 27 XLAT(FIB_RULE_IIF_DETACHED), 28 #endif 29 #if defined(FIB_RULE_OIF_DETACHED) || (defined(HAVE_DECL_FIB_RULE_OIF_DETACHED) && HAVE_DECL_FIB_RULE_OIF_DETACHED) 30 XLAT(FIB_RULE_OIF_DETACHED), 31 #endif 32 #if defined(FIB_RULE_FIND_SADDR) || (defined(HAVE_DECL_FIB_RULE_FIND_SADDR) && HAVE_DECL_FIB_RULE_FIND_SADDR) 33 XLAT(FIB_RULE_FIND_SADDR), 34 #endif 35 XLAT_END 36 }; 37 38 # endif /* !IN_MPERS */ 39 40 #endif /* !XLAT_MACROS_ONLY */ 41