HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
zconf.h File Reference
#include <unistd.h>
+ Include dependency graph for zconf.h:

Go to the source code of this file.

Macros

#define const   /* note: need a more gentle solution here */
 
#define z_const
 
#define MAX_MEM_LEVEL   9
 
#define MAX_WBITS   15 /* 32K LZ77 window */
 
#define OF(args)   ()
 
#define Z_ARG(args)   ()
 
#define ZEXTERN   extern
 
#define ZEXPORT
 
#define ZEXPORTVA
 
#define FAR
 
#define Z_U4   unsigned /* ./configure put the #define Z_U4 here */
 
#define Z_HAVE_UNISTD_H
 
#define Z_HAVE_STDARG_H
 
#define z_off_t   off_t
 
#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_off64_t   z_off_t
 

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
 
typedef Z_U4 z_crc_t
 

Macro Definition Documentation

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

Definition at line 214 of file zconf.h.

#define FAR

Definition at line 361 of file zconf.h.

#define MAX_MEM_LEVEL   9

Definition at line 234 of file zconf.h.

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

Definition at line 244 of file zconf.h.

#define OF (   args)    ()

Definition at line 266 of file zconf.h.

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

Definition at line 471 of file zconf.h.

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

Definition at line 472 of file zconf.h.

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

Definition at line 470 of file zconf.h.

#define Z_ARG (   args)    ()

Definition at line 274 of file zconf.h.

#define z_const

Definition at line 221 of file zconf.h.

#define Z_HAVE_STDARG_H

Definition at line 419 of file zconf.h.

#define Z_HAVE_UNISTD_H

Definition at line 415 of file zconf.h.

#define z_off64_t   z_off_t

Definition at line 485 of file zconf.h.

#define z_off_t   off_t

Definition at line 452 of file zconf.h.

#define Z_U4   unsigned /* ./configure put the #define Z_U4 here */

Definition at line 391 of file zconf.h.

#define ZEXPORT

Definition at line 354 of file zconf.h.

#define ZEXPORTVA

Definition at line 357 of file zconf.h.

#define ZEXTERN   extern

Definition at line 351 of file zconf.h.

Typedef Documentation

typedef unsigned char Byte

Definition at line 365 of file zconf.h.

typedef Byte FAR Bytef

Definition at line 374 of file zconf.h.

typedef char FAR charf

Definition at line 376 of file zconf.h.

typedef int FAR intf

Definition at line 377 of file zconf.h.

typedef unsigned int uInt

Definition at line 367 of file zconf.h.

typedef uInt FAR uIntf

Definition at line 378 of file zconf.h.

typedef unsigned long uLong

Definition at line 368 of file zconf.h.

typedef uLong FAR uLongf

Definition at line 379 of file zconf.h.

typedef Byte* voidp

Definition at line 388 of file zconf.h.

typedef Byte const* voidpc

Definition at line 386 of file zconf.h.

typedef Byte FAR* voidpf

Definition at line 387 of file zconf.h.

typedef Z_U4 z_crc_t

Definition at line 409 of file zconf.h.