aboutsummaryrefslogtreecommitdiff
path: root/xlat/nf_ulog_msg_types.h
blob: b0ab0513948ba730f8d651b142e3b51cba9442fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Generated by ./xlat/gen.sh from ./xlat/nf_ulog_msg_types.in; do not edit. */
#if !(defined(NFULNL_MSG_PACKET) || (defined(HAVE_DECL_NFULNL_MSG_PACKET) && HAVE_DECL_NFULNL_MSG_PACKET))
# define NFULNL_MSG_PACKET 0
#endif
#if !(defined(NFULNL_MSG_CONFIG) || (defined(HAVE_DECL_NFULNL_MSG_CONFIG) && HAVE_DECL_NFULNL_MSG_CONFIG))
# define NFULNL_MSG_CONFIG 1
#endif

#ifdef IN_MPERS

# error static const struct xlat nf_ulog_msg_types in mpers mode

#else

static
const struct xlat nf_ulog_msg_types[] = {
 XLAT(NFULNL_MSG_PACKET),
 XLAT(NFULNL_MSG_CONFIG),
 XLAT_END
};

#endif /* !IN_MPERS */