diff options
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -413,6 +413,9 @@ typedef uLong FAR uLongf; | |||
413 | # define Z_LARGE | 413 | # define Z_LARGE |
414 | #endif | 414 | #endif |
415 | 415 | ||
416 | #if defined(__WATCOM__) && !defined(Z_HAVE_UNISTD_H) | ||
417 | # define Z_HAVE_UNISTD_H | ||
418 | #endif | ||
416 | #if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO) | 419 | #if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO) |
417 | # include <unistd.h> /* for SEEK_* and off_t */ | 420 | # include <unistd.h> /* for SEEK_* and off_t */ |
418 | # ifdef VMS | 421 | # ifdef VMS |