diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:30 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:30 -0700 |
commit | 7147f24cd7b27dd95f6e841851a111cb311a9c07 (patch) | |
tree | 1492bbbb8828513c8ad129adff414b2ba724aa03 /zconf.h.in | |
parent | 05d47d2627a68a15ba23fb10b17fbc73551aeec1 (diff) | |
download | zlib-1.2.4.2.tar.gz zlib-1.2.4.2.tar.bz2 zlib-1.2.4.2.zip |
zlib 1.2.4.2v1.2.4.2
Diffstat (limited to 'zconf.h.in')
-rw-r--r-- | zconf.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -364,8 +364,11 @@ typedef uLong FAR uLongf; | |||
364 | # define Z_HAVE_UNISTD_H | 364 | # define Z_HAVE_UNISTD_H |
365 | #endif | 365 | #endif |
366 | 366 | ||
367 | #if defined(Z_HAVE_UNISTD_H) || _LARGEFILE64_SOURCE == 1 | 367 | #ifdef STDC |
368 | # include <sys/types.h> /* for off_t */ | 368 | # include <sys/types.h> /* for off_t */ |
369 | #endif | ||
370 | |||
371 | #if defined(Z_HAVE_UNISTD_H) || _LARGEFILE64_SOURCE | ||
369 | # include <unistd.h> /* for SEEK_* and off_t */ | 372 | # include <unistd.h> /* for SEEK_* and off_t */ |
370 | # ifdef VMS | 373 | # ifdef VMS |
371 | # include <unixio.h> /* for off_t */ | 374 | # include <unixio.h> /* for off_t */ |