From 00c836e325a07419f5d855e2f275500a37cb27d2 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 2 Oct 2011 11:15:00 -0700 Subject: Merge vestigial vsnprintf determination from zutil.h to gzguts.h. This also moves some of the same from zconf.h to gzguts.h. A new function, gzflags(), was created to pass the compilation flags related to vsnprintf usage back to zlibCompileFlags() in zutil.c. In the process, various compiler configuration files were updated to include gzflags(), as well as the new gzgetc_() function added when the gzgetc() macro was introduced in a previous patch. --- zlib.map | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zlib.map') diff --git a/zlib.map b/zlib.map index f65a125..627133d 100644 --- a/zlib.map +++ b/zlib.map @@ -70,3 +70,8 @@ ZLIB_1.2.3.5 { ZLIB_1.2.5.1 { deflatePending; } ZLIB_1.2.3.5; + +ZLIB_1.2.5.2 { + gzflags; + gzgetc_; +} ZLIB_1.2.5.1; -- cgit v1.2.1