blob: 99868c8ee528f9cfa73f4e3f07eb9a0d812ad2be [file] [log] [blame]
/* 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 */