From d6231142d2b883a8c3b253fa34992b5cdb4ac2fe Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:25:38 -0700 Subject: zlib 1.2.3.2 --- zconf.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'zconf.h') diff --git a/zconf.h b/zconf.h index 5619c76..0a9f5a4 100644 --- a/zconf.h +++ b/zconf.h @@ -351,14 +351,8 @@ typedef uLong FAR uLongf; typedef Byte *voidp; #endif -#if 0 /* HAVE_UNISTD_H -- this line is updated by ./configure */ -# include /* for off_t */ -# include /* for SEEK_* and off_t */ -# ifdef VMS -# include /* for off_t */ -# endif -# define z_off_t off_t -#endif +#include "zlibdefs.h" /* created by configure */ + #ifndef SEEK_SET # define SEEK_SET 0 /* Seek from beginning of file. */ # define SEEK_CUR 1 /* Seek from current position. */ -- cgit v1.2.3-55-g6feb