HomeSort by relevance Sort by last modified time
    Searched refs:WITH_ZLIB (Results 1 - 5 of 5) sorted by null

  /external/libxml2/os400/
initscript.sh 94 setenv WITH_ZLIB 0 # Whether zlib is available.
97 # Define ZLIB locations. This is ignored if WITH_ZLIB is 0.
288 -e "s#@WITH_ZLIB@#${WITH_ZLIB}#g" \
os400config.h.in 279 #if @WITH_ZLIB@
make-src.sh 215 if [ "${WITH_ZLIB}" -ne 0 ]
  /external/libxml2/include/libxml/
xmlversion.h.in 399 #if @WITH_ZLIB@
  /external/libxml2/win32/
configure.js 242 vf.WriteLine("WITH_ZLIB=" + (withZlib? "1" : "0"));
334 } else if (s.search(/\@WITH_ZLIB\@/) != -1) {
335 of.WriteLine(s.replace(/\@WITH_ZLIB\@/, withZlib? "1" : "0"));

Completed in 3298 milliseconds