(*((strm)->zfree))((strm)->opaque, (voidpf)(addr), (size))
#define TRY_FREE(s, p, n) {if (p) ZFREE(s, p, n);}
+#ifndef NO_DEFLATE
+
/* deflate.h -- internal compression state
* Copyright (C) 1995 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
int eof));
local void ct_stored_type_only OF((deflate_state *s));
-
/*+++++*/
/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1995 Jean-loup Gailly.
put_byte(s, *buf++);
}
}
-
+#endif /* NO_DEFLATE */
/*+++++*/
/* infblock.h -- header to use infblock.c