summaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.h')
-rw-r--r--zutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zutil.h b/zutil.h
index 015219a..7578737 100644
--- a/zutil.h
+++ b/zutil.h
@@ -92,6 +92,8 @@ extern z_const char * const PREFIX(z_errmsg)[10]; /* indexed by 2-zlib_error */
/* deflate_quick worst-case overhead: 9 bits per literal, round up to next byte (+7) */
+#define ZLIB_WRAPLEN 6 /* zlib format overhead */
+
/* target dependencies */
#ifdef AMIGA