]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove support for NO_DEFLATE
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Sun, 24 May 2015 17:34:12 +0000 (19:34 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Sun, 24 May 2015 17:34:12 +0000 (19:34 +0200)
gzguts.h

index 0d1ec1a0a40740ddc855a0b158f7307a08881cb2..f5cbec18315016ebcc8d675141b1643467943574 100644 (file)
--- a/gzguts.h
+++ b/gzguts.h
 #  define close _close
 #endif
 
-#ifdef NO_DEFLATE       /* for compatibility with old definition */
-#  define NO_GZCOMPRESS
-#endif
-
 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
 #if !defined(STDC99) && !defined(__CYGWIN__) && defined(WIN32)
 #  if !defined(vsnprintf)