summaryrefslogtreecommitdiff
path: root/plugins/mate/moduleinfo.h
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2004-12-11 01:00:17 +0000
committerLars Roland <Lars.Roland@gmx.net>2004-12-11 01:00:17 +0000
commit86d7ed9bae34b2c68c5ba9ef209ecd6050d7051a (patch)
treed48333a163cc0d71fa18091824988f0e429210d6 /plugins/mate/moduleinfo.h
parentea67e4cfabfdd0d24a11f9ed2a45ce2a29f84252 (diff)
downloadwireshark-86d7ed9bae34b2c68c5ba9ef209ecd6050d7051a.tar.gz
New Plugin from Luis Ontanon:
MATE -- Meta Analysis and Tracing Engine Won't be compiled by default. It is still not possible to link the plugin on Win32. svn path=/trunk/; revision=12716
Diffstat (limited to 'plugins/mate/moduleinfo.h')
-rw-r--r--plugins/mate/moduleinfo.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/mate/moduleinfo.h b/plugins/mate/moduleinfo.h
new file mode 100644
index 0000000000..569556f83d
--- /dev/null
+++ b/plugins/mate/moduleinfo.h
@@ -0,0 +1,16 @@
+/* Included *after* config.h, in order to re-define these macros */
+
+#ifdef PACKAGE
+#undef PACKAGE
+#endif
+
+/* Name of package */
+#define PACKAGE "mate"
+
+#ifdef VERSION
+#undef VERSION
+#endif
+
+/* Version number of package */
+#define VERSION "0.0.3"
+