summaryrefslogtreecommitdiff
path: root/zbuild.h
AgeCommit message (Collapse)Author
2021-06-21Added Z_UNUSED define for ignore unused variables.Nathan Moinvaziri
2021-06-04Move MIN() macro to zbuild.hMika Lindqvist
2020-08-23Add optional support for thread local storage. (#733)Nathan Moinvaziri
2020-06-08For gzseek, gzoffset, gzopen, adler32_combine, crc32_combine and ↵Nathan Moinvaziri
crc32_combine_gen, export 32-bit and 64-bit versions for zlib-compatible api and only 64-bit version (without 64 suffix) for zlib-ng native api.
2020-03-27Avoid unnecessary include of windows.h from zbuild.hPavel P
zbuild.h is included from every .c file of zlib-ng, which forces every translation unit to parse all windows system includes only to be able to typedef ssize_t. This change removes windows.h include from zbuild.h and ssize_t is instead defined in-line with equivalent defines from windows.h
2018-09-17Make functable thread-local.Mika Lindqvist
2018-03-22Move private defines from zconf.h and zconf-ng.h to zbuild.hMika Lindqvist
* move definition of z_size_t to zbuild.h