]> 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 15:17:40 +0000 (11:17 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 28 Oct 2010 15:17:40 +0000 (11:17 -0400)
commit361cd290733f970bc966a8725f4073ed358bb0c4
treee8207e7366f3b7191b311f8d27368a83c8041839
parenta11e4c8d72a79c9bdfc4293d29ca9bf4d41c2223
Add local copy of zlib for systems that lack it.
32 files changed:
Makefile.in
configure
configure.in
doc/LICENSE
doc/license.pod
zlib/Makefile.in [new file with mode: 0644]
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]