summaryrefslogtreecommitdiffstats
path: root/include/iptables/internal.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/iptables/internal.h.in')
-rw-r--r--include/iptables/internal.h.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/iptables/internal.h.in b/include/iptables/internal.h.in
new file mode 100644
index 00000000..8568e581
--- /dev/null
+++ b/include/iptables/internal.h.in
@@ -0,0 +1,13 @@
+#ifndef IPTABLES_INTERNAL_H
+#define IPTABLES_INTERNAL_H 1
+
+#define IPTABLES_VERSION "@PACKAGE_VERSION@"
+
+/**
+ * Program's own name and version.
+ */
+extern const char *program_name, *program_version;
+
+extern int line;
+
+#endif /* IPTABLES_INTERNAL_H */