1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

- Fixed a macro redefinition on BSD for different purpose

This commit is contained in:
Felipe Pena
2008-11-12 23:37:47 +00:00
parent 330dc7f034
commit 4979fc17e3

View File

@@ -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)