blob: a37ca879df4d8233f907b57b2452d2fb98ff20b4 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/ipc_msg_flags.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat ipc_msg_flags in mpers mode
#else
static
const struct xlat ipc_msg_flags[] = {
#if defined(MSG_NOERROR) || (defined(HAVE_DECL_MSG_NOERROR) && HAVE_DECL_MSG_NOERROR)
XLAT(MSG_NOERROR),
#endif
#if defined(MSG_EXCEPT) || (defined(HAVE_DECL_MSG_EXCEPT) && HAVE_DECL_MSG_EXCEPT)
XLAT(MSG_EXCEPT),
#endif
#if defined(IPC_NOWAIT) || (defined(HAVE_DECL_IPC_NOWAIT) && HAVE_DECL_IPC_NOWAIT)
XLAT(IPC_NOWAIT),
#endif
XLAT_END
};
#endif /* !IN_MPERS */