#include <libkern/zconf.h>

libkern/zconf.h Kernel.framework

@(#) $Id$
11 typedefs · 10 macros

macroZCONF_H

#define ZCONF_H 

macroSTDC

#define STDC 

macroMAX_MEM_LEVEL

Maximum value for memLevel in deflateInit2
#define MAX_MEM_LEVEL 9

macroMAX_WBITS

Maximum value for windowBits in deflateInit2 and inflateInit2. WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files created by gzip. (Files created by minigzip can still be extracted by gzip.)
#define MAX_WBITS 15
32K LZ77 window

macroOF

#define OF(args) args

macroZEXTERN

#define ZEXTERN extern

macroZEXPORT

#define ZEXPORT 

macroZEXPORTVA

#define ZEXPORTVA 

macroFAR

#define FAR 

typedefByte

typedef unsigned char Byte
8 bits

typedefuInt

typedef unsigned int uInt
16 bits or more

typedefuLong

typedef unsigned long uLong
32 bits or more

typedefBytef

Borland C/C++ and some old MSC versions ignore FAR inside typedef
typedef Byte FAR Bytef

typedefcharf

typedef char FAR charf

typedefintf

typedef int FAR intf

typedefuIntf

typedef uInt FAR uIntf

typedefuLongf

typedef uLong FAR uLongf

typedefvoidpc

typedef void const *voidpc

typedefvoidpf

typedef void FAR *voidpf

typedefvoidp

typedef void *voidp

macroz_off_t

#define z_off_t long