mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
25
third_party/zlib/zconf.h
vendored
Normal file
25
third_party/zlib/zconf.h
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
#ifndef COSMOPOLITAN_THIRD_PARTY_ZLIB_ZCONF_H_
|
||||
#define COSMOPOLITAN_THIRD_PARTY_ZLIB_ZCONF_H_
|
||||
|
||||
#define STDC
|
||||
#define STDC99
|
||||
#define MAX_MEM_LEVEL 9
|
||||
#define DEF_MEM_LEVEL 8
|
||||
#define MAX_WBITS 15 /* 32K LZ77 window */
|
||||
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
|
||||
typedef unsigned char Byte;
|
||||
typedef unsigned int uInt; /* 16 bits or more */
|
||||
typedef unsigned long uLong; /* 32 bits or more */
|
||||
typedef Byte Bytef;
|
||||
typedef char charf;
|
||||
typedef int intf;
|
||||
typedef uInt uIntf;
|
||||
typedef uLong uLongf;
|
||||
typedef void const *voidpc;
|
||||
typedef void *voidpf;
|
||||
typedef void *voidp;
|
||||
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_THIRD_PARTY_ZLIB_ZCONF_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue