fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

zconf.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define const
#define MAX_MEM_LEVEL   9
#define MAX_WBITS   15
#define OF(args)   ()
#define ZEXTERN   extern
#define ZEXPORT
#define ZEXPORTVA
#define FAR
#define SEEK_SET   0
#define SEEK_CUR   1
#define SEEK_END   2
#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 const * voidpc
typedef Byte FAR * voidpf
typedef Bytevoidp

Define Documentation

#define const

Definition at line 124 of file zconf.h.

#define FAR

Definition at line 257 of file zconf.h.

#define MAX_MEM_LEVEL   9

Definition at line 138 of file zconf.h.

Referenced by deflateInit2_().

#define MAX_WBITS   15

Definition at line 148 of file zconf.h.

Referenced by deflateInit_(), and gz_open().

#define OF (   args)    ()

Definition at line 170 of file zconf.h.

#define SEEK_CUR   1

Definition at line 297 of file zconf.h.

Referenced by gzseek(), and gztell().

#define SEEK_END   2
#define SEEK_SET   0
#define z_off_t   long

Definition at line 301 of file zconf.h.

Referenced by zlibCompileFlags().

#define ZEXPORT

Definition at line 250 of file zconf.h.

#define ZEXPORTVA

Definition at line 253 of file zconf.h.

#define ZEXTERN   extern

Definition at line 247 of file zconf.h.


Typedef Documentation

typedef unsigned char Byte

Definition at line 261 of file zconf.h.

typedef Byte FAR Bytef

Definition at line 270 of file zconf.h.

typedef char FAR charf

Definition at line 272 of file zconf.h.

typedef int FAR intf

Definition at line 273 of file zconf.h.

typedef unsigned int uInt

Definition at line 263 of file zconf.h.

typedef uInt FAR uIntf

Definition at line 274 of file zconf.h.

typedef unsigned long uLong

Definition at line 264 of file zconf.h.

typedef uLong FAR uLongf

Definition at line 275 of file zconf.h.

typedef Byte* voidp

Definition at line 284 of file zconf.h.

typedef Byte const* voidpc

Definition at line 282 of file zconf.h.

typedef Byte FAR* voidpf

Definition at line 283 of file zconf.h.