Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
zconf.h File Reference

Go to the source code of this file.

Macros

#define MAX_MEM_LEVEL   8
 
#define MAX_WBITS   15 /* 32K LZ77 window */
 
#define DEF_WBITS   MAX_WBITS
 
#define DEF_MEM_LEVEL   8
 

Typedefs

typedef unsigned char Byte
 
typedef unsigned int uInt
 
typedef unsigned long uLong
 
typedef voidvoidp
 

Macro Definition Documentation

#define DEF_MEM_LEVEL   8

Definition at line 45 of file zconf.h.

#define DEF_WBITS   MAX_WBITS

Definition at line 40 of file zconf.h.

#define MAX_MEM_LEVEL   8

Definition at line 26 of file zconf.h.

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

Definition at line 35 of file zconf.h.

Typedef Documentation

typedef unsigned char Byte

Definition at line 52 of file zconf.h.

typedef unsigned int uInt

Definition at line 53 of file zconf.h.

typedef unsigned long uLong

Definition at line 54 of file zconf.h.

typedef void* voidp

Definition at line 55 of file zconf.h.