diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2024-02-11 15:37:46 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-02-11 15:37:46 -0800 |
commit | 04134633fa6f8a9ac87ffd4b2683ca61bd41acd6 (patch) | |
tree | dfc9bba22470a0431c84d091a44962a3acc7c1dc /zconf.h.cmakein | |
parent | c983609168d899e7ad29cd1878abac8c9282c6ac (diff) | |
download | zlib-04134633fa6f8a9ac87ffd4b2683ca61bd41acd6.tar.gz zlib-04134633fa6f8a9ac87ffd4b2683ca61bd41acd6.tar.bz2 zlib-04134633fa6f8a9ac87ffd4b2683ca61bd41acd6.zip |
Use 64-bit offsets in DJGPP.
Diffstat (limited to 'zconf.h.cmakein')
-rw-r--r-- | zconf.h.cmakein | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/zconf.h.cmakein b/zconf.h.cmakein index a5cb288..96e9296 100644 --- a/zconf.h.cmakein +++ b/zconf.h.cmakein | |||
@@ -513,12 +513,12 @@ typedef uLong FAR uLongf; | |||
513 | 513 | ||
514 | #if !defined(_WIN32) && defined(Z_LARGE64) | 514 | #if !defined(_WIN32) && defined(Z_LARGE64) |
515 | # define z_off64_t off64_t | 515 | # define z_off64_t off64_t |
516 | #elif defined(_WIN32) && !defined(__GNUC__) | ||
517 | # define z_off64_t __int64 | ||
518 | #elif defined(__GO32__) | ||
519 | # define z_off64_t offset_t | ||
516 | #else | 520 | #else |
517 | # if defined(_WIN32) && !defined(__GNUC__) | 521 | # define z_off64_t z_off_t |
518 | # define z_off64_t __int64 | ||
519 | # else | ||
520 | # define z_off64_t z_off_t | ||
521 | # endif | ||
522 | #endif | 522 | #endif |
523 | 523 | ||
524 | /* MVS linker does not support external names larger than 8 bytes */ | 524 | /* MVS linker does not support external names larger than 8 bytes */ |