Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/shmctl_flags.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 extern const struct xlat shmctl_flags[];
      6 
      7 #else
      8 
      9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     10 static
     11 # endif
     12 const struct xlat shmctl_flags[] = {
     13 #if defined(IPC_RMID) || (defined(HAVE_DECL_IPC_RMID) && HAVE_DECL_IPC_RMID)
     14   XLAT(IPC_RMID),
     15 #endif
     16 #if defined(IPC_SET) || (defined(HAVE_DECL_IPC_SET) && HAVE_DECL_IPC_SET)
     17   XLAT(IPC_SET),
     18 #endif
     19 #if defined(IPC_STAT) || (defined(HAVE_DECL_IPC_STAT) && HAVE_DECL_IPC_STAT)
     20   XLAT(IPC_STAT),
     21 #endif
     22 #if defined(IPC_INFO) || (defined(HAVE_DECL_IPC_INFO) && HAVE_DECL_IPC_INFO)
     23   XLAT(IPC_INFO),
     24 #endif
     25 #if defined(SHM_LOCK) || (defined(HAVE_DECL_SHM_LOCK) && HAVE_DECL_SHM_LOCK)
     26   XLAT(SHM_LOCK),
     27 #endif
     28 #if defined(SHM_UNLOCK) || (defined(HAVE_DECL_SHM_UNLOCK) && HAVE_DECL_SHM_UNLOCK)
     29   XLAT(SHM_UNLOCK),
     30 #endif
     31 #if defined(SHM_STAT) || (defined(HAVE_DECL_SHM_STAT) && HAVE_DECL_SHM_STAT)
     32   XLAT(SHM_STAT),
     33 #endif
     34 #if defined(SHM_INFO) || (defined(HAVE_DECL_SHM_INFO) && HAVE_DECL_SHM_INFO)
     35   XLAT(SHM_INFO),
     36 #endif
     37  XLAT_END
     38 };
     39 
     40 #endif /* !IN_MPERS */
     41