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