aboutsummaryrefslogtreecommitdiffstats
path: root/xlat/msgctl_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlat/msgctl_flags.h')
-rw-r--r--xlat/msgctl_flags.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/xlat/msgctl_flags.h b/xlat/msgctl_flags.h
new file mode 100644
index 00000000..72c8f7bd
--- /dev/null
+++ b/xlat/msgctl_flags.h
@@ -0,0 +1,23 @@
+/* Generated by ./xlat/gen.sh from ./xlat/msgctl_flags.in; do not edit. */
+
+static const struct xlat msgctl_flags[] = {
+#if defined(IPC_RMID) || (defined(HAVE_DECL_IPC_RMID) && HAVE_DECL_IPC_RMID)
+ XLAT(IPC_RMID),
+#endif
+#if defined(IPC_SET) || (defined(HAVE_DECL_IPC_SET) && HAVE_DECL_IPC_SET)
+ XLAT(IPC_SET),
+#endif
+#if defined(IPC_STAT) || (defined(HAVE_DECL_IPC_STAT) && HAVE_DECL_IPC_STAT)
+ XLAT(IPC_STAT),
+#endif
+#if defined(IPC_INFO) || (defined(HAVE_DECL_IPC_INFO) && HAVE_DECL_IPC_INFO)
+ XLAT(IPC_INFO),
+#endif
+#if defined(MSG_STAT) || (defined(HAVE_DECL_MSG_STAT) && HAVE_DECL_MSG_STAT)
+ XLAT(MSG_STAT),
+#endif
+#if defined(MSG_INFO) || (defined(HAVE_DECL_MSG_INFO) && HAVE_DECL_MSG_INFO)
+ XLAT(MSG_INFO),
+#endif
+ XLAT_END
+};