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

/vbox/src/libs/libxml2-2.6.31/win32/
H A Dconfigure.js60 var withLegacy = true; variable
142 txt += " legacy: Enable Deprecated api's (" + (withLegacy? "yes" : "no") + ")\n";
253 vf.WriteLine("WITH_LEGACY=" + (withLegacy? "1" : "0"));
359 of.WriteLine(s.replace(/\@WITH_LEGACY\@/, withLegacy? "1" : "0"));
500 withLegacy = strToBool(arg.substring(opt.length + 1, arg.length));
658 txtOut += " Legacy support: " + boolToStr(withLegacy) + "\n";

Completed in 45 milliseconds