diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2012-02-18 23:11:49 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2012-02-18 23:11:49 -0800 |
| commit | d63c8880396bbfffdba451b3fa5a60eb189fc2c2 (patch) | |
| tree | fce836f68dabfdc9d0ffae63661382155dc65535 | |
| parent | 10fca844b1454ee19e28400a8267f72b0cccb591 (diff) | |
| download | zlib-d63c8880396bbfffdba451b3fa5a60eb189fc2c2.tar.gz zlib-d63c8880396bbfffdba451b3fa5a60eb189fc2c2.tar.bz2 zlib-d63c8880396bbfffdba451b3fa5a60eb189fc2c2.zip | |
Use __WATCOMC__ instead of __WATCOM__.
| -rw-r--r-- | zconf.h | 2 | ||||
| -rw-r--r-- | zconf.h.cmakein | 2 | ||||
| -rw-r--r-- | zconf.h.in | 2 |
3 files changed, 3 insertions, 3 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) |
diff --git a/zconf.h.cmakein b/zconf.h.cmakein index 6f964b8..8109100 100644 --- a/zconf.h.cmakein +++ b/zconf.h.cmakein | |||
| @@ -415,7 +415,7 @@ typedef uLong FAR uLongf; | |||
| 415 | # define Z_LARGE | 415 | # define Z_LARGE |
| 416 | #endif | 416 | #endif |
| 417 | 417 | ||
| 418 | #if defined(__WATCOM__) && !defined(Z_HAVE_UNISTD_H) | 418 | #if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H) |
| 419 | # define Z_HAVE_UNISTD_H | 419 | # define Z_HAVE_UNISTD_H |
| 420 | #endif | 420 | #endif |
| 421 | #if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO) | 421 | #if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO) |
| @@ -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) |
