blob: cee80f171a9dab2ceb29c4c4be92055f619dc484 [file] [log] [blame]
/* 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 */