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