Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/shm_resource_flags.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat shm_resource_flags in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat shm_resource_flags[] = {
     11 #if defined(IPC_CREAT) || (defined(HAVE_DECL_IPC_CREAT) && HAVE_DECL_IPC_CREAT)
     12   XLAT(IPC_CREAT),
     13 #endif
     14 #if defined(IPC_EXCL) || (defined(HAVE_DECL_IPC_EXCL) && HAVE_DECL_IPC_EXCL)
     15   XLAT(IPC_EXCL),
     16 #endif
     17 #if defined(SHM_HUGETLB) || (defined(HAVE_DECL_SHM_HUGETLB) && HAVE_DECL_SHM_HUGETLB)
     18   XLAT(SHM_HUGETLB),
     19 #endif
     20  XLAT_END
     21 };
     22 
     23 #endif /* !IN_MPERS */
     24