]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Remove support for compiling with Z_SOLO.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 11 May 2015 13:55:42 +0000 (15:55 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 12 May 2015 09:26:30 +0000 (11:26 +0200)
commitb3dca09caf3350d711066c85ef0101628ed0947c
treed58bf27f914cf9b5874942d641a25c7caf107f37
parent7776efc81ba38e4877344ce75174a03b0fdf8057
Remove support for compiling with Z_SOLO.
Make compiling without gzip file operation support the default
 (define WITH_GZFILEOP or use --zlib-compat to enable them).
Add initial support for compiling in a zlib-compatible mode, this currently only
 enables gzip file operations and sets the ZLIB_COMPAT flag.

Conflicts:
test/minigzip.c
Makefile.in
configure
deflate.c
infback.c
inflate.c
test/example.c
test/minigzip.c
zconf.h.in
zlib.h
zutil.c
zutil.h