aboutsummaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.h')
-rw-r--r--zutil.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/zutil.h b/zutil.h
index c199b20..86d64bc 100644
--- a/zutil.h
+++ b/zutil.h
@@ -177,41 +177,6 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
177 177
178 /* functions */ 178 /* functions */
179 179
180#if defined(STDC99) || (defined(__TURBOC__) && __TURBOC__ >= 0x550)
181# ifndef HAVE_VSNPRINTF
182# define HAVE_VSNPRINTF
183# endif
184#endif
185#if defined(__CYGWIN__)
186# ifndef HAVE_VSNPRINTF
187# define HAVE_VSNPRINTF
188# endif
189#endif
190#ifndef HAVE_VSNPRINTF
191# ifdef MSDOS
192 /* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
193 but for now we just assume it doesn't. */
194# define NO_vsnprintf
195# endif
196# ifdef __TURBOC__
197# define NO_vsnprintf
198# endif
199# ifdef WIN32
200 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
201# if !defined(vsnprintf) && !defined(NO_vsnprintf)
202# if !defined(_MSC_VER) || ( defined(_MSC_VER) && _MSC_VER < 1500 )
203# define vsnprintf _vsnprintf
204# endif
205# endif
206# endif
207# ifdef __SASC
208# define NO_vsnprintf
209# endif
210#endif
211#ifdef VMS
212# define NO_vsnprintf
213#endif
214
215#if defined(pyr) 180#if defined(pyr)
216# define NO_MEMCPY 181# define NO_MEMCPY
217#endif 182#endif