aboutsummaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.h')
-rw-r--r--zutil.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/zutil.h b/zutil.h
index 88f5961..a4b00a0 100644
--- a/zutil.h
+++ b/zutil.h
@@ -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