summaryrefslogtreecommitdiff
path: root/zconf.h.in
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-02-18 23:11:49 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-02-18 23:11:49 -0800
commitd63c8880396bbfffdba451b3fa5a60eb189fc2c2 (patch)
treefce836f68dabfdc9d0ffae63661382155dc65535 /zconf.h.in
parent10fca844b1454ee19e28400a8267f72b0cccb591 (diff)
downloadzlib-d63c8880396bbfffdba451b3fa5a60eb189fc2c2.tar.gz
Use __WATCOMC__ instead of __WATCOM__.
Diffstat (limited to 'zconf.h.in')
-rw-r--r--zconf.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/zconf.h.in b/zconf.h.in
index ad82e3b..254d7b5 100644
--- a/zconf.h.in
+++ b/zconf.h.in
@@ -413,7 +413,7 @@ typedef uLong FAR uLongf;
# define Z_LARGE
#endif
-#if defined(__WATCOM__) && !defined(Z_HAVE_UNISTD_H)
+#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H)
# define Z_HAVE_UNISTD_H
#endif
#if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO)