summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-github@circlestorm.org>2019-08-08 10:38:06 +0200
committerGitHub <noreply@github.com>2019-08-08 10:38:06 +0200
commit74a3e05bfa71e17f5b28d5f64d35e1cbe1b71a6a (patch)
treef544b536b2bb85755a8e71c3f64bc4d0b4320c68 /zlib.h
parent340f2f6ef64ba91c5e9576a2a097657e28186ec7 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib.h b/zlib.h
index 8913500..bd8c973 100644
--- a/zlib.h
+++ b/zlib.h
@@ -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)