blob: 1d98947d79031d46ad7f034e0fc7dc4ee0c8320b [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sockipxoptions.in; do not edit. */
2
3static const struct xlat sockipxoptions[] = {
4#if defined(IPX_TYPE) || (defined(HAVE_DECL_IPX_TYPE) && HAVE_DECL_IPX_TYPE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(IPX_TYPE),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -07008};