# define Z_WANT64
#endif
-#if !defined(SEEK_SET) && defined(WITH_GZFILEOP)
+#if !defined(SEEK_SET)
# define SEEK_SET 0 /* Seek from beginning of file. */
# define SEEK_CUR 1 /* Seek from current position. */
# define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
*/
-#ifdef WITH_GZFILEOP
/* gzip file access functions */
/*
file that is being written concurrently.
*/
-#endif /* WITH_GZFILEOP */
/* checksum functions */
#define inflateBackInit(strm, windowBits, window) \
inflateBackInit_((strm), (windowBits), (window), ZLIB_VERSION, (int)sizeof(z_stream))
-#ifdef WITH_GZFILEOP
/* gzgetc() macro and its supporting function and exposed data structure. Note
* that the real internal state is much larger than the exposed structure.
ZEXTERN z_off_t ZEXPORT gztell(gzFile);
ZEXTERN z_off_t ZEXPORT gzoffset(gzFile);
#endif
-#endif /* WITH_GZFILEOP */
/* provide 64-bit offset functions if _LARGEFILE64_SOURCE defined, and/or
ZEXTERN int ZEXPORT inflateResetKeep (z_stream *);
ZEXTERN int ZEXPORT deflateResetKeep (z_stream *);
-#ifdef WITH_GZFILEOP
-# if (defined(WIN32) || defined(__CYGWIN__) || defined(__MINGW__))
+#if (defined(WIN32) || defined(__CYGWIN__) || defined(__MINGW__))
ZEXTERN gzFile ZEXPORT gzopen_w(const wchar_t *path, const char *mode);
-# endif
-ZEXTERN int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va);
#endif
+ZEXTERN int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va);
#ifdef __cplusplus
}