Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js62 var withLegacy = true; variable
146 txt += " legacy: Enable Deprecated api's (" + (withLegacy? "yes" : "no") + ")\n";
259 vf.WriteLine("WITH_LEGACY=" + (withLegacy? "1" : "0"));
383 of.WriteLine(s.replace(/\@WITH_LEGACY\@/, withLegacy? "1" : "0"));
528 withLegacy = strToBool(arg.substring(opt.length + 1, arg.length));
694 txtOut += " Legacy support: " + boolToStr(withLegacy) + "\n";