From d8a6d67a82c6cf1992899e3bfaae1edb7cc1f885 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 25 Dec 2006 15:29:10 +0000 Subject: [PATCH] MFH --- ext/imap/php_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1