zconf.h revision 1.4 1 1.4 christos /* $NetBSD: zconf.h,v 1.4 2022/10/15 19:49:32 christos Exp $ */
2 1.1 christos
3 1.1 christos /* zconf.h -- configuration of the zlib compression library
4 1.3 christos * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
5 1.1 christos * For conditions of distribution and use, see copyright notice in zlib.h
6 1.1 christos */
7 1.1 christos
8 1.4 christos /* @(#) Id */
9 1.1 christos
10 1.1 christos #ifndef ZCONF_H
11 1.1 christos #define ZCONF_H
12 1.1 christos
13 1.2 christos #include <sys/types.h>
14 1.2 christos
15 1.1 christos /*
16 1.1 christos * If you *really* need a unique prefix for all types and library functions,
17 1.1 christos * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
18 1.3 christos * Even better than compiling with -DZ_PREFIX would be to use configure to set
19 1.3 christos * this permanently in zconf.h using "./configure --zprefix".
20 1.1 christos */
21 1.3 christos #ifdef Z_PREFIX /* may be set to #if 1 by ./configure */
22 1.3 christos # define Z_PREFIX_SET
23 1.3 christos
24 1.3 christos /* all linked symbols and init macros */
25 1.3 christos # define _dist_code z__dist_code
26 1.3 christos # define _length_code z__length_code
27 1.3 christos # define _tr_align z__tr_align
28 1.3 christos # define _tr_flush_bits z__tr_flush_bits
29 1.3 christos # define _tr_flush_block z__tr_flush_block
30 1.3 christos # define _tr_init z__tr_init
31 1.3 christos # define _tr_stored_block z__tr_stored_block
32 1.3 christos # define _tr_tally z__tr_tally
33 1.3 christos # define adler32 z_adler32
34 1.3 christos # define adler32_combine z_adler32_combine
35 1.3 christos # define adler32_combine64 z_adler32_combine64
36 1.3 christos # define adler32_z z_adler32_z
37 1.3 christos # ifndef Z_SOLO
38 1.3 christos # define compress z_compress
39 1.3 christos # define compress2 z_compress2
40 1.3 christos # define compressBound z_compressBound
41 1.3 christos # endif
42 1.3 christos # define crc32 z_crc32
43 1.3 christos # define crc32_combine z_crc32_combine
44 1.3 christos # define crc32_combine64 z_crc32_combine64
45 1.4 christos # define crc32_combine_gen z_crc32_combine_gen
46 1.4 christos # define crc32_combine_gen64 z_crc32_combine_gen64
47 1.4 christos # define crc32_combine_op z_crc32_combine_op
48 1.3 christos # define crc32_z z_crc32_z
49 1.1 christos # define deflate z_deflate
50 1.3 christos # define deflateBound z_deflateBound
51 1.3 christos # define deflateCopy z_deflateCopy
52 1.1 christos # define deflateEnd z_deflateEnd
53 1.3 christos # define deflateGetDictionary z_deflateGetDictionary
54 1.3 christos # define deflateInit z_deflateInit
55 1.3 christos # define deflateInit2 z_deflateInit2
56 1.1 christos # define deflateInit2_ z_deflateInit2_
57 1.3 christos # define deflateInit_ z_deflateInit_
58 1.1 christos # define deflateParams z_deflateParams
59 1.3 christos # define deflatePending z_deflatePending
60 1.1 christos # define deflatePrime z_deflatePrime
61 1.3 christos # define deflateReset z_deflateReset
62 1.3 christos # define deflateResetKeep z_deflateResetKeep
63 1.3 christos # define deflateSetDictionary z_deflateSetDictionary
64 1.3 christos # define deflateSetHeader z_deflateSetHeader
65 1.3 christos # define deflateTune z_deflateTune
66 1.3 christos # define deflate_copyright z_deflate_copyright
67 1.3 christos # define get_crc_table z_get_crc_table
68 1.3 christos # ifndef Z_SOLO
69 1.3 christos # define gz_error z_gz_error
70 1.3 christos # define gz_intmax z_gz_intmax
71 1.3 christos # define gz_strwinerror z_gz_strwinerror
72 1.3 christos # define gzbuffer z_gzbuffer
73 1.3 christos # define gzclearerr z_gzclearerr
74 1.3 christos # define gzclose z_gzclose
75 1.3 christos # define gzclose_r z_gzclose_r
76 1.3 christos # define gzclose_w z_gzclose_w
77 1.3 christos # define gzdirect z_gzdirect
78 1.3 christos # define gzdopen z_gzdopen
79 1.3 christos # define gzeof z_gzeof
80 1.3 christos # define gzerror z_gzerror
81 1.3 christos # define gzflush z_gzflush
82 1.3 christos # define gzfread z_gzfread
83 1.3 christos # define gzfwrite z_gzfwrite
84 1.3 christos # define gzgetc z_gzgetc
85 1.3 christos # define gzgetc_ z_gzgetc_
86 1.3 christos # define gzgets z_gzgets
87 1.3 christos # define gzoffset z_gzoffset
88 1.3 christos # define gzoffset64 z_gzoffset64
89 1.3 christos # define gzopen z_gzopen
90 1.3 christos # define gzopen64 z_gzopen64
91 1.3 christos # ifdef _WIN32
92 1.3 christos # define gzopen_w z_gzopen_w
93 1.3 christos # endif
94 1.3 christos # define gzprintf z_gzprintf
95 1.3 christos # define gzputc z_gzputc
96 1.3 christos # define gzputs z_gzputs
97 1.3 christos # define gzread z_gzread
98 1.3 christos # define gzrewind z_gzrewind
99 1.3 christos # define gzseek z_gzseek
100 1.3 christos # define gzseek64 z_gzseek64
101 1.3 christos # define gzsetparams z_gzsetparams
102 1.3 christos # define gztell z_gztell
103 1.3 christos # define gztell64 z_gztell64
104 1.3 christos # define gzungetc z_gzungetc
105 1.3 christos # define gzvprintf z_gzvprintf
106 1.3 christos # define gzwrite z_gzwrite
107 1.3 christos # endif
108 1.3 christos # define inflate z_inflate
109 1.3 christos # define inflateBack z_inflateBack
110 1.3 christos # define inflateBackEnd z_inflateBackEnd
111 1.3 christos # define inflateBackInit z_inflateBackInit
112 1.3 christos # define inflateBackInit_ z_inflateBackInit_
113 1.3 christos # define inflateCodesUsed z_inflateCodesUsed
114 1.3 christos # define inflateCopy z_inflateCopy
115 1.3 christos # define inflateEnd z_inflateEnd
116 1.3 christos # define inflateGetDictionary z_inflateGetDictionary
117 1.3 christos # define inflateGetHeader z_inflateGetHeader
118 1.3 christos # define inflateInit z_inflateInit
119 1.3 christos # define inflateInit2 z_inflateInit2
120 1.1 christos # define inflateInit2_ z_inflateInit2_
121 1.3 christos # define inflateInit_ z_inflateInit_
122 1.3 christos # define inflateMark z_inflateMark
123 1.3 christos # define inflatePrime z_inflatePrime
124 1.3 christos # define inflateReset z_inflateReset
125 1.3 christos # define inflateReset2 z_inflateReset2
126 1.3 christos # define inflateResetKeep z_inflateResetKeep
127 1.1 christos # define inflateSetDictionary z_inflateSetDictionary
128 1.1 christos # define inflateSync z_inflateSync
129 1.1 christos # define inflateSyncPoint z_inflateSyncPoint
130 1.3 christos # define inflateUndermine z_inflateUndermine
131 1.3 christos # define inflateValidate z_inflateValidate
132 1.3 christos # define inflate_copyright z_inflate_copyright
133 1.3 christos # define inflate_fast z_inflate_fast
134 1.3 christos # define inflate_table z_inflate_table
135 1.3 christos # ifndef Z_SOLO
136 1.3 christos # define uncompress z_uncompress
137 1.3 christos # define uncompress2 z_uncompress2
138 1.3 christos # endif
139 1.1 christos # define zError z_zError
140 1.3 christos # ifndef Z_SOLO
141 1.3 christos # define zcalloc z_zcalloc
142 1.3 christos # define zcfree z_zcfree
143 1.3 christos # endif
144 1.3 christos # define zlibCompileFlags z_zlibCompileFlags
145 1.3 christos # define zlibVersion z_zlibVersion
146 1.1 christos
147 1.3 christos /* all zlib typedefs in zlib.h and zconf.h */
148 1.3 christos # define Byte z_Byte
149 1.3 christos # define Bytef z_Bytef
150 1.1 christos # define alloc_func z_alloc_func
151 1.3 christos # define charf z_charf
152 1.1 christos # define free_func z_free_func
153 1.3 christos # ifndef Z_SOLO
154 1.3 christos # define gzFile z_gzFile
155 1.3 christos # endif
156 1.3 christos # define gz_header z_gz_header
157 1.3 christos # define gz_headerp z_gz_headerp
158 1.1 christos # define in_func z_in_func
159 1.3 christos # define intf z_intf
160 1.1 christos # define out_func z_out_func
161 1.1 christos # define uInt z_uInt
162 1.3 christos # define uIntf z_uIntf
163 1.1 christos # define uLong z_uLong
164 1.1 christos # define uLongf z_uLongf
165 1.3 christos # define voidp z_voidp
166 1.3 christos # define voidpc z_voidpc
167 1.1 christos # define voidpf z_voidpf
168 1.3 christos
169 1.3 christos /* all zlib structs in zlib.h and zconf.h */
170 1.3 christos # define gz_header_s z_gz_header_s
171 1.3 christos # define internal_state z_internal_state
172 1.3 christos
173 1.1 christos #endif
174 1.1 christos
175 1.1 christos #if defined(__MSDOS__) && !defined(MSDOS)
176 1.1 christos # define MSDOS
177 1.1 christos #endif
178 1.1 christos #if (defined(OS_2) || defined(__OS2__)) && !defined(OS2)
179 1.1 christos # define OS2
180 1.1 christos #endif
181 1.1 christos #if defined(_WINDOWS) && !defined(WINDOWS)
182 1.1 christos # define WINDOWS
183 1.1 christos #endif
184 1.1 christos #if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__)
185 1.1 christos # ifndef WIN32
186 1.1 christos # define WIN32
187 1.1 christos # endif
188 1.1 christos #endif
189 1.1 christos #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
190 1.1 christos # if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__)
191 1.1 christos # ifndef SYS16BIT
192 1.1 christos # define SYS16BIT
193 1.1 christos # endif
194 1.1 christos # endif
195 1.1 christos #endif
196 1.1 christos
197 1.1 christos /*
198 1.1 christos * Compile with -DMAXSEG_64K if the alloc function cannot allocate more
199 1.1 christos * than 64k bytes at a time (needed on systems with 16-bit int).
200 1.1 christos */
201 1.1 christos #ifdef SYS16BIT
202 1.1 christos # define MAXSEG_64K
203 1.1 christos #endif
204 1.1 christos #ifdef MSDOS
205 1.1 christos # define UNALIGNED_OK
206 1.1 christos #endif
207 1.1 christos
208 1.1 christos #ifdef __STDC_VERSION__
209 1.1 christos # ifndef STDC
210 1.1 christos # define STDC
211 1.1 christos # endif
212 1.1 christos # if __STDC_VERSION__ >= 199901L
213 1.1 christos # ifndef STDC99
214 1.1 christos # define STDC99
215 1.1 christos # endif
216 1.1 christos # endif
217 1.1 christos #endif
218 1.1 christos #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus))
219 1.1 christos # define STDC
220 1.1 christos #endif
221 1.1 christos #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__))
222 1.1 christos # define STDC
223 1.1 christos #endif
224 1.1 christos #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
225 1.1 christos # define STDC
226 1.1 christos #endif
227 1.1 christos #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__))
228 1.1 christos # define STDC
229 1.1 christos #endif
230 1.1 christos
231 1.1 christos #if defined(__OS400__) && !defined(STDC) /* iSeries (formerly AS/400). */
232 1.1 christos # define STDC
233 1.1 christos #endif
234 1.1 christos
235 1.1 christos #ifndef STDC
236 1.1 christos # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
237 1.1 christos # define const /* note: need a more gentle solution here */
238 1.1 christos # endif
239 1.1 christos #endif
240 1.1 christos
241 1.3 christos #if defined(ZLIB_CONST) && !defined(z_const)
242 1.3 christos # define z_const const
243 1.3 christos #else
244 1.3 christos # define z_const
245 1.3 christos #endif
246 1.3 christos
247 1.3 christos #ifdef Z_SOLO
248 1.3 christos typedef unsigned long z_size_t;
249 1.3 christos #else
250 1.3 christos # define z_longlong long long
251 1.3 christos # if defined(NO_SIZE_T)
252 1.3 christos typedef unsigned NO_SIZE_T z_size_t;
253 1.3 christos # elif defined(STDC)
254 1.3 christos # if defined(_KERNEL) || defined(_STANDALONE)
255 1.3 christos # include <lib/libkern/libkern.h>
256 1.3 christos # else
257 1.3 christos # include <stddef.h>
258 1.3 christos # endif
259 1.3 christos typedef size_t z_size_t;
260 1.3 christos # else
261 1.3 christos typedef unsigned long z_size_t;
262 1.3 christos # endif
263 1.3 christos # undef z_longlong
264 1.1 christos #endif
265 1.1 christos
266 1.1 christos /* Maximum value for memLevel in deflateInit2 */
267 1.1 christos #ifndef MAX_MEM_LEVEL
268 1.1 christos # ifdef MAXSEG_64K
269 1.1 christos # define MAX_MEM_LEVEL 8
270 1.1 christos # else
271 1.1 christos # define MAX_MEM_LEVEL 9
272 1.1 christos # endif
273 1.1 christos #endif
274 1.1 christos
275 1.1 christos /* Maximum value for windowBits in deflateInit2 and inflateInit2.
276 1.1 christos * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
277 1.1 christos * created by gzip. (Files created by minigzip can still be extracted by
278 1.1 christos * gzip.)
279 1.1 christos */
280 1.1 christos #ifndef MAX_WBITS
281 1.1 christos # define MAX_WBITS 15 /* 32K LZ77 window */
282 1.1 christos #endif
283 1.1 christos
284 1.1 christos /* The memory requirements for deflate are (in bytes):
285 1.1 christos (1 << (windowBits+2)) + (1 << (memLevel+9))
286 1.1 christos that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values)
287 1.1 christos plus a few kilobytes for small objects. For example, if you want to reduce
288 1.1 christos the default memory requirements from 256K to 128K, compile with
289 1.1 christos make CFLAGS="-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7"
290 1.1 christos Of course this will generally degrade compression (there's no free lunch).
291 1.1 christos
292 1.1 christos The memory requirements for inflate are (in bytes) 1 << windowBits
293 1.3 christos that is, 32K for windowBits=15 (default value) plus about 7 kilobytes
294 1.1 christos for small objects.
295 1.1 christos */
296 1.1 christos
297 1.1 christos /* Type declarations */
298 1.1 christos
299 1.1 christos #ifndef OF /* function prototypes */
300 1.1 christos # ifdef STDC
301 1.1 christos # define OF(args) args
302 1.1 christos # else
303 1.1 christos # define OF(args) ()
304 1.1 christos # endif
305 1.1 christos #endif
306 1.1 christos
307 1.3 christos #ifndef Z_ARG /* function prototypes for stdarg */
308 1.3 christos # if defined(STDC) || defined(Z_HAVE_STDARG_H)
309 1.3 christos # define Z_ARG(args) args
310 1.3 christos # else
311 1.3 christos # define Z_ARG(args) ()
312 1.3 christos # endif
313 1.3 christos #endif
314 1.3 christos
315 1.1 christos /* The following definitions for FAR are needed only for MSDOS mixed
316 1.1 christos * model programming (small or medium model with some far allocations).
317 1.1 christos * This was tested only with MSC; for other MSDOS compilers you may have
318 1.1 christos * to define NO_MEMCPY in zutil.h. If you don't need the mixed model,
319 1.1 christos * just define FAR to be empty.
320 1.1 christos */
321 1.1 christos #ifdef SYS16BIT
322 1.1 christos # if defined(M_I86SM) || defined(M_I86MM)
323 1.1 christos /* MSC small or medium model */
324 1.1 christos # define SMALL_MEDIUM
325 1.1 christos # ifdef _MSC_VER
326 1.1 christos # define FAR _far
327 1.1 christos # else
328 1.1 christos # define FAR far
329 1.1 christos # endif
330 1.1 christos # endif
331 1.1 christos # if (defined(__SMALL__) || defined(__MEDIUM__))
332 1.1 christos /* Turbo C small or medium model */
333 1.1 christos # define SMALL_MEDIUM
334 1.1 christos # ifdef __BORLANDC__
335 1.1 christos # define FAR _far
336 1.1 christos # else
337 1.1 christos # define FAR far
338 1.1 christos # endif
339 1.1 christos # endif
340 1.1 christos #endif
341 1.1 christos
342 1.1 christos #if defined(WINDOWS) || defined(WIN32)
343 1.1 christos /* If building or using zlib as a DLL, define ZLIB_DLL.
344 1.1 christos * This is not mandatory, but it offers a little performance increase.
345 1.1 christos */
346 1.1 christos # ifdef ZLIB_DLL
347 1.1 christos # if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500))
348 1.1 christos # ifdef ZLIB_INTERNAL
349 1.1 christos # define ZEXTERN extern __declspec(dllexport)
350 1.1 christos # else
351 1.1 christos # define ZEXTERN extern __declspec(dllimport)
352 1.1 christos # endif
353 1.1 christos # endif
354 1.1 christos # endif /* ZLIB_DLL */
355 1.1 christos /* If building or using zlib with the WINAPI/WINAPIV calling convention,
356 1.1 christos * define ZLIB_WINAPI.
357 1.1 christos * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI.
358 1.1 christos */
359 1.1 christos # ifdef ZLIB_WINAPI
360 1.1 christos # ifdef FAR
361 1.1 christos # undef FAR
362 1.1 christos # endif
363 1.4 christos # ifndef WIN32_LEAN_AND_MEAN
364 1.4 christos # define WIN32_LEAN_AND_MEAN
365 1.4 christos # endif
366 1.1 christos # include <windows.h>
367 1.1 christos /* No need for _export, use ZLIB.DEF instead. */
368 1.1 christos /* For complete Windows compatibility, use WINAPI, not __stdcall. */
369 1.1 christos # define ZEXPORT WINAPI
370 1.1 christos # ifdef WIN32
371 1.1 christos # define ZEXPORTVA WINAPIV
372 1.1 christos # else
373 1.1 christos # define ZEXPORTVA FAR CDECL
374 1.1 christos # endif
375 1.1 christos # endif
376 1.1 christos #endif
377 1.1 christos
378 1.1 christos #if defined (__BEOS__)
379 1.1 christos # ifdef ZLIB_DLL
380 1.1 christos # ifdef ZLIB_INTERNAL
381 1.1 christos # define ZEXPORT __declspec(dllexport)
382 1.1 christos # define ZEXPORTVA __declspec(dllexport)
383 1.1 christos # else
384 1.1 christos # define ZEXPORT __declspec(dllimport)
385 1.1 christos # define ZEXPORTVA __declspec(dllimport)
386 1.1 christos # endif
387 1.1 christos # endif
388 1.1 christos #endif
389 1.1 christos
390 1.1 christos #ifndef ZEXTERN
391 1.1 christos # define ZEXTERN extern
392 1.1 christos #endif
393 1.1 christos #ifndef ZEXPORT
394 1.1 christos # define ZEXPORT
395 1.1 christos #endif
396 1.1 christos #ifndef ZEXPORTVA
397 1.1 christos # define ZEXPORTVA
398 1.1 christos #endif
399 1.1 christos
400 1.1 christos #ifndef FAR
401 1.1 christos # define FAR
402 1.1 christos #endif
403 1.1 christos
404 1.1 christos #if !defined(__MACTYPES__)
405 1.1 christos typedef unsigned char Byte; /* 8 bits */
406 1.1 christos #endif
407 1.1 christos typedef unsigned int uInt; /* 16 bits or more */
408 1.1 christos typedef unsigned long uLong; /* 32 bits or more */
409 1.1 christos
410 1.1 christos #ifdef SMALL_MEDIUM
411 1.1 christos /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
412 1.1 christos # define Bytef Byte FAR
413 1.1 christos #else
414 1.1 christos typedef Byte FAR Bytef;
415 1.1 christos #endif
416 1.1 christos typedef char FAR charf;
417 1.1 christos typedef int FAR intf;
418 1.1 christos typedef uInt FAR uIntf;
419 1.1 christos typedef uLong FAR uLongf;
420 1.1 christos
421 1.1 christos #ifdef STDC
422 1.1 christos typedef void const *voidpc;
423 1.1 christos typedef void FAR *voidpf;
424 1.1 christos typedef void *voidp;
425 1.1 christos #else
426 1.1 christos typedef Byte const *voidpc;
427 1.1 christos typedef Byte FAR *voidpf;
428 1.1 christos typedef Byte *voidp;
429 1.1 christos #endif
430 1.1 christos
431 1.3 christos #if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC)
432 1.3 christos # if defined(_KERNEL) || defined(_STANDALONE)
433 1.3 christos # include <machine/limits.h>
434 1.3 christos # else
435 1.3 christos # include <limits.h>
436 1.3 christos # endif
437 1.3 christos # if (UINT_MAX == 0xffffffffUL)
438 1.3 christos # define Z_U4 unsigned
439 1.3 christos # elif (ULONG_MAX == 0xffffffffUL)
440 1.3 christos # define Z_U4 unsigned long
441 1.3 christos # elif (USHRT_MAX == 0xffffffffUL)
442 1.3 christos # define Z_U4 unsigned short
443 1.1 christos # endif
444 1.1 christos #endif
445 1.3 christos
446 1.3 christos #ifdef Z_U4
447 1.3 christos typedef Z_U4 z_crc_t;
448 1.3 christos #else
449 1.3 christos typedef unsigned long z_crc_t;
450 1.3 christos #endif
451 1.3 christos
452 1.3 christos #ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */
453 1.3 christos # define Z_HAVE_UNISTD_H
454 1.3 christos #endif
455 1.3 christos
456 1.3 christos #ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */
457 1.3 christos # define Z_HAVE_STDARG_H
458 1.3 christos #endif
459 1.3 christos
460 1.3 christos #ifdef STDC
461 1.3 christos # ifndef Z_SOLO
462 1.3 christos # include <sys/types.h> /* for off_t */
463 1.3 christos # endif
464 1.3 christos #endif
465 1.3 christos
466 1.3 christos #if defined(STDC) || defined(Z_HAVE_STDARG_H)
467 1.3 christos # ifndef Z_SOLO
468 1.3 christos # if defined(_KERNEL) || defined(_STANDALONE)
469 1.3 christos # include <sys/stdarg.h> /* for va_list */
470 1.3 christos # else
471 1.3 christos # include <stdarg.h> /* for va_list */
472 1.3 christos # endif
473 1.3 christos # endif
474 1.3 christos #endif
475 1.3 christos
476 1.3 christos #ifdef _WIN32
477 1.3 christos # ifndef Z_SOLO
478 1.3 christos # include <stddef.h> /* for wchar_t */
479 1.3 christos # endif
480 1.3 christos #endif
481 1.3 christos
482 1.3 christos /* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and
483 1.3 christos * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even
484 1.3 christos * though the former does not conform to the LFS document), but considering
485 1.3 christos * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as
486 1.3 christos * equivalently requesting no 64-bit operations
487 1.3 christos */
488 1.3 christos #if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1
489 1.3 christos # undef _LARGEFILE64_SOURCE
490 1.3 christos #endif
491 1.3 christos
492 1.4 christos #ifndef Z_HAVE_UNISTD_H
493 1.4 christos # ifdef __WATCOMC__
494 1.4 christos # define Z_HAVE_UNISTD_H
495 1.4 christos # endif
496 1.4 christos #endif
497 1.4 christos #ifndef Z_HAVE_UNISTD_H
498 1.4 christos # if defined(_LARGEFILE64_SOURCE) && !defined(_WIN32)
499 1.4 christos # define Z_HAVE_UNISTD_H
500 1.4 christos # endif
501 1.3 christos #endif
502 1.3 christos #ifndef Z_SOLO
503 1.4 christos # if defined(Z_HAVE_UNISTD_H)
504 1.3 christos # include <unistd.h> /* for SEEK_*, off_t, and _LFS64_LARGEFILE */
505 1.3 christos # ifdef VMS
506 1.3 christos # include <unixio.h> /* for off_t */
507 1.3 christos # endif
508 1.3 christos # ifndef z_off_t
509 1.3 christos # define z_off_t off_t
510 1.3 christos # endif
511 1.3 christos # endif
512 1.3 christos #endif
513 1.3 christos
514 1.3 christos #if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0
515 1.3 christos # define Z_LFS64
516 1.3 christos #endif
517 1.3 christos
518 1.3 christos #if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64)
519 1.3 christos # define Z_LARGE64
520 1.3 christos #endif
521 1.3 christos
522 1.3 christos #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
523 1.3 christos # define Z_WANT64
524 1.3 christos #endif
525 1.3 christos
526 1.3 christos #if !defined(SEEK_SET) && !defined(Z_SOLO)
527 1.1 christos # define SEEK_SET 0 /* Seek from beginning of file. */
528 1.1 christos # define SEEK_CUR 1 /* Seek from current position. */
529 1.1 christos # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
530 1.1 christos #endif
531 1.3 christos
532 1.1 christos #ifndef z_off_t
533 1.1 christos # define z_off_t long
534 1.1 christos #endif
535 1.2 christos #ifndef z_ptrdiff_t
536 1.2 christos # define z_ptrdiff_t long
537 1.2 christos #endif
538 1.1 christos
539 1.3 christos #if !defined(_WIN32) && defined(Z_LARGE64)
540 1.3 christos # define z_off64_t off64_t
541 1.3 christos #else
542 1.3 christos # if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO)
543 1.3 christos # define z_off64_t __int64
544 1.3 christos # else
545 1.3 christos # define z_off64_t z_off_t
546 1.1 christos # endif
547 1.1 christos #endif
548 1.1 christos
549 1.1 christos /* MVS linker does not support external names larger than 8 bytes */
550 1.1 christos #if defined(__MVS__)
551 1.3 christos #pragma map(deflateInit_,"DEIN")
552 1.3 christos #pragma map(deflateInit2_,"DEIN2")
553 1.3 christos #pragma map(deflateEnd,"DEEND")
554 1.3 christos #pragma map(deflateBound,"DEBND")
555 1.3 christos #pragma map(inflateInit_,"ININ")
556 1.3 christos #pragma map(inflateInit2_,"ININ2")
557 1.3 christos #pragma map(inflateEnd,"INEND")
558 1.3 christos #pragma map(inflateSync,"INSY")
559 1.3 christos #pragma map(inflateSetDictionary,"INSEDI")
560 1.3 christos #pragma map(compressBound,"CMBND")
561 1.3 christos #pragma map(inflate_table,"INTABL")
562 1.3 christos #pragma map(inflate_fast,"INFA")
563 1.3 christos #pragma map(inflate_copyright,"INCOPY")
564 1.1 christos #endif
565 1.1 christos
566 1.1 christos #endif /* ZCONF_H */
567