On Mon, 25 Dec 2006, Ilia Alshanetsky wrote: > @@ -26,7 +26,7 @@ > | PHP 4.0 updates: Zeev Suraski <[EMAIL PROTECTED]> > | > +----------------------------------------------------------------------+ > */ > -/* $Id: php_imap.c,v 1.142.2.44.2.7 2006/12/24 22:15:30 iliaa Exp $ */ > +/* $Id: php_imap.c,v 1.142.2.44.2.8 2006/12/25 14:23:32 iliaa Exp $ */ > > #define IMAP41 > > @@ -61,6 +61,9 @@ > #define CRLF_LEN sizeof("\015\012") - 1 > #define PHP_EXPUNGE 32768 > #define PHP_IMAP_ADDRESS_SIZE_BUF 10 > +#ifdef SENDBUFLEN > +#define SENDBUFLEN 16385 > +#endif
Shouldn't that be "#ifndef" ? regards, Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php