From 5773bb323ec757c20a9a710a078f79b96d47c683 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 23 Mar 2005 21:08:13 +0100 Subject: upgrade zlib to 1.2.2 acinclude.m4: clarify help text --- zlib/zutil.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'zlib/zutil.h') diff --git a/zlib/zutil.h b/zlib/zutil.h index 87b70acec23..7b42edcaa98 100644 --- a/zlib/zutil.h +++ b/zlib/zutil.h @@ -189,9 +189,14 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ # define NO_vsnprintf # endif #endif +#ifdef VMS +# define NO_vsnprintf +#endif #ifdef HAVE_STRERROR - extern char *strerror OF((int)); +# ifndef VMS + extern char *strerror OF((int)); +# endif # define zstrerror(errnum) strerror(errnum) #else # define zstrerror(errnum) "" -- cgit v1.2.1