summaryrefslogtreecommitdiff
path: root/zconf-ng.h.in
AgeCommit message (Collapse)Author
2020-08-31Rename ZEXPORT and ZEXTERN for consistency.Nathan Moinvaziri
2020-08-31Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.Nathan Moinvaziri
2020-08-23Reintroduce support for ZLIB_CONST in compat mode. (#704)Mika Lindqvist
* Reintroduce support for ZLIB_CONST in compat mode.
2020-06-24Determine whether platform supports dll declspecDon
Clang contains __has_declspec_attribute for MSVC compatibility. This can be used to determine whether __declspec is available. Use this to determine if dllimport/dllexport should be used when exporting the zlib API.
2020-06-19cmake: generate same zconf.h as configureDan Kegel
Also make comment in zconf.h less configure-specific
2020-06-16Remove Borland C++ compiler referencesDon
There are a few guards checking for Borland C++ 5.0 or greater which was released in 1996. While there is still a descendent of this compiler in Embarcadero C++ Builder its value for __BORLANDC__ is greater than 0x500 so it is safe to remove these guards.
2020-06-08Clean up windows defines, use _WIN32Pavel P
+ replaced WIN32 with _WIN32 + removed unused WINDOWS/_WINDOWS defines + no need to test for __MINGW__, as _WIN32 is also defined
2020-03-17Remove cvs keywordsPavel P
2019-01-17typedef ptrdiff_t when stddef.h does not provide itSebastian Pop
2019-01-09remove unused configure check for HAVE_STDARG_HSebastian Pop
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
2018-01-31Adapt code to support PREFIX macros and update build scriptsMika Lindqvist
2018-01-31Copy zconf.h.in to zconf-ng.h.in and add relevant processing inHans Kristian Rosbach
configure and CMakeLists.txt