Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Typedefs
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   /* note: need a more gentle solution here */
 
#define MAX_MEM_LEVEL   9
 
#define MAX_WBITS   15 /* 32K LZ77 window */
 
#define OF(args)   ()
 
#define ZEXTERN   extern
 
#define ZEXPORT
 
#define ZEXPORTVA
 
#define FAR
 
#define SEEK_SET   0 /* Seek from beginning of file. */
 
#define SEEK_CUR   1 /* Seek from current position. */
 
#define SEEK_END   2 /* Set file pointer to EOF plus "offset" */
 
#define z_off_t   long
 

Typedefs

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

Macro Definition Documentation

#define const   /* note: need a more gentle solution here */

Definition at line 118 of file zconf.h.

#define FAR

Definition at line 251 of file zconf.h.

#define MAX_MEM_LEVEL   9

Definition at line 132 of file zconf.h.

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

Definition at line 142 of file zconf.h.

#define OF (   args)    ()

Definition at line 164 of file zconf.h.

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

Definition at line 291 of file zconf.h.

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

Definition at line 292 of file zconf.h.

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

Definition at line 290 of file zconf.h.

#define z_off_t   long

Definition at line 295 of file zconf.h.

#define ZEXPORT

Definition at line 244 of file zconf.h.

#define ZEXPORTVA

Definition at line 247 of file zconf.h.

#define ZEXTERN   extern

Definition at line 241 of file zconf.h.

Typedef Documentation

typedef unsigned char Byte

Definition at line 255 of file zconf.h.

typedef Byte FAR Bytef

Definition at line 264 of file zconf.h.

typedef char FAR charf

Definition at line 266 of file zconf.h.

typedef int FAR intf

Definition at line 267 of file zconf.h.

typedef unsigned int uInt

Definition at line 257 of file zconf.h.

typedef uInt FAR uIntf

Definition at line 268 of file zconf.h.

typedef unsigned long uLong

Definition at line 258 of file zconf.h.

typedef uLong FAR uLongf

Definition at line 269 of file zconf.h.

typedef Byte* voidp

Definition at line 278 of file zconf.h.

typedef Byte const* voidpc

Definition at line 276 of file zconf.h.

typedef Byte FAR* voidpf

Definition at line 277 of file zconf.h.