]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: compression: move the zlib-specific stuff from global.h to compression.c
authorWilly Tarreau <w@1wt.eu>
Thu, 22 Dec 2016 18:46:17 +0000 (19:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Dec 2016 19:00:46 +0000 (20:00 +0100)
commit368780334cb1b4c46bcd666af353c177619f4774
treec0142c1c02165c893b34c8b4d966b5449ccea1b9
parent14e36a101c40617cf9adaa1bec051ea197aa1c40
MEDIUM: compression: move the zlib-specific stuff from global.h to compression.c

This finishes to clean up the zlib-specific parts. It also unbreaks recent
commit b97c6fb ("CLEANUP: compression: use the build options list to report
the algos") which broke USE_ZLIB due to MAXWBITS not being defined anymore
in haproxy.c.
include/types/global.h
src/cfgparse.c
src/compression.c
src/haproxy.c