diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 0ecc38aa9..8aea5a661 100644 --- a/src/main.h +++ b/src/main.h @@ -36,9 +36,13 @@ #ifdef CRLF #undef CRLF +#undef CR +#undef LF #endif #define CRLF "\r\n" +#define CR '\r' +#define LF '\n' /** * Process type: main or worker |