libs: Import upstream code from zlib 1.2.11.
commit2929aa3c749809f7b6d28e8cd3406179058703a0
authorAlexandre Julliard <julliard@winehq.org>
Mon, 18 Oct 2021 09:07:38 +0000 (18 11:07 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Oct 2021 09:07:38 +0000 (18 11:07 +0200)
tree97ed1ddb68648ae3600f7943361616ba382319bb
parenta1be6b475d96763bfb6c99e0525d98b061213b02
libs: Import upstream code from zlib 1.2.11.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
22 files changed:
configure
configure.ac
libs/zlib/LICENSE [new file with mode: 0644]
libs/zlib/Makefile.in [new file with mode: 0644]
libs/zlib/adler32.c [new file with mode: 0644]
libs/zlib/crc32.c [new file with mode: 0644]
libs/zlib/crc32.h [new file with mode: 0644]
libs/zlib/deflate.c [new file with mode: 0644]
libs/zlib/deflate.h [new file with mode: 0644]
libs/zlib/inffast.c [new file with mode: 0644]
libs/zlib/inffast.h [new file with mode: 0644]
libs/zlib/inffixed.h [new file with mode: 0644]
libs/zlib/inflate.c [new file with mode: 0644]
libs/zlib/inflate.h [new file with mode: 0644]
libs/zlib/inftrees.c [new file with mode: 0644]
libs/zlib/inftrees.h [new file with mode: 0644]
libs/zlib/trees.c [new file with mode: 0644]
libs/zlib/trees.h [new file with mode: 0644]
libs/zlib/zconf.h [new file with mode: 0644]
libs/zlib/zlib.h [new file with mode: 0644]
libs/zlib/zutil.c [new file with mode: 0644]
libs/zlib/zutil.h [new file with mode: 0644]