diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-25 19:18:03 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-25 19:18:03 +0300 |
commit | 5d77f4552b6e39ab1072d2c91b219dac2498ac88 (patch) | |
tree | 1b8993e84902ba015d93433306d83904eab175de /src/main.h | |
parent | b9a9496cc4cd6619fc1a7c6a59d39e7147a9f20e (diff) | |
download | rspamd-5d77f4552b6e39ab1072d2c91b219dac2498ac88.tar.gz rspamd-5d77f4552b6e39ab1072d2c91b219dac2498ac88.zip |
* Add support of LMTP/SMTP delivery
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 */ |