Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js63 var withOutput = true; variable
147 txt += " output: Enable serialization support (" + (withOutput? "yes" : "no") + ")\n";
260 vf.WriteLine("WITH_OUTPUT=" + (withOutput? "1" : "0"));
385 of.WriteLine(s.replace(/\@WITH_OUTPUT\@/, withOutput? "1" : "0"));
530 withOutput = strToBool(arg.substring(opt.length + 1, arg.length));
695 txtOut += " Output support: " + boolToStr(withOutput) + "\n";