Use __WATCOMC__ instead of __WATCOM__.
This commit is contained in:
parent
10fca844b1
commit
d63c888039
2
zconf.h
2
zconf.h
@ -413,7 +413,7 @@ typedef uLong FAR uLongf;
|
|||||||
# define Z_LARGE
|
# define Z_LARGE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__WATCOM__) && !defined(Z_HAVE_UNISTD_H)
|
#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H)
|
||||||
# define Z_HAVE_UNISTD_H
|
# define Z_HAVE_UNISTD_H
|
||||||
#endif
|
#endif
|
||||||
#if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO)
|
#if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO)
|
||||||
|
@ -415,7 +415,7 @@ typedef uLong FAR uLongf;
|
|||||||
# define Z_LARGE
|
# define Z_LARGE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__WATCOM__) && !defined(Z_HAVE_UNISTD_H)
|
#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H)
|
||||||
# define Z_HAVE_UNISTD_H
|
# define Z_HAVE_UNISTD_H
|
||||||
#endif
|
#endif
|
||||||
#if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO)
|
#if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO)
|
||||||
|
@ -413,7 +413,7 @@ typedef uLong FAR uLongf;
|
|||||||
# define Z_LARGE
|
# define Z_LARGE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__WATCOM__) && !defined(Z_HAVE_UNISTD_H)
|
#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H)
|
||||||
# define Z_HAVE_UNISTD_H
|
# define Z_HAVE_UNISTD_H
|
||||||
#endif
|
#endif
|
||||||
#if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO)
|
#if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO)
|
||||||
|
Loading…
Reference in New Issue
Block a user