diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:06:52 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:06:52 -0700 |
commit | 64b2e892035cf6ea98800c54dce0d63730d50272 (patch) | |
tree | e3b569f87e413eaef4a13469acfd4224b2a63d3a /zutil.h | |
parent | 4ca984fb447ac57120c394cf2fbba23837ed31c2 (diff) | |
download | zlib-64b2e892035cf6ea98800c54dce0d63730d50272.tar.gz zlib-64b2e892035cf6ea98800c54dce0d63730d50272.tar.bz2 zlib-64b2e892035cf6ea98800c54dce0d63730d50272.zip |
zlib 0.9v0.9
Diffstat (limited to '')
-rw-r--r-- | zutil.h | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -8,7 +8,7 @@ | |||
8 | subject to change. Applications should only use zlib.h. | 8 | subject to change. Applications should only use zlib.h. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | /* $Id: zutil.h,v 1.6 1995/04/29 15:52:16 jloup Exp $ */ | 11 | /* $Id: zutil.h,v 1.7 1995/04/30 10:55:33 jloup Exp $ */ |
12 | 12 | ||
13 | #ifndef _Z_UTIL_H | 13 | #ifndef _Z_UTIL_H |
14 | #define _Z_UTIL_H | 14 | #define _Z_UTIL_H |
@@ -42,13 +42,8 @@ extern char *z_errmsg[]; /* indexed by 1-zlib_error */ | |||
42 | 42 | ||
43 | #define DEFLATED 8 | 43 | #define DEFLATED 8 |
44 | 44 | ||
45 | #ifndef WBITS | 45 | #define DEF_WBITS 15 |
46 | # define WBITS 15 /* 32K window */ | 46 | /* default WBITS for decompression. MAX_WBITS is useful for compression only */ |
47 | #endif | ||
48 | |||
49 | #ifndef MEM_LEVEL | ||
50 | # define MEM_LEVEL 8 | ||
51 | #endif | ||
52 | 47 | ||
53 | #define STORED_BLOCK 0 | 48 | #define STORED_BLOCK 0 |
54 | #define STATIC_TREES 1 | 49 | #define STATIC_TREES 1 |