Home
last modified time | relevance | path

Searched defs:HAVE_ZLIB (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/
Dconfigure.ac156 AC_DEFINE([HAVE_ZLIB], [1], [Enable classes using zlib compression.]) definition
171 AM_CONDITIONAL([HAVE_ZLIB], [test $HAVE_ZLIB = 1]) condition
DCMakeLists.txt169 set(HAVE_ZLIB 1) variable
179 set(HAVE_ZLIB 0) variable
/external/cronet/third_party/protobuf/
Dconfigure.ac156 AC_DEFINE([HAVE_ZLIB], [1], [Enable classes using zlib compression.]) definition
171 AM_CONDITIONAL([HAVE_ZLIB], [test $HAVE_ZLIB = 1]) condition
/external/cronet/third_party/protobuf/cmake/
DCMakeLists.txt160 set(HAVE_ZLIB 1) variable
170 set(HAVE_ZLIB 0) variable
/external/swiftshader/third_party/libbacktrace/config/darwin/include/
Dconfig.h87 #define HAVE_ZLIB 1 macro
/external/swiftshader/third_party/libbacktrace/config/linux/include/
Dconfig.h87 #define HAVE_ZLIB 1 macro
/external/protobuf/android/
Dconfig.h89 #define HAVE_ZLIB 1 macro
/external/protobuf/config/
Dconfig.h89 #define HAVE_ZLIB 1 macro
/external/python/cpython2/PC/os2emx/
DMakefile38 HAVE_ZLIB= no macro
/external/zstd/programs/
DMakefile79 HAVE_ZLIB ?= $(shell printf '$(NUM_SYMBOL)include <zlib.h>\nint main(void) { return 0; }' > have_zl… macro