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

index baed139df820eae1a55aaf2f76feb3a7c139b7fc..0c27e22ddc80bab7bd5a2e8593f19b4759664b7e 100644 (file)
@@ -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