Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/resource_flags.in; do not edit. */
      2 
      3 #ifndef IN_MPERS
      4 
      5 const struct xlat resource_flags[] = {
      6 #if defined(IPC_CREAT) || (defined(HAVE_DECL_IPC_CREAT) && HAVE_DECL_IPC_CREAT)
      7   XLAT(IPC_CREAT),
      8 #endif
      9 #if defined(IPC_EXCL) || (defined(HAVE_DECL_IPC_EXCL) && HAVE_DECL_IPC_EXCL)
     10   XLAT(IPC_EXCL),
     11 #endif
     12 #if defined(IPC_NOWAIT) || (defined(HAVE_DECL_IPC_NOWAIT) && HAVE_DECL_IPC_NOWAIT)
     13   XLAT(IPC_NOWAIT),
     14 #endif
     15  XLAT_END
     16 };
     17 
     18 #endif /* !IN_MPERS */
     19