diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index e4a6590..98fb8da 100644 --- a/src/config.h +++ b/src/config.h @@ -1,9 +1,9 @@ /* Enable debug mode */ -/* #define DEBUG_ENABLE 1 */ +#define DEBUG_ENABLE 1 /* Enable testing mode */ -/* #define TESTING_ENABLE 1 */ +#define TESTING_ENABLE 1 /* Buffer size for routing */ #define ROUTING_BUFSIZE 128 |
