Do not force Z_CONST for C++.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 14 Apr 2013 17:31:31 +0000 (10:31 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 28 Apr 2013 22:57:11 +0000 (15:57 -0700)
commitbddc968b1432f045e4630f72273f2049b211c333
treeb3fe1a7b0152dc3501e088b38edaa0bb6d307ba7
parent5481269e1fa6d99a1799762c657f1ba7155ad922
Do not force Z_CONST for C++.

Forcing Z_CONST resulted in an issue when compiling Firefox.  Now
if someone wants to compile zlib as C++ code (which it isn't), now
they will need to #define Z_CONST themselves.
zconf.h
zconf.h.cmakein
zconf.h.in