From: Antony Dovgal Date: Mon, 25 Dec 2006 15:29:10 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.4.5RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8a6d67a82c6cf1992899e3bfaae1edb7cc1f885;p=php MFH --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index a065ae9d36..5872264b29 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -61,7 +61,7 @@ MAILSTREAM DEFAULTPROTO; #define CRLF_LEN sizeof("\015\012") - 1 #define PHP_EXPUNGE 32768 #define PHP_IMAP_ADDRESS_SIZE_BUF 10 -#ifdef SENDBUFLEN +#ifndef SENDBUFLEN #define SENDBUFLEN 16385 #endif