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

/vbox/src/libs/libxml2-2.6.31/win32/
H A Dconfigure.js33 var withFtp = true; variable
117 txt += " ftp: Enable FTP client (" + (withFtp? "yes" : "no") + ")\n";
226 vf.WriteLine("WITH_FTP=" + (withFtp? "1" : "0"));
303 of.WriteLine(s.replace(/\@WITH_FTP\@/, withFtp? "1" : "0"));
446 withFtp = strToBool(arg.substring(opt.length + 1, arg.length));
633 txtOut += " FTP client: " + boolToStr(withFtp) + "\n";

Completed in 32 milliseconds