1/* Generated by ./xlat/gen.sh from ./xlat/sockipxoptions.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat sockipxoptions in mpers mode
6
7#else
8
9static
10const struct xlat sockipxoptions[] = {
11#if defined(IPX_TYPE) || (defined(HAVE_DECL_IPX_TYPE) && HAVE_DECL_IPX_TYPE)
12  XLAT(IPX_TYPE),
13#endif
14 XLAT_END
15};
16
17#endif /* !IN_MPERS */
18