From: Daniel Axtens Date: Sat, 9 May 2015 06:10:23 +0000 (+1000) Subject: Kill VMS support in zconf.h X-Git-Tag: 1.9.9-b1~855 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=468d35f4858ea3171e9638fc83ea0bf2351dcdd9;p=thirdparty%2Fzlib-ng.git Kill VMS support in zconf.h Signed-off-by: Daniel Axtens --- diff --git a/zconf.h.in b/zconf.h.in index 4fc4ac739..76d163ae5 100644 --- a/zconf.h.in +++ b/zconf.h.in @@ -162,9 +162,6 @@ typedef void *voidp; #ifndef Z_SOLO # if defined(Z_HAVE_UNISTD_H) || defined(_LARGEFILE64_SOURCE) # include /* for SEEK_*, off_t, and _LFS64_LARGEFILE */ -# ifdef VMS -# include /* for off_t */ -# endif # ifndef z_off_t # define z_off_t off_t # endif