COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
zconf.h File Reference
#include <stdarg.h>
#include <unistd.h>
Include dependency graph for zconf.h:
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 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_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 Bytef
 
typedef char charf
 
typedef int intf
 
typedef uInt uIntf
 
typedef uLong uLongf
 
typedef Bytevoidpc
 
typedef Bytevoidpf
 
typedef Bytevoidp
 
typedef unsigned long z_crc_t
 

Macro Definition Documentation

#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_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

Typedef Documentation

typedef unsigned char Byte
typedef unsigned int uInt
typedef unsigned long uLong
typedef Byte Bytef
typedef char charf
typedef int intf
typedef uInt uIntf
typedef uLong uLongf
typedef Byte* voidpc
typedef Byte* voidpf
typedef Byte* voidp
typedef unsigned long z_crc_t