diff options
Diffstat (limited to 'zutil.h')
-rw-r--r-- | zutil.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |