From: Felipe Pena Date: Wed, 12 Nov 2008 23:38:15 +0000 (+0000) Subject: - MFH: Fixed a macro redefinition on BSD for different purpose X-Git-Tag: php-5.2.7RC4~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bb9f270fa8e8835806d49b10fff97911884edb5;p=php - MFH: Fixed a macro redefinition on BSD for different purpose --- diff --git a/ext/zip/lib/zipint.h b/ext/zip/lib/zipint.h index 25d6bec98f..e291b8b3c3 100644 --- a/ext/zip/lib/zipint.h +++ b/ext/zip/lib/zipint.h @@ -71,6 +71,7 @@ #define TORRENT_MEM_LEVEL 8 #define CDENTRYSIZE 46u #define LENTRYSIZE 30 +#undef MAXCOMLEN /* defined as 19 on BSD for max command name */ #define MAXCOMLEN 65536 #define EOCDLEN 22 #define CDBUFSIZE (MAXCOMLEN+EOCDLEN)