zlib/contrib/minizip
Alexander Miller f02ea29e5f Improve detection of UNIX-style systems in minizip.
Not all toolchains on UNIX-style operating systems predefine
"unix". For example, it's missing on NetBSD, OpenBSD/gcc, AIX,
HP-UX. There is no single macro defined everywhere, but checking
both "__unix__" and "__unix" should cover everything except macOS,
which is already checked for using "__APPLE__".

Note that case sensitivity should default to off on macOS and
cygwin, so the check there is different.
2024-03-16 11:18:50 -07:00
..
configure.ac Change version number on develop branch to 1.3.1.1. 2024-01-22 13:07:41 -08:00
crypt.h Remove K&R function definitions from contrib/minizip. 2023-04-15 22:56:37 -07:00
ioapi.c Support Haiku in minizip. 2023-08-03 11:17:07 -07:00
ioapi.h Correct repeated words in source file comments and a readme. 2023-11-14 18:44:32 -08:00
iowin32.c Remove K&R function definitions from contrib/minizip. 2023-04-15 22:56:37 -07:00
iowin32.h Remove K&R function definitions from contrib/minizip. 2023-04-15 22:56:37 -07:00
make_vms.com Improve detection of UNIX-style systems in minizip. 2024-03-16 11:18:50 -07:00
Makefile Permit changing minizip Makefile optimization with CFLAGS. 2024-03-09 23:53:44 -08:00
Makefile.am Fix contrib/minizip compilation in the MinGW environment. 2012-03-26 20:17:41 -07:00
miniunz.c Improve detection of UNIX-style systems in minizip. 2024-03-16 11:18:50 -07:00
miniunzip.1 Add man pages for minizip and miniunzip. 2013-03-24 16:28:41 -07:00
MiniZip64_Changes.txt Fix typos found by codespell in minizip 2023-07-29 23:44:25 -07:00
MiniZip64_info.txt zlib 1.2.3.9 2011-09-09 23:27:26 -07:00
minizip.1 Add man pages for minizip and miniunzip. 2013-03-24 16:28:41 -07:00
minizip.c Improve detection of UNIX-style systems in minizip. 2024-03-16 11:18:50 -07:00
minizip.pc.in Add files in contrib/minizip to aid in building libminizip. 2011-11-13 12:42:47 -08:00
mztools.c Remove K&R function definitions from contrib/minizip. 2023-04-15 22:56:37 -07:00
mztools.h Fix bug when compiling minizip with C++ [Vollant]. 2012-01-21 11:58:35 -08:00
skipset.h Improve random number seeding in skipset.h. 2024-03-10 23:21:10 -07:00
unzip.c Improve detection of UNIX-style systems in minizip. 2024-03-16 11:18:50 -07:00
unzip.h Note termination of returned strings in contrib/minizip/unzip.h. 2024-01-23 12:00:26 -08:00
zip.c Avoid signed shift in minizip zip.c. 2024-03-12 13:40:57 -07:00
zip.h Add zipAlreadyThere() to minizip zip.c to help avoid duplicates. 2024-03-10 00:37:23 -08:00