diff options
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -470,12 +470,8 @@ typedef uLong FAR uLongf; | |||
470 | #endif | 470 | #endif |
471 | 471 | ||
472 | #ifndef Z_HAVE_UNISTD_H | 472 | #ifndef Z_HAVE_UNISTD_H |
473 | # ifdef __WATCOMC__ | 473 | # if defined(__WATCOMC__) || defined(__GO32__) || \ |
474 | # define Z_HAVE_UNISTD_H | 474 | (defined(_LARGEFILE64_SOURCE) && !defined(_WIN32)) |
475 | # endif | ||
476 | #endif | ||
477 | #ifndef Z_HAVE_UNISTD_H | ||
478 | # if defined(_LARGEFILE64_SOURCE) && !defined(_WIN32) | ||
479 | # define Z_HAVE_UNISTD_H | 475 | # define Z_HAVE_UNISTD_H |
480 | # endif | 476 | # endif |
481 | #endif | 477 | #endif |