Use __WATCOMC__ instead of __WATCOM__.

This commit is contained in:
Mark Adler 2012-02-18 23:11:49 -08:00
parent 10fca844b1
commit d63c888039
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -415,7 +415,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)

View File

@ -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)