aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ciscosm/moduleinfo.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-25 11:21:07 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-25 11:21:07 +0000
commita1467c86e11071c4bd0eb71133684434f48cf094 (patch)
tree5e3c4e04a24380aac59d752a21708a2afa46a051 /plugins/ciscosm/moduleinfo.h
parenta6ed2d499af391480d9853833e22f153c502dc4b (diff)
From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session Management
support. svn path=/trunk/; revision=10480
Diffstat (limited to 'plugins/ciscosm/moduleinfo.h')
-rw-r--r--plugins/ciscosm/moduleinfo.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/ciscosm/moduleinfo.h b/plugins/ciscosm/moduleinfo.h
new file mode 100644
index 0000000000..2bea0ea6ee
--- /dev/null
+++ b/plugins/ciscosm/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 "ciscosm"
+
+
+#ifdef VERSION
+#undef VERSION
+#endif
+
+/* Version number of package */
+#define VERSION "0.0.1"