diff options
author | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2019-08-08 10:38:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-08 10:38:06 +0200 |
commit | 74a3e05bfa71e17f5b28d5f64d35e1cbe1b71a6a (patch) | |
tree | f544b536b2bb85755a8e71c3f64bc4d0b4320c68 /zlib.h | |
parent | 340f2f6ef64ba91c5e9576a2a097657e28186ec7 (diff) |
Remove BUILDFIXED and MAKEFIXED. (#375)
Remove BUILDFIXED support.
Split out MAKEFIXED into a separate 'makefixed' util that is easy
to use if we want to regenerate/verify inffixed.h.
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1158,7 +1158,7 @@ ZEXTERN unsigned long ZEXPORT zlibCompileFlags(void); 11: 0 (reserved) One-time table building (smaller code, but not thread-safe if true): - 12: BUILDFIXED -- build static block decoding tables when needed + 12: BUILDFIXED -- build static block decoding tables when needed (not supported by zlib-ng) 13: DYNAMIC_CRC_TABLE -- build CRC calculation tables when needed 14,15: 0 (reserved) |