From: Antony Dovgal Date: Mon, 25 Dec 2006 15:28:44 +0000 (+0000) Subject: fix build X-Git-Tag: RELEASE_1_0_0RC1~517 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03aea51026664ae9171c517858cc0031a06d9552;p=php fix build --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index b8d43f9b54..2ab3a16237 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