aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp/moduleinfo.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-02-14 14:51:18 +0000
committerJörg Mayer <jmayer@loplof.de>2006-02-14 14:51:18 +0000
commite10101b7741a7a3773bf0233baf0e2ae2f441c31 (patch)
treec9c6df176a51d1122276e17d46c1c3ba8e3507d8 /plugins/mgcp/moduleinfo.h
parente35eef9c0ac5445a6e80682f53e8a05c2e49953a (diff)
Experiment with a somewhat generic packet-to-plugin wrapper
svn path=/trunk/; revision=17300
Diffstat (limited to 'plugins/mgcp/moduleinfo.h')
-rw-r--r--plugins/mgcp/moduleinfo.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/mgcp/moduleinfo.h b/plugins/mgcp/moduleinfo.h
deleted file mode 100644
index b026e28341..0000000000
--- a/plugins/mgcp/moduleinfo.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Included *after* config.h, in order to re-define these macros */
-
-#ifdef PACKAGE
-#undef PACKAGE
-#endif
-
-/* Name of package */
-#define PACKAGE "mgcp"
-
-
-#ifdef VERSION
-#undef VERSION
-#endif
-
-/* Version number of package */
-#define VERSION "0.0.10"
-