Home
last modified time | relevance | path

Searched refs:USE_ZLIB (Results 1 – 10 of 10) sorted by relevance

/external/curl/packages/DOS/
Dcommon.dj53 USE_ZLIB = 0
102 ifeq ($(USE_ZLIB),1)
/external/curl/CMake/
Dcurl-config.cmake.in7 if(@USE_ZLIB@)
/external/elfutils/
Dconfig.h118 #define USE_ZLIB 1 macro
/external/curl/src/
Dmakefile.dj45 ifeq ($(USE_ZLIB),1)
/external/curl/lib/
Dconfig-dos.h133 #ifdef USE_ZLIB
/external/curl/winbuild/
DMakefileBuild.vc248 USE_ZLIB = true
259 USE_ZLIB = true
263 !IFDEF USE_ZLIB
450 !IF "$(USE_ZLIB)"=="true"
517 @echo Using ZLIB: $(USE_ZLIB)
DMakefile.vc186 USE_ZLIB = true
189 USE_ZLIB = true
/external/curl/
DCMakeLists.txt510 set(USE_ZLIB OFF) variable
516 set(USE_ZLIB ON) variable
/external/elfutils/libdw/
DChangeLog1072 check for .zdebug sections. Only wrap decompression in #if USE_ZLIB.
1964 * libdwP.h (struct Dwarf) [USE_ZLIB]: New member sectiondata_gzip_mask.
1966 * dwarf_end.c [USE_ZLIB] (__libdw_free_zdata): New function.
1971 (check_section) [USE_ZLIB]: Grok .z* flavors of sections.
/external/elfutils/src/
DChangeLog2654 (print_debug) [USE_ZLIB]: Match .zdebug_* sections too.