mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
1a52e39c22
From the code: zlib 1.2.4 and 1.2.5 do some "clever" things with macros. Instead of saying "(defined(FOO) ? FOO : 0)" they like to say "FOO-0", on the theory that nobody will care if the compile outputs a no-such-identifier warning. Sorry, but we like -Werror over here, so I guess we need to define these. I hope that zlib 1.2.6 doesn't break these too. Possible fix for bug 1526. |
||
---|---|---|
.. | ||
1324-fetch-from-v3-not-v2 | ||
bug1526 | ||
close_begindir_circs | ||
close_idle_conns_faster | ||
geoip-update-june2010 | ||
kill_clique_mode | ||
new-geoip-db | ||
use_ssl_option_everywhere | ||
weasel-testuite-thread-fixes |