HomeSort by: relevance | last modified time | path
    Searched refs:have_zlib (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
Makefile 78 HAVE_ZLIB ?= $(shell printf '$(NUM_SYMBOL)include <zlib.h>\nint main(void) { return 0; }' > have_zlib.c && $(CC) $(FLAGS) -o have_zlib$(EXT) have_zlib.c -lz 2> $(VOID) && rm have_zlib$(EXT) && echo 1 || echo 0; rm have_zlib.c)
79 ifeq ($(HAVE_ZLIB), 1)
291 *.gcda default*.profraw default.profdata have_zlib
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
config.py 97 have_zlib = getattr(config, 'have_zlib', None)
98 if have_zlib:
  /src/external/bsd/ntp/dist/sntp/libevent/
configure 14036 have_zlib=no
14093 have_zlib=yes
14103 if test "$have_zlib" = "yes"; then
  /src/external/bsd/libevent/dist/
configure 13229 have_zlib=no
13283 have_zlib=yes
13293 if test "$have_zlib" = "yes"; then

Completed in 52 milliseconds