• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/ipc_msg_flags.in; do not edit. */
2 
3 #include "gcc_compat.h"
4 #include "static_assert.h"
5 
6 
7 #ifndef XLAT_MACROS_ONLY
8 
9 # ifdef IN_MPERS
10 
11 #  error static const struct xlat ipc_msg_flags in mpers mode
12 
13 # else
14 
15 static
16 const struct xlat ipc_msg_flags[] = {
17 #if defined(MSG_NOERROR) || (defined(HAVE_DECL_MSG_NOERROR) && HAVE_DECL_MSG_NOERROR)
18   XLAT(MSG_NOERROR),
19 #endif
20 #if defined(MSG_EXCEPT) || (defined(HAVE_DECL_MSG_EXCEPT) && HAVE_DECL_MSG_EXCEPT)
21   XLAT(MSG_EXCEPT),
22 #endif
23 #if defined(IPC_NOWAIT) || (defined(HAVE_DECL_IPC_NOWAIT) && HAVE_DECL_IPC_NOWAIT)
24   XLAT(IPC_NOWAIT),
25 #endif
26  XLAT_END
27 };
28 
29 # endif /* !IN_MPERS */
30 
31 #endif /* !XLAT_MACROS_ONLY */
32