Home
last modified time | relevance | path

Searched refs:HAVE_ZLIB (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/modules/zfs/
H A Dzfs_config.h741 #define HAVE_ZLIB 1 macro
/freebsd/sys/contrib/zstd/programs/
H A DMakefile79 HAVE_ZLIB ?= $(shell printf '$(NUM_SYMBOL)include <zlib.h>\nint main(void) { return 0; }' > have_zl… macro
80 ifeq ($(HAVE_ZLIB), 1)
H A DREADME.md38 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`.
/freebsd/sys/contrib/zstd/
H A DCHANGELOG478 cli : zstd can decompress .gz files (can be disabled with `make zstd-nogz` or `make HAVE_ZLIB=0`)