]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Mon, 25 Dec 2006 15:29:10 +0000 (15:29 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 25 Dec 2006 15:29:10 +0000 (15:29 +0000)
ext/imap/php_imap.c

index a065ae9d36d877587cecadc6f78751c403d28ef7..5872264b29d4919158ae78c7b15777594576d1a1 100644 (file)
@@ -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