• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/routing_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 routing_flags in mpers mode
12 
13 # else
14 
15 static
16 const struct xlat routing_flags[] = {
17 #if defined(RTM_F_NOTIFY) || (defined(HAVE_DECL_RTM_F_NOTIFY) && HAVE_DECL_RTM_F_NOTIFY)
18   XLAT(RTM_F_NOTIFY),
19 #endif
20 #if defined(RTM_F_CLONED) || (defined(HAVE_DECL_RTM_F_CLONED) && HAVE_DECL_RTM_F_CLONED)
21   XLAT(RTM_F_CLONED),
22 #endif
23 #if defined(RTM_F_EQUALIZE) || (defined(HAVE_DECL_RTM_F_EQUALIZE) && HAVE_DECL_RTM_F_EQUALIZE)
24   XLAT(RTM_F_EQUALIZE),
25 #endif
26 #if defined(RTM_F_PREFIX) || (defined(HAVE_DECL_RTM_F_PREFIX) && HAVE_DECL_RTM_F_PREFIX)
27   XLAT(RTM_F_PREFIX),
28 #endif
29 #if defined(RTM_F_LOOKUP_TABLE) || (defined(HAVE_DECL_RTM_F_LOOKUP_TABLE) && HAVE_DECL_RTM_F_LOOKUP_TABLE)
30   XLAT(RTM_F_LOOKUP_TABLE),
31 #endif
32  XLAT_END
33 };
34 
35 # endif /* !IN_MPERS */
36 
37 #endif /* !XLAT_MACROS_ONLY */
38