Home
last modified time | relevance | path

Searched refs:HAVE_ZLIB_H (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCRC.cpp28 #if LLVM_ENABLE_ZLIB == 0 || !HAVE_ZLIB_H
DCompression.cpp20 #if LLVM_ENABLE_ZLIB == 1 && HAVE_ZLIB_H
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Config/
Dconfig.h267 #define HAVE_ZLIB_H 1 macro
/third_party/curl/lib/
Dconfig-amigaos.h80 #define HAVE_ZLIB_H 1 macro
Dconfig-dos.h126 #define HAVE_ZLIB_H 1 macro
Dconfig-vxworks.h626 #define HAVE_ZLIB_H 1 macro
Dconfig-plan9.h184 #define HAVE_ZLIB_H 1 macro
Dcurl_config_standard.h822 #define HAVE_ZLIB_H 1 macro
Dversion.c57 #ifdef HAVE_ZLIB_H
Dcontent_encoding.c29 #ifdef HAVE_ZLIB_H
Dcurl_config.h.cmake711 #cmakedefine HAVE_ZLIB_H 1
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Config/
Dconfig.h267 #define HAVE_ZLIB_H 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Config/
Dconfig.h276 #define HAVE_ZLIB_H 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Config/
Dconfig.h267 #define HAVE_ZLIB_H 1 macro
/third_party/curl/CMake/Platforms/
DWindowsCache.cmake70 set(HAVE_ZLIB_H 0) variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
Dconfig.h.cmake233 #cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}
/third_party/libxml2/
Dconfig.h.cmake.in196 #cmakedefine HAVE_ZLIB_H 1
/third_party/curl/
DCMakeLists.txt650 set(HAVE_ZLIB_H OFF) variable
654 set(HAVE_ZLIB_H ON) variable
1187 set(HAVE_ZLIB_H 0) variable
1190 if(NOT HAVE_ZLIB_H)
Dconfigure.ac1204 HAVE_ZLIB_H="1"
1223 if test "$HAVE_LIBZ" = "1" && test "$HAVE_ZLIB_H" != "1"
1230 elif test "$HAVE_LIBZ" != "1" && test "$HAVE_ZLIB_H" = "1"
1236 elif test "$HAVE_LIBZ" = "1" && test "$HAVE_ZLIB_H" = "1"
1240 AC_DEFINE(HAVE_ZLIB_H, 1, [if you have the zlib.h header file]) definition
/third_party/curl/packages/OS400/
Dos400sys.c41 #ifdef HAVE_ZLIB_H
/third_party/pcre2/pcre2/src/
Dconfig.h.in152 #undef HAVE_ZLIB_H
Dconfig.h.generic152 /* #undef HAVE_ZLIB_H */
/third_party/pcre2/pcre2/
Dconfigure.ac519 AC_CHECK_HEADERS([zlib.h], [HAVE_ZLIB_H=1])
898 if test "$HAVE_ZLIB_H" != "1"; then
/third_party/chromium/patch/
D0001-cve.patch73717 /* #undef HAVE_ZLIB_H */
74064 /* #undef HAVE_ZLIB_H */
93351 - when looking for zlib.h so that HAVE_ZLIB_H is defined.
93352 - * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
99803 #cmakedefine HAVE_ZLIB_H 1
99996 #undef HAVE_ZLIB_H