From b97ec631c6f7dd9cff2e3caf3b38e70b006e1b2d Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:23:01 -0700 Subject: zlib 1.2.0.7 --- zutil.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zutil.h') 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 */ # define vsnprintf _vsnprintf # endif # endif +# ifdef __SASC +# define NO_vsnprintf +# endif #endif #ifdef HAVE_STRERROR -- cgit v1.2.3-55-g6feb