diff options
author | Antony Dovgal <tony2001@php.net> | 2006-12-25 15:28:44 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-12-25 15:28:44 +0000 |
commit | 03aea51026664ae9171c517858cc0031a06d9552 (patch) | |
tree | 5e1e5205e82d6e2636c811a22d5ff620773d63db /ext/imap | |
parent | a5ca775c025fb99479a8fc4729dde544001ed2d5 (diff) | |
download | php-git-03aea51026664ae9171c517858cc0031a06d9552.tar.gz |
fix build
Diffstat (limited to 'ext/imap')
-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 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 |