Go to the documentation of this file.
16 #pragma warning (disable : 4131 4127 4244 4267)
25 # define deflateInit_ z_deflateInit_
26 # define deflate z_deflate
27 # define deflateEnd z_deflateEnd
28 # define inflateInit_ z_inflateInit_
29 # define inflate z_inflate
30 # define inflateEnd z_inflateEnd
31 # define inflatePrime z_inflatePrime
32 # define inflateGetHeader z_inflateGetHeader
33 # define adler32_combine z_adler32_combine
34 # define crc32_combine z_crc32_combine
35 # define deflateInit2_ z_deflateInit2_
36 # define deflateSetDictionary z_deflateSetDictionary
37 # define deflateCopy z_deflateCopy
38 # define deflateReset z_deflateReset
39 # define deflateParams z_deflateParams
40 # define deflateBound z_deflateBound
41 # define deflatePrime z_deflatePrime
42 # define inflateInit2_ z_inflateInit2_
43 # define inflateSetDictionary z_inflateSetDictionary
44 # define inflateSync z_inflateSync
45 # define inflateSyncPoint z_inflateSyncPoint
46 # define inflateCopy z_inflateCopy
47 # define inflateReset z_inflateReset
48 # define inflateBack z_inflateBack
49 # define inflateBackEnd z_inflateBackEnd
50 # define compress z_compress
51 # define compress2 z_compress2
52 # define compressBound z_compressBound
53 # define uncompress z_uncompress
54 # define adler32 z_adler32
55 # define crc32 z_crc32
56 # define get_crc_table z_get_crc_table
57 # define zError z_zError
59 # define alloc_func z_alloc_func
60 # define free_func z_free_func
61 # define in_func z_in_func
62 # define out_func z_out_func
65 # define uLong z_uLong
66 # define Bytef z_Bytef
67 # define charf z_charf
69 # define uIntf z_uIntf
70 # define uLongf z_uLongf
71 # define voidpf z_voidpf
72 # define voidp z_voidp
75 #if defined(__MSDOS__) && !defined(MSDOS)
78 #if (defined(OS_2) || defined(__OS2__)) && !defined(OS2)
81 #if defined(_WINDOWS) && !defined(WINDOWS)
84 #if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__)
89 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
90 # if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__)
105 # define UNALIGNED_OK
108 #ifdef __STDC_VERSION__
112 # if __STDC_VERSION__ >= 199901L
118 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus))
121 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__))
124 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
127 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__))
131 #if defined(__OS400__) && !defined(STDC)
142 #if defined(__MWERKS__)||defined(applec)||defined(THINK_C)||defined(__SC__)
143 # define NO_DUMMY_DECL
147 #ifndef MAX_MEM_LEVEL
149 # define MAX_MEM_LEVEL 8
151 # define MAX_MEM_LEVEL 9
161 # define MAX_WBITS 15
181 # define OF(args) args
194 # if defined(M_I86SM) || defined(M_I86MM)
196 # define SMALL_MEDIUM
203 # if (defined(__SMALL__) || defined(__MEDIUM__))
205 # define SMALL_MEDIUM
214 #if defined(WINDOWS) || defined(WIN32)
219 # if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500))
220 # ifdef ZLIB_INTERNAL
221 # define ZEXTERN extern __declspec(dllexport)
223 # define ZEXTERN extern __declspec(dllimport)
235 # include <windows.h>
238 # define ZEXPORT WINAPI
240 # define ZEXPORTVA WINAPIV
242 # define ZEXPORTVA FAR CDECL
247 #if defined (__BEOS__)
249 # ifdef ZLIB_INTERNAL
250 # define ZEXPORT __declspec(dllexport)
251 # define ZEXPORTVA __declspec(dllexport)
253 # define ZEXPORT __declspec(dllimport)
254 # define ZEXPORTVA __declspec(dllimport)
260 # define ZEXTERN extern
273 #if !defined(__MACTYPES__)
281 # define Bytef Byte FAR
291 typedef void const *
voidpc;
301 # include <sys/types.h>
306 # define z_off_t off_t
314 # define z_off_t long
317 #if defined(__OS400__)
318 # define NO_vsnprintf
322 # define NO_vsnprintf
330 # pragma map(deflateInit_,"DEIN")
331 # pragma map(deflateInit2_,"DEIN2")
332 # pragma map(deflateEnd,"DEEND")
333 # pragma map(deflateBound,"DEBND")
334 # pragma map(inflateInit_,"ININ")
335 # pragma map(inflateInit2_,"ININ2")
336 # pragma map(inflateEnd,"INEND")
337 # pragma map(inflateSync,"INSY")
338 # pragma map(inflateSetDictionary,"INSEDI")
339 # pragma map(compressBound,"CMBND")
340 # pragma map(inflate_table,"INTABL")
341 # pragma map(inflate_fast,"INFA")
342 # pragma map(inflate_copyright,"INCOPY")
#define intf
Definition: zconf.h:68
#define voidpf
Definition: zconf.h:71
unsigned char Byte
Definition: zconf.h:274
#define Bytef
Definition: zconf.h:66
unsigned long uLong
Definition: zconf.h:277
#define voidp
Definition: zconf.h:72
#define charf
Definition: zconf.h:67
#define uLongf
Definition: zconf.h:70
#define Byte
Definition: zconf.h:63
#define uLong
Definition: zconf.h:65
#define uInt
Definition: zconf.h:64
#define FAR
Definition: zconf.h:270
Byte const * voidpc
Definition: zconf.h:295
#define uIntf
Definition: zconf.h:69
unsigned int uInt
Definition: zconf.h:276