]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Kill VMS support in zconf.h
authorDaniel Axtens <dja@axtens.net>
Sat, 9 May 2015 06:10:23 +0000 (16:10 +1000)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 11 May 2015 09:09:43 +0000 (11:09 +0200)
Signed-off-by: Daniel Axtens <dja@axtens.net>
zconf.h.in

index 4fc4ac739163cec5d0153d45dcbb1a733f5f4fb1..76d163ae598e91ef80b9826c9650b44906edb6bd 100644 (file)
@@ -162,9 +162,6 @@ typedef void       *voidp;
 #ifndef Z_SOLO
 #  if defined(Z_HAVE_UNISTD_H) || defined(_LARGEFILE64_SOURCE)
 #    include <unistd.h>         /* for SEEK_*, off_t, and _LFS64_LARGEFILE */
-#    ifdef VMS
-#      include <unixio.h>       /* for off_t */
-#    endif
 #    ifndef z_off_t
 #      define z_off_t off_t
 #    endif