Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > af498789dd7f204bac08c432755f17ef > files > 5

zlib-1.2.1-2.3.100mdk.src.rpm

--- zlib-1.2.1.2/inftrees.h.can-2005-1849	2003-08-11 00:15:50.000000000 +0200
+++ zlib-1.2.1.2/inftrees.h	2005-07-12 16:20:46.184029280 +0200
@@ -36,12 +36,12 @@
  */
 
 /* Maximum size of dynamic tree.  The maximum found in a long but non-
-   exhaustive search was 1004 code structures (850 for length/literals
-   and 154 for distances, the latter actually the result of an
+   exhaustive search was 1444 code structures (852 for length/literals
+   and 592 for distances, the latter actually the result of an
    exhaustive search).  The true maximum is not known, but the value
    below is more than safe. */
-#define ENOUGH 1440
-#define MAXD 154
+#define ENOUGH 2048
+#define MAXD 592
 
 /* Type of code to build for inftable() */
 typedef enum {