diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index 9b750e599..4f7921532 100644 --- a/include/modules.h +++ b/include/modules.h @@ -8,6 +8,12 @@ #ifndef __PLUGIN_H #define __PLUGIN_H +#define DEBUG 10 +#define VERBOSE 20 +#define DEFAULT 30 +#define SPARSE 40 +#define NONE 50 + #include "dynamic.h" #include "base.h" #include <string> |