1 /* Generated by ./xlat/gen.sh from ./xlat/packet_diag_info_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 packet_diag_info_flags in mpers mode
12 
13 # else
14 
15 static
16 const struct xlat packet_diag_info_flags[] = {
17 #if defined(PDI_RUNNING) || (defined(HAVE_DECL_PDI_RUNNING) && HAVE_DECL_PDI_RUNNING)
18   XLAT(PDI_RUNNING),
19 #endif
20 #if defined(PDI_AUXDATA) || (defined(HAVE_DECL_PDI_AUXDATA) && HAVE_DECL_PDI_AUXDATA)
21   XLAT(PDI_AUXDATA),
22 #endif
23 #if defined(PDI_ORIGDEV) || (defined(HAVE_DECL_PDI_ORIGDEV) && HAVE_DECL_PDI_ORIGDEV)
24   XLAT(PDI_ORIGDEV),
25 #endif
26 #if defined(PDI_VNETHDR) || (defined(HAVE_DECL_PDI_VNETHDR) && HAVE_DECL_PDI_VNETHDR)
27   XLAT(PDI_VNETHDR),
28 #endif
29 #if defined(PDI_LOSS) || (defined(HAVE_DECL_PDI_LOSS) && HAVE_DECL_PDI_LOSS)
30   XLAT(PDI_LOSS),
31 #endif
32  XLAT_END
33 };
34 
35 # endif /* !IN_MPERS */
36 
37 #endif /* !XLAT_MACROS_ONLY */
38