aboutsummaryrefslogtreecommitdiff
path: root/gzguts.h
diff options
context:
space:
mode:
Diffstat (limited to 'gzguts.h')
-rw-r--r--gzguts.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gzguts.h b/gzguts.h
index 9daada1..eefdca0 100644
--- a/gzguts.h
+++ b/gzguts.h
@@ -117,6 +117,13 @@
117 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile)); 117 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
118#endif 118#endif
119 119
120/* default memLevel */
121#if MAX_MEM_LEVEL >= 8
122# define DEF_MEM_LEVEL 8
123#else
124# define DEF_MEM_LEVEL MAX_MEM_LEVEL
125#endif
126
120/* default i/o buffer size -- double this for output when reading */ 127/* default i/o buffer size -- double this for output when reading */
121#define GZBUFSIZE 8192 128#define GZBUFSIZE 8192
122 129