aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda/moduleinfo.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-18 19:07:14 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-18 19:07:14 +0000
commitb8299f0b98b7ff518aceb62f998a174936cf4a50 (patch)
tree609bd927b0dcbece1639f340a78fe2d058e1fa1d /plugins/irda/moduleinfo.h
parent7993e1aa2e2c20e7b058dbb856195dd5a24ecf56 (diff)
From Jan Kiszka: IrDA support.
svn path=/trunk/; revision=9345
Diffstat (limited to 'plugins/irda/moduleinfo.h')
-rw-r--r--plugins/irda/moduleinfo.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/irda/moduleinfo.h b/plugins/irda/moduleinfo.h
new file mode 100644
index 0000000000..afd198ef94
--- /dev/null
+++ b/plugins/irda/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 "irda"
+
+
+#ifdef VERSION
+#undef VERSION
+#endif
+
+/* Version number of package */
+#define VERSION "0.0.5"