aboutsummaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.h')
-rw-r--r--zutil.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/zutil.h b/zutil.h
index 87b70ac..7b42edc 100644
--- a/zutil.h
+++ b/zutil.h
@@ -189,9 +189,14 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
189# define NO_vsnprintf 189# define NO_vsnprintf
190# endif 190# endif
191#endif 191#endif
192#ifdef VMS
193# define NO_vsnprintf
194#endif
192 195
193#ifdef HAVE_STRERROR 196#ifdef HAVE_STRERROR
194 extern char *strerror OF((int)); 197# ifndef VMS
198 extern char *strerror OF((int));
199# endif
195# define zstrerror(errnum) strerror(errnum) 200# define zstrerror(errnum) strerror(errnum)
196#else 201#else
197# define zstrerror(errnum) "" 202# define zstrerror(errnum) ""