diff options
Diffstat (limited to '')
-rw-r--r-- | src/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..00fb067 --- /dev/null +++ b/src/config.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef CONFIG_H | ||
2 | #define CONFIG_H | ||
3 | |||
4 | #define DEBUG_DIVIDE false | ||
5 | #define DBS( s, x ) if( DEBUG_ ##s ) { x; } (void)0 | ||
6 | |||
7 | |||
8 | #endif | ||