Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js37 var withCatalog = true; variable
123 txt += " catalog: Enable catalog support (" + (withCatalog? "yes" : "no") + ")\n";
234 vf.WriteLine("WITH_CATALOG=" + (withCatalog? "1" : "0"));
331 of.WriteLine(s.replace(/\@WITH_CATALOG\@/, withCatalog? "1" : "0"));
478 withCatalog = strToBool(arg.substring(opt.length + 1, arg.length));
671 txtOut += " Catalog support: " + boolToStr(withCatalog) + "\n";