17 lines
362 B
C
17 lines
362 B
C
/* Generated by ./xlat/gen.sh from ./xlat/sockrawoptions.in; do not edit. */
|
|
|
|
#ifdef IN_MPERS
|
|
|
|
# error static const struct xlat sockrawoptions in mpers mode
|
|
|
|
#else
|
|
|
|
static
|
|
const struct xlat sockrawoptions[] = {
|
|
#if defined(ICMP_FILTER) || (defined(HAVE_DECL_ICMP_FILTER) && HAVE_DECL_ICMP_FILTER)
|
|
XLAT(ICMP_FILTER),
|
|
#endif
|
|
XLAT_END
|
|
};
|
|
|
|
#endif /* !IN_MPERS */
|