Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js33 var withFtp = true; variable
119 txt += " ftp: Enable FTP client (" + (withFtp? "yes" : "no") + ")\n";
230 vf.WriteLine("WITH_FTP=" + (withFtp? "1" : "0"));
323 of.WriteLine(s.replace(/\@WITH_FTP\@/, withFtp? "1" : "0"));
470 withFtp = strToBool(arg.substring(opt.length + 1, arg.length));
667 txtOut += " FTP client: " + boolToStr(withFtp) + "\n";