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