Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js36 var withC14n = true; variable
122 txt += " c14n: Enable C14N support (" + (withC14n? "yes" : "no") + ")\n";
233 vf.WriteLine("WITH_C14N=" + (withC14n? "1" : "0"));
329 of.WriteLine(s.replace(/\@WITH_C14N\@/, withC14n? "1" : "0"));
476 withC14n = strToBool(arg.substring(opt.length + 1, arg.length));
670 txtOut += " C14N support: " + boolToStr(withC14n) + "\n";