summaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:23:01 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:23:01 -0700
commitb97ec631c6f7dd9cff2e3caf3b38e70b006e1b2d (patch)
tree2a9609068ca980db627bceb3f5a48638eaad1c13 /zutil.h
parentf81ba93d4a7e43fccf4730e5e7404ee765a76e3e (diff)
downloadzlib-1.2.0.7.tar.gz
zlib-1.2.0.7.tar.bz2
zlib-1.2.0.7.zip
zlib 1.2.0.7v1.2.0.7
Diffstat (limited to 'zutil.h')
-rw-r--r--zutil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zutil.h b/zutil.h
index db678b0..c2c98d9 100644
--- a/zutil.h
+++ b/zutil.h
@@ -181,6 +181,9 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
181# define vsnprintf _vsnprintf 181# define vsnprintf _vsnprintf
182# endif 182# endif
183# endif 183# endif
184# ifdef __SASC
185# define NO_vsnprintf
186# endif
184#endif 187#endif
185 188
186#ifdef HAVE_STRERROR 189#ifdef HAVE_STRERROR