Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/shm_resource_flags.in; do not edit. */
      2 
      3 static const struct xlat shm_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(SHM_HUGETLB) || (defined(HAVE_DECL_SHM_HUGETLB) && HAVE_DECL_SHM_HUGETLB)
     11  XLAT(SHM_HUGETLB),
     12 #endif
     13  XLAT_END
     14 };
     15