Searched refs:withZlib (Results 1 – 1 of 1) sorted by relevance
45 var withZlib = false; variable131 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));677 txtOut += " zlib support: " + boolToStr(withZlib) + "\n";