Searched refs:HAVE_ZLIB (Results 1 – 4 of 4) sorted by relevance
741 #define HAVE_ZLIB 1 macro
79 HAVE_ZLIB ?= $(shell printf '$(NUM_SYMBOL)include <zlib.h>\nint main(void) { return 0; }' > have_zl… macro80 ifeq ($(HAVE_ZLIB), 1)
38 It's possible to disable `.gz` support, by setting `HAVE_ZLIB=0`.39 Example : `make zstd HAVE_ZLIB=0`40 It's also possible to force compilation with zlib support, using `HAVE_ZLIB=1`.
478 cli : zstd can decompress .gz files (can be disabled with `make zstd-nogz` or `make HAVE_ZLIB=0`)