The SWORD Project  1.9.0.svnversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
zconf.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define const
 
#define FAR
 
#define MAX_MEM_LEVEL   9
 
#define MAX_WBITS   15 /* 32K LZ77 window */
 
#define OF(args)   ()
 
#define SEEK_CUR   1 /* Seek from current position. */
 
#define SEEK_END   2 /* Set file pointer to EOF plus "offset" */
 
#define SEEK_SET   0 /* Seek from beginning of file. */
 
#define z_off_t   long
 
#define ZEXPORT
 
#define ZEXPORTVA
 
#define ZEXTERN   extern
 

Typedefs

typedef unsigned char Byte
 
typedef unsigned char FAR Bytef
 
typedef char FAR charf
 
typedef int FAR intf
 
typedef unsigned int uInt
 
typedef uInt FAR uIntf
 
typedef unsigned long uLong
 
typedef uLong FAR uLongf
 
typedef Bytevoidp
 
typedef Byte FARvoidpf
 

Macro Definition Documentation

#define const

Definition at line 85 of file zconf.h.

#define FAR

Definition at line 210 of file zconf.h.

#define MAX_MEM_LEVEL   9

Definition at line 105 of file zconf.h.

#define MAX_WBITS   15 /* 32K LZ77 window */

Definition at line 115 of file zconf.h.

#define OF (   args)    ()

Definition at line 137 of file zconf.h.

#define SEEK_CUR   1 /* Seek from current position. */

Definition at line 245 of file zconf.h.

#define SEEK_END   2 /* Set file pointer to EOF plus "offset" */

Definition at line 246 of file zconf.h.

#define SEEK_SET   0 /* Seek from beginning of file. */

Definition at line 244 of file zconf.h.

#define z_off_t   long

Definition at line 249 of file zconf.h.

#define ZEXPORT

Definition at line 200 of file zconf.h.

#define ZEXPORTVA

Definition at line 203 of file zconf.h.

#define ZEXTERN   extern

Definition at line 206 of file zconf.h.

Typedef Documentation

typedef unsigned char Byte

Definition at line 214 of file zconf.h.

typedef unsigned char FAR Bytef

Definition at line 223 of file zconf.h.

typedef char FAR charf

Definition at line 225 of file zconf.h.

typedef int FAR intf

Definition at line 226 of file zconf.h.

typedef unsigned int uInt

Definition at line 216 of file zconf.h.

typedef uInt FAR uIntf

Definition at line 227 of file zconf.h.

typedef unsigned long uLong

Definition at line 217 of file zconf.h.

typedef uLong FAR uLongf

Definition at line 228 of file zconf.h.

typedef Byte* voidp

Definition at line 235 of file zconf.h.

typedef Byte FAR* voidpf

Definition at line 234 of file zconf.h.