blob: 72c8f7bded44f3adfaf1e022994ab331ba8e299c [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/msgctl_flags.in; do not edit. */
2
3static 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};