aboutsummaryrefslogtreecommitdiff
path: root/zconf.h.cmakein
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--zconf.h.cmakein8
1 files changed, 2 insertions, 6 deletions
diff --git a/zconf.h.cmakein b/zconf.h.cmakein
index 0abe3bc..a5cb288 100644
--- a/zconf.h.cmakein
+++ b/zconf.h.cmakein
@@ -472,12 +472,8 @@ typedef uLong FAR uLongf;
472#endif 472#endif
473 473
474#ifndef Z_HAVE_UNISTD_H 474#ifndef Z_HAVE_UNISTD_H
475# ifdef __WATCOMC__ 475# if defined(__WATCOMC__) || defined(__GO32__) || \
476# define Z_HAVE_UNISTD_H 476 (defined(_LARGEFILE64_SOURCE) && !defined(_WIN32))
477# endif
478#endif
479#ifndef Z_HAVE_UNISTD_H
480# if defined(_LARGEFILE64_SOURCE) && !defined(_WIN32)
481# define Z_HAVE_UNISTD_H 477# define Z_HAVE_UNISTD_H
482# endif 478# endif
483#endif 479#endif