commit | 08289f12f9a13ea06cf4a16a1211e82e003af218 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@exceliance.fr> | Wed Oct 31 11:19:18 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 05 10:23:16 2012 +0100 |
tree | 91c9df96076801fc5a5f21ec47baf1ab2d7d5b5b | |
parent | 1c2d622d82ca50046b40ab80d289a7183c03761f [diff] |
BUILD: remove dependency to zlib.h The build was dependent of the zlib.h header, regardless of the USE_ZLIB option. The fix consists of several #ifdef in the source code. It removes the overhead of the zstream structure in the session when you don't use the option.