diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 270817a37..fab8a9040 100644 --- a/src/main.h +++ b/src/main.h @@ -31,6 +31,11 @@ #define msg_info g_message #define msg_debug g_debug +#ifdef CRLF +#undef CRLF +#endif + +#define CRLF "\r\n" /** * Process type: main or worker */ |