aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zconf.h b/zconf.h
index 7f705df..ad82e3b 100644
--- a/zconf.h
+++ b/zconf.h
@@ -413,6 +413,9 @@ typedef uLong FAR uLongf;
413# define Z_LARGE 413# define Z_LARGE
414#endif 414#endif
415 415
416#if defined(__WATCOM__) && !defined(Z_HAVE_UNISTD_H)
417# define Z_HAVE_UNISTD_H
418#endif
416#if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO) 419#if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO)
417# include <unistd.h> /* for SEEK_* and off_t */ 420# include <unistd.h> /* for SEEK_* and off_t */
418# ifdef VMS 421# ifdef VMS