aboutsummaryrefslogtreecommitdiff
path: root/xlat/nf_cttimeout_msg_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlat/nf_cttimeout_msg_types.h')
-rw-r--r--xlat/nf_cttimeout_msg_types.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/xlat/nf_cttimeout_msg_types.h b/xlat/nf_cttimeout_msg_types.h
new file mode 100644
index 000000000..9c7b55134
--- /dev/null
+++ b/xlat/nf_cttimeout_msg_types.h
@@ -0,0 +1,34 @@
+/* Generated by ./xlat/gen.sh from ./xlat/nf_cttimeout_msg_types.in; do not edit. */
+#if !(defined(IPCTNL_MSG_TIMEOUT_NEW) || (defined(HAVE_DECL_IPCTNL_MSG_TIMEOUT_NEW) && HAVE_DECL_IPCTNL_MSG_TIMEOUT_NEW))
+# define IPCTNL_MSG_TIMEOUT_NEW 0
+#endif
+#if !(defined(IPCTNL_MSG_TIMEOUT_GET) || (defined(HAVE_DECL_IPCTNL_MSG_TIMEOUT_GET) && HAVE_DECL_IPCTNL_MSG_TIMEOUT_GET))
+# define IPCTNL_MSG_TIMEOUT_GET 1
+#endif
+#if !(defined(IPCTNL_MSG_TIMEOUT_DELETE) || (defined(HAVE_DECL_IPCTNL_MSG_TIMEOUT_DELETE) && HAVE_DECL_IPCTNL_MSG_TIMEOUT_DELETE))
+# define IPCTNL_MSG_TIMEOUT_DELETE 2
+#endif
+#if !(defined(IPCTNL_MSG_TIMEOUT_DEFAULT_SET) || (defined(HAVE_DECL_IPCTNL_MSG_TIMEOUT_DEFAULT_SET) && HAVE_DECL_IPCTNL_MSG_TIMEOUT_DEFAULT_SET))
+# define IPCTNL_MSG_TIMEOUT_DEFAULT_SET 3
+#endif
+#if !(defined(IPCTNL_MSG_TIMEOUT_DEFAULT_GET) || (defined(HAVE_DECL_IPCTNL_MSG_TIMEOUT_DEFAULT_GET) && HAVE_DECL_IPCTNL_MSG_TIMEOUT_DEFAULT_GET))
+# define IPCTNL_MSG_TIMEOUT_DEFAULT_GET 4
+#endif
+
+#ifdef IN_MPERS
+
+# error static const struct xlat nf_cttimeout_msg_types in mpers mode
+
+#else
+
+static
+const struct xlat nf_cttimeout_msg_types[] = {
+ XLAT(IPCTNL_MSG_TIMEOUT_NEW),
+ XLAT(IPCTNL_MSG_TIMEOUT_GET),
+ XLAT(IPCTNL_MSG_TIMEOUT_DELETE),
+ XLAT(IPCTNL_MSG_TIMEOUT_DEFAULT_SET),
+ XLAT(IPCTNL_MSG_TIMEOUT_DEFAULT_GET),
+ XLAT_END
+};
+
+#endif /* !IN_MPERS */