aboutsummaryrefslogtreecommitdiff
path: root/xlat/multicast_router_types.h
blob: 8c68b2f0570a1eae27b403fa16caa304b0f26481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* Generated by ./xlat/gen.sh from ./xlat/multicast_router_types.in; do not edit. */
#if !(defined(MDB_RTR_TYPE_DISABLED) || (defined(HAVE_DECL_MDB_RTR_TYPE_DISABLED) && HAVE_DECL_MDB_RTR_TYPE_DISABLED))
# define MDB_RTR_TYPE_DISABLED 0
#endif
#if !(defined(MDB_RTR_TYPE_TEMP_QUERY) || (defined(HAVE_DECL_MDB_RTR_TYPE_TEMP_QUERY) && HAVE_DECL_MDB_RTR_TYPE_TEMP_QUERY))
# define MDB_RTR_TYPE_TEMP_QUERY 1
#endif
#if !(defined(MDB_RTR_TYPE_PERM) || (defined(HAVE_DECL_MDB_RTR_TYPE_PERM) && HAVE_DECL_MDB_RTR_TYPE_PERM))
# define MDB_RTR_TYPE_PERM 2
#endif
#if !(defined(MDB_RTR_TYPE_TEMP) || (defined(HAVE_DECL_MDB_RTR_TYPE_TEMP) && HAVE_DECL_MDB_RTR_TYPE_TEMP))
# define MDB_RTR_TYPE_TEMP 3
#endif

#ifdef IN_MPERS

# error static const struct xlat multicast_router_types in mpers mode

#else

static
const struct xlat multicast_router_types[] = {
 XLAT(MDB_RTR_TYPE_DISABLED),
 XLAT(MDB_RTR_TYPE_TEMP_QUERY),
 XLAT(MDB_RTR_TYPE_PERM),
 XLAT(MDB_RTR_TYPE_TEMP),
 XLAT_END
};

#endif /* !IN_MPERS */