From: Mark Adler Date: Sun, 19 Feb 2012 07:11:49 +0000 (-0800) Subject: Use __WATCOMC__ instead of __WATCOM__. X-Git-Tag: v1.2.7~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d63c8880396bbfffdba451b3fa5a60eb189fc2c2;p=thirdparty%2Fzlib-ng.git Use __WATCOMC__ instead of __WATCOM__. --- diff --git a/zconf.h b/zconf.h index ad82e3b5c..254d7b53a 100644 --- a/zconf.h +++ b/zconf.h @@ -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) diff --git a/zconf.h.cmakein b/zconf.h.cmakein index 6f964b8ea..8109100c3 100644 --- a/zconf.h.cmakein +++ b/zconf.h.cmakein @@ -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) diff --git a/zconf.h.in b/zconf.h.in index ad82e3b5c..254d7b53a 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)