aboutsummaryrefslogtreecommitdiff
path: root/zconf.h.cmakein
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h.cmakein')
-rw-r--r--zconf.h.cmakein3
1 files changed, 3 insertions, 0 deletions
diff --git a/zconf.h.cmakein b/zconf.h.cmakein
index 9510eab..6f964b8 100644
--- a/zconf.h.cmakein
+++ b/zconf.h.cmakein
@@ -415,6 +415,9 @@ 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)
419# define Z_HAVE_UNISTD_H
420#endif
418#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)
419# include <unistd.h> /* for SEEK_* and off_t */ 422# include <unistd.h> /* for SEEK_* and off_t */
420# ifdef VMS 423# ifdef VMS