Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js34 var withHttp = true; variable
120 txt += " http: Enable HTTP client (" + (withHttp? "yes" : "no") + ")\n";
231 vf.WriteLine("WITH_HTTP=" + (withHttp? "1" : "0"));
325 of.WriteLine(s.replace(/\@WITH_HTTP\@/, withHttp? "1" : "0"));
472 withHttp = strToBool(arg.substring(opt.length + 1, arg.length));
668 txtOut += " HTTP client: " + boolToStr(withHttp) + "\n";