zlib 1.2.3.2

This commit is contained in:
Mark Adler
2011-09-09 23:25:38 -07:00
parent b1c19ca6d8
commit d6231142d2
23 changed files with 344 additions and 722 deletions

10
zconf.h
View File

@@ -351,14 +351,8 @@ typedef uLong FAR uLongf;
typedef Byte *voidp;
#endif
#if 0 /* HAVE_UNISTD_H -- this line is updated by ./configure */
# include <sys/types.h> /* for off_t */
# include <unistd.h> /* for SEEK_* and off_t */
# ifdef VMS
# include <unixio.h> /* 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. */