]> granicus.if.org Git - sudo/commit
Add local copy of zlib for systems that lack it.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 28 Oct 2010 16:21:24 +0000 (12:21 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 28 Oct 2010 16:21:24 +0000 (12:21 -0400)
commit17c0bda66e8b7d5252eeb62a5239c8c05eada33b
treec32e8ed51aba68aaa1b1152dd14a604e5c65d035
parent52ae83ed1352b541006bb1231e7211e8a3b5c5b0
Add local copy of zlib for systems that lack it.

--HG--
branch : 1.7
32 files changed:
LICENSE
Makefile.in
config.h.in
configure
configure.in
license.pod
zlib/adler32.c [new file with mode: 0644]
zlib/compress.c [new file with mode: 0644]
zlib/crc32.c [new file with mode: 0644]
zlib/crc32.h [new file with mode: 0644]
zlib/deflate.c [new file with mode: 0644]
zlib/deflate.h [new file with mode: 0644]
zlib/gzclose.c [new file with mode: 0644]
zlib/gzguts.h [new file with mode: 0644]
zlib/gzlib.c [new file with mode: 0644]
zlib/gzread.c [new file with mode: 0644]
zlib/gzwrite.c [new file with mode: 0644]
zlib/infback.c [new file with mode: 0644]
zlib/inffast.c [new file with mode: 0644]
zlib/inffast.h [new file with mode: 0644]
zlib/inffixed.h [new file with mode: 0644]
zlib/inflate.c [new file with mode: 0644]
zlib/inflate.h [new file with mode: 0644]
zlib/inftrees.c [new file with mode: 0644]
zlib/inftrees.h [new file with mode: 0644]
zlib/trees.c [new file with mode: 0644]
zlib/trees.h [new file with mode: 0644]
zlib/uncompr.c [new file with mode: 0644]
zlib/zconf.h.in [new file with mode: 0644]
zlib/zlib.h [new file with mode: 0644]
zlib/zutil.c [new file with mode: 0644]
zlib/zutil.h [new file with mode: 0644]