LMMS
Loading...
Searching...
No Matches
zconf.in.h File Reference

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 Byte constvoidpc
typedef Byte FARvoidpf
typedef Bytevoidp

Macro Definition Documentation

◆ const

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

◆ FAR

#define FAR

◆ MAX_MEM_LEVEL

#define MAX_MEM_LEVEL   9

◆ MAX_WBITS

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

◆ OF

#define OF ( args)
Value:
()

◆ SEEK_CUR

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

◆ SEEK_END

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

◆ SEEK_SET

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

◆ z_off_t

#define z_off_t   long

◆ ZEXPORT

#define ZEXPORT

◆ ZEXPORTVA

#define ZEXPORTVA

◆ ZEXTERN

#define ZEXTERN   extern

Typedef Documentation

◆ voidp

typedef Byte* voidp

◆ voidpc

typedef Byte const* voidpc

◆ voidpf

typedef Byte FAR* voidpf