]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: compression: use the build options list to report the algos
authorWilly Tarreau <w@1wt.eu>
Wed, 21 Dec 2016 18:30:30 +0000 (19:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Dec 2016 20:30:54 +0000 (21:30 +0100)
commitb97c6fb59e124c352bcc300140fe72a8685dd657
treef9fc417eaa3a1ae0ffcf691908f6b542f27f9efc
parentc2c0b612746cc2c85b29f865f270f60767c1307a
CLEANUP: compression: use the build options list to report the algos

This removes 2 #ifdef, an include, an ugly construct and a wild "extern"
declaration from haproxy.c. The message indicating that compression is
*not* enabled is not there anymore.
src/compression.c
src/haproxy.c