Searched defs:withHttp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/win32/
H A Dconfigure.js34 var withHttp = true; variable
118 txt += " http: Enable HTTP client (" + (withHttp? "yes" : "no") + ")\n";
227 vf.WriteLine("WITH_HTTP=" + (withHttp? "1" : "0"));
305 of.WriteLine(s.replace(/\@WITH_HTTP\@/, withHttp? "1" : "0"));
448 withHttp = strToBool(arg.substring(opt.length + 1, arg.length));
634 txtOut += " HTTP client: " + boolToStr(withHttp) + "\n";

Completed in 56 milliseconds