6#ifdef _LARGEFILE64_SOURCE
7# ifndef _LARGEFILE_SOURCE
8# define _LARGEFILE_SOURCE 1
10# ifdef _FILE_OFFSET_BITS
11# undef _FILE_OFFSET_BITS
15#if ((__GNUC__-0) * 10 + __GNUC_MINOR__-0 >= 33) && !defined(NO_VIZ)
16# define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
36# define vsnprintf _vsnprintf
53# define zstrerror() gz_strwinerror((DWORD)GetLastError())
57# define zstrerror() strerror(errno)
59# define zstrerror() "stdio error (consult errno)"
77#if !defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0
141# define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
144# define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence)
z_off64_t ZEXPORT gztell64(gzFile file)
unsigned ZLIB_INTERNAL gz_intmax()
gzFile ZEXPORT gzopen64(const char *path, const char *mode)
z_off64_t ZEXPORT gzoffset64(gzFile file)
void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg)
struct z_stream_s z_stream