diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.wnt.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/config.wnt.h b/include/config.wnt.h index 77b9ae8f..5795e389 100644 --- a/include/config.wnt.h +++ b/include/config.wnt.h @@ -24,7 +24,10 @@ #define DEBUG /* Default configuration value */ -#define DEBUGFILE "pinedebg.txt" +#define DEBUGFILE "pinedebg" + +/* Default extension for debug files */ +#define DEBUGFILEEXT ".txt" /* Display debug messages in journal */ #define DEBUGJOURNAL |