blob: 99868c8ee528f9cfa73f4e3f07eb9a0d812ad2be [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sockrawoptions.in; do not edit. */
2
Elliott Hughes89484692015-12-11 13:20:01 -08003#ifdef IN_MPERS
4
5# error static const struct xlat sockrawoptions in mpers mode
6
7#else
8
9static
10const struct xlat sockrawoptions[] = {
Elliott Hughes82728372014-06-06 22:49:31 -070011#if defined(ICMP_FILTER) || (defined(HAVE_DECL_ICMP_FILTER) && HAVE_DECL_ICMP_FILTER)
Elliott Hughes89484692015-12-11 13:20:01 -080012 XLAT(ICMP_FILTER),
Elliott Hughes82728372014-06-06 22:49:31 -070013#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070015};
Elliott Hughes89484692015-12-11 13:20:01 -080016
17#endif /* !IN_MPERS */