diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:38 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:38 -0700 |
commit | d6231142d2b883a8c3b253fa34992b5cdb4ac2fe (patch) | |
tree | 74e07c6ca624264cec9284e25dfd11bd8f877801 /zconf.h | |
parent | b1c19ca6d82c98a8be6cd9cad7a9c5fa5e8e634e (diff) | |
download | zlib-1.2.3.2.tar.gz zlib-1.2.3.2.tar.bz2 zlib-1.2.3.2.zip |
zlib 1.2.3.2v1.2.3.2
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -351,14 +351,8 @@ typedef uLong FAR uLongf; | |||
351 | typedef Byte *voidp; | 351 | typedef Byte *voidp; |
352 | #endif | 352 | #endif |
353 | 353 | ||
354 | #if 0 /* HAVE_UNISTD_H -- this line is updated by ./configure */ | 354 | #include "zlibdefs.h" /* created by configure */ |
355 | # include <sys/types.h> /* for off_t */ | 355 | |
356 | # include <unistd.h> /* for SEEK_* and off_t */ | ||
357 | # ifdef VMS | ||
358 | # include <unixio.h> /* for off_t */ | ||
359 | # endif | ||
360 | # define z_off_t off_t | ||
361 | #endif | ||
362 | #ifndef SEEK_SET | 356 | #ifndef SEEK_SET |
363 | # define SEEK_SET 0 /* Seek from beginning of file. */ | 357 | # define SEEK_SET 0 /* Seek from beginning of file. */ |
364 | # define SEEK_CUR 1 /* Seek from current position. */ | 358 | # define SEEK_CUR 1 /* Seek from current position. */ |