1/* Generated by ./xlat/gen.sh from ./xlat/routing_flags.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat routing_flags in mpers mode
6
7#else
8
9static
10const struct xlat routing_flags[] = {
11#if defined(RTM_F_NOTIFY) || (defined(HAVE_DECL_RTM_F_NOTIFY) && HAVE_DECL_RTM_F_NOTIFY)
12  XLAT(RTM_F_NOTIFY),
13#endif
14#if defined(RTM_F_CLONED) || (defined(HAVE_DECL_RTM_F_CLONED) && HAVE_DECL_RTM_F_CLONED)
15  XLAT(RTM_F_CLONED),
16#endif
17#if defined(RTM_F_EQUALIZE) || (defined(HAVE_DECL_RTM_F_EQUALIZE) && HAVE_DECL_RTM_F_EQUALIZE)
18  XLAT(RTM_F_EQUALIZE),
19#endif
20#if defined(RTM_F_PREFIX) || (defined(HAVE_DECL_RTM_F_PREFIX) && HAVE_DECL_RTM_F_PREFIX)
21  XLAT(RTM_F_PREFIX),
22#endif
23#if defined(RTM_F_LOOKUP_TABLE) || (defined(HAVE_DECL_RTM_F_LOOKUP_TABLE) && HAVE_DECL_RTM_F_LOOKUP_TABLE)
24  XLAT(RTM_F_LOOKUP_TABLE),
25#endif
26 XLAT_END
27};
28
29#endif /* !IN_MPERS */
30