1 /* Generated by ./xlat/gen.sh from ./xlat/ipc_msg_flags.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat ipc_msg_flags in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat ipc_msg_flags[] = {
11 #if defined(MSG_NOERROR) || (defined(HAVE_DECL_MSG_NOERROR) && HAVE_DECL_MSG_NOERROR)
12   XLAT(MSG_NOERROR),
13 #endif
14 #if defined(MSG_EXCEPT) || (defined(HAVE_DECL_MSG_EXCEPT) && HAVE_DECL_MSG_EXCEPT)
15   XLAT(MSG_EXCEPT),
16 #endif
17 #if defined(IPC_NOWAIT) || (defined(HAVE_DECL_IPC_NOWAIT) && HAVE_DECL_IPC_NOWAIT)
18   XLAT(IPC_NOWAIT),
19 #endif
20  XLAT_END
21 };
22 
23 #endif /* !IN_MPERS */
24