aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/h223/moduleinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/h223/moduleinfo.h')
-rw-r--r--plugins/h223/moduleinfo.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/h223/moduleinfo.h b/plugins/h223/moduleinfo.h
new file mode 100644
index 0000000000..cbb5be5b86
--- /dev/null
+++ b/plugins/h223/moduleinfo.h
@@ -0,0 +1,18 @@
+/* Included *after* config.h, in order to re-define these macros */
+
+#ifdef PACKAGE
+#undef PACKAGE
+#endif
+
+/* Name of package */
+#define PACKAGE "h223"
+
+
+#ifdef VERSION
+#undef VERSION
+#endif
+
+/* Version number of package */
+#define VERSION "0.0.1"
+
+