From: Antony Dovgal Date: Mon, 25 Dec 2006 15:28:57 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.2.1RC2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=601f4cd12968fefab1fdc474e582271582f19654;p=php MFH --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index baed139df8..0c27e22ddc 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -62,7 +62,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