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