diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-06-08 18:10:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-06-22 23:25:08 -0400 |
commit | 1a52e39c22d522a8c4a23615f90b7f4560c2a9a2 (patch) | |
tree | d46e0151faafa3cc99767935c44155126afa7624 /Win32Build | |
parent | 2f67ef58b796379a45a8b4e24847ea62a26aa853 (diff) | |
download | tor-1a52e39c22d522a8c4a23615f90b7f4560c2a9a2.tar.gz tor-1a52e39c22d522a8c4a23615f90b7f4560c2a9a2.zip |
Fix zlib macro brokenness on osx with zlib 1.2.4 and higher.
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.
Diffstat (limited to 'Win32Build')
0 files changed, 0 insertions, 0 deletions