From: tb Date: Sun, 11 Feb 2024 08:40:06 +0000 (+0000) Subject: libz: more windows ifdef turd shining from upstream X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=16e64e56d0b23b9b9c3c962e2e47f081748a6246;p=openbsd libz: more windows ifdef turd shining from upstream --- diff --git a/lib/libz/zconf.h b/lib/libz/zconf.h index 41bb55f30dd..30cb9a7b608 100644 --- a/lib/libz/zconf.h +++ b/lib/libz/zconf.h @@ -468,12 +468,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