Searched refs:withFtp (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libxml/src/win32/
H A Dconfigure.js33 var withFtp = true; variable
118 txt += " ftp: Enable FTP client (" + (withFtp? "yes" : "no") + ")\n";
228 vf.WriteLine("WITH_FTP=" + (withFtp? "1" : "0"));
306 of.WriteLine(s.replace(/\@WITH_FTP\@/, withFtp? "1" : "0"));
451 withFtp = strToBool(arg.substring(opt.length + 1, arg.length));
646 txtOut += " FTP client: " + boolToStr(withFtp) + "\n";

Completed in 86 milliseconds