diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 | ||