Searched defs:HAVE_ZLIB (Results 1 – 8 of 8) sorted by relevance
156 AC_DEFINE([HAVE_ZLIB], [1], [Enable classes using zlib compression.]) definition171 AM_CONDITIONAL([HAVE_ZLIB], [test $HAVE_ZLIB = 1]) condition
113 set(HAVE_ZLIB 1) variable123 set(HAVE_ZLIB 0) variable
87 #define HAVE_ZLIB 1 macro
89 #define HAVE_ZLIB 1 macro
38 HAVE_ZLIB= no macro
152 HAVE_ZLIB := $(shell printf '$(NUM_SYMBOL)include <zlib.h>\nint main(void) { return 0; }' > have_zl… macro