sync with src
authortb <tb@openbsd.org>
Sun, 11 Feb 2024 08:40:37 +0000 (08:40 +0000)
committertb <tb@openbsd.org>
Sun, 11 Feb 2024 08:40:37 +0000 (08:40 +0000)
sys/lib/libz/zconf.h

index e588e8d..973c030 100644 (file)
@@ -472,12 +472,8 @@ typedef uLong FAR uLongf;
 #endif
 
 #ifndef Z_HAVE_UNISTD_H
-#  ifdef __WATCOMC__
-#    define Z_HAVE_UNISTD_H
-#  endif
-#endif
-#ifndef Z_HAVE_UNISTD_H
-#  if defined(_LARGEFILE64_SOURCE) && !defined(_WIN32)
+#  if defined(__WATCOMC__) || defined(__GO32__) || \
+      (defined(_LARGEFILE64_SOURCE) && !defined(_WIN32))
 #    define Z_HAVE_UNISTD_H
 #  endif
 #endif