Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js45 var withZlib = false; variable
131 txt += " zlib: Enable zlib support (" + (withZlib? "yes" : "no") + ")\n";
242 vf.WriteLine("WITH_ZLIB=" + (withZlib? "1" : "0"));
347 of.WriteLine(s.replace(/\@WITH_ZLIB\@/, withZlib? "1" : "0"));
494 withZlib = strToBool(arg.substring(opt.length + 1, arg.length));
679 txtOut += " zlib support: " + boolToStr(withZlib) + "\n";