]> git.lizzy.rs Git - zlib.git/commit
Add a ./config --solo option to make zlib subset with no libary use
authorMark Adler <madler@alumni.caltech.edu>
Fri, 7 Oct 2011 08:57:07 +0000 (01:57 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Fri, 7 Oct 2011 09:11:56 +0000 (02:11 -0700)
commitf442c1e89e99ae5a0068a2d32e7284c2623f09fd
tree1bc659f486af707673c36916c4d75ef7f517dece
parent518ad0177ae2f1aaefc49285b3536a6bd8d9973c
Add a ./config --solo option to make zlib subset with no libary use

A common request has been the ability to compile zlib to require no
other libraries.  This --solo option provides that ability.  The price
is that the gz*, compress*, and uncompress functions are eliminated,
and that the user must provide memory allocation and free routines to
deflate and inflate when initializing.
13 files changed:
Makefile.in
configure
deflate.c
example.c
infback.c
inflate.c
minigzip.c
zconf.h
zconf.h.cmakein
zconf.h.in
zlib.h
zutil.c
zutil.h