diff options
Diffstat (limited to 'plugins/opsi/moduleinfo.h')
-rw-r--r-- | plugins/opsi/moduleinfo.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/opsi/moduleinfo.h b/plugins/opsi/moduleinfo.h deleted file mode 100644 index 3935574db0..0000000000 --- a/plugins/opsi/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 "opsi" - - -#ifdef VERSION -#undef VERSION -#endif - -/* Version number of package */ -#define VERSION "0.0.1" - |