diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -142,7 +142,8 @@ | |||
142 | # define DEF_MEM_LEVEL MAX_MEM_LEVEL | 142 | # define DEF_MEM_LEVEL MAX_MEM_LEVEL |
143 | #endif | 143 | #endif |
144 | 144 | ||
145 | /* default i/o buffer size -- double this for output when reading */ | 145 | /* default i/o buffer size -- double this for output when reading (this and |
146 | twice this must be able to fit in an unsigned type) */ | ||
146 | #define GZBUFSIZE 8192 | 147 | #define GZBUFSIZE 8192 |
147 | 148 | ||
148 | /* gzip modes, also provide a little integrity check on the passed structure */ | 149 | /* gzip modes, also provide a little integrity check on the passed structure */ |