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