blob: 0e92f0ea2f541c35e6b187f3f477d925dafd59e0 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sockipxoptions.in; do not edit. */
2
Elliott Hughes89484692015-12-11 13:20:01 -08003#ifdef IN_MPERS
4
5# error static const struct xlat sockipxoptions in mpers mode
6
7#else
8
9static
10const struct xlat sockipxoptions[] = {
Elliott Hughes82728372014-06-06 22:49:31 -070011#if defined(IPX_TYPE) || (defined(HAVE_DECL_IPX_TYPE) && HAVE_DECL_IPX_TYPE)
Elliott Hughes89484692015-12-11 13:20:01 -080012 XLAT(IPX_TYPE),
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 */