From 86d7ed9bae34b2c68c5ba9ef209ecd6050d7051a Mon Sep 17 00:00:00 2001 From: Lars Roland Date: Sat, 11 Dec 2004 01:00:17 +0000 Subject: 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 --- plugins/mate/moduleinfo.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/mate/moduleinfo.h (limited to 'plugins/mate/moduleinfo.h') 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" + -- cgit v1.2.3