aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/h223/moduleinfo.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-10-03 18:59:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-10-03 18:59:41 +0000
commit1478e10d0c764bee81a900662ed2bbd92f8c1831 (patch)
tree48bc3bb01b815ca7d84c166fbcc552de33509f7d /plugins/h223/moduleinfo.h
parent7c65cc96c2ab8ff6cb18c1312e5cbece9dbb2445 (diff)
First check in of yhe h223 plugin, not part of the build script yet.
svn path=/trunk/; revision=16088
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"
+
+