C++程序  |  15行  |  466 B

/* Generated by ./xlat/gen.sh from ./xlat/ipc_msg_flags.in; do not edit. */

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
};