1 /* Generated by ./xlat/gen.sh from ./xlat/msgctl_flags.in; do not edit. */ 2 3 static const struct xlat msgctl_flags[] = { 4 #if defined(IPC_RMID) || (defined(HAVE_DECL_IPC_RMID) && HAVE_DECL_IPC_RMID) 5 XLAT(IPC_RMID), 6 #endif 7 #if defined(IPC_SET) || (defined(HAVE_DECL_IPC_SET) && HAVE_DECL_IPC_SET) 8 XLAT(IPC_SET), 9 #endif 10 #if defined(IPC_STAT) || (defined(HAVE_DECL_IPC_STAT) && HAVE_DECL_IPC_STAT) 11 XLAT(IPC_STAT), 12 #endif 13 #if defined(IPC_INFO) || (defined(HAVE_DECL_IPC_INFO) && HAVE_DECL_IPC_INFO) 14 XLAT(IPC_INFO), 15 #endif 16 #if defined(MSG_STAT) || (defined(HAVE_DECL_MSG_STAT) && HAVE_DECL_MSG_STAT) 17 XLAT(MSG_STAT), 18 #endif 19 #if defined(MSG_INFO) || (defined(HAVE_DECL_MSG_INFO) && HAVE_DECL_MSG_INFO) 20 XLAT(MSG_INFO), 21 #endif 22 XLAT_END 23 }; 24