| /* Generated by ./xlat/gen.sh from ./xlat/sock_ipx_options.in; do not edit. */ | |
| #include "gcc_compat.h" | |
| #include "static_assert.h" | |
| #ifndef XLAT_MACROS_ONLY | |
| # ifdef IN_MPERS | |
| # error static const struct xlat sock_ipx_options in mpers mode | |
| # else | |
| static | |
| const struct xlat sock_ipx_options[] = { | |
| #if defined(IPX_TYPE) || (defined(HAVE_DECL_IPX_TYPE) && HAVE_DECL_IPX_TYPE) | |
| XLAT(IPX_TYPE), | |
| #endif | |
| XLAT_END | |
| }; | |
| # endif /* !IN_MPERS */ | |
| #endif /* !XLAT_MACROS_ONLY */ |