diff options
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -413,7 +413,7 @@ 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) | 416 | #if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H) |
417 | # define Z_HAVE_UNISTD_H | 417 | # define Z_HAVE_UNISTD_H |
418 | #endif | 418 | #endif |
419 | #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) |