Searched refs:HAVE_ZLIB (Results 1 – 3 of 3) sorted by relevance
152 HAVE_ZLIB := $(shell printf '$(NUM_SYMBOL)include <zlib.h>\nint main(void) { return 0; }' > have_zl… macro153 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`.
373 cli : zstd can decompress .gz files (can be disabled with `make zstd-nogz` or `make HAVE_ZLIB=0`)