diff options
author | Antony Dovgal <tony2001@php.net> | 2006-12-25 15:28:57 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-12-25 15:28:57 +0000 |
commit | 601f4cd12968fefab1fdc474e582271582f19654 (patch) | |
tree | e54398907c30f177ebdce48ec9891b7d0b8a20a7 /ext | |
parent | c52bc49f50240288ff5c07e011fb3f7a1cd6a161 (diff) | |
download | php-git-601f4cd12968fefab1fdc474e582271582f19654.tar.gz |
MFH
Diffstat (limited to 'ext')
-rw-r--r-- | ext/imap/php_imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |