• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/resource_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 # ifndef IN_MPERS
10 
11 const struct xlat resource_flags[] = {
12 #if defined(IPC_CREAT) || (defined(HAVE_DECL_IPC_CREAT) && HAVE_DECL_IPC_CREAT)
13   XLAT(IPC_CREAT),
14 #endif
15 #if defined(IPC_EXCL) || (defined(HAVE_DECL_IPC_EXCL) && HAVE_DECL_IPC_EXCL)
16   XLAT(IPC_EXCL),
17 #endif
18 #if defined(IPC_NOWAIT) || (defined(HAVE_DECL_IPC_NOWAIT) && HAVE_DECL_IPC_NOWAIT)
19   XLAT(IPC_NOWAIT),
20 #endif
21  XLAT_END
22 };
23 
24 # endif /* !IN_MPERS */
25 
26 #endif /* !XLAT_MACROS_ONLY */
27