Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js40 var withXptr = true; variable
126 txt += " xptr: Enable XPointer support (" + (withXptr? "yes" : "no") + ")\n";
237 vf.WriteLine("WITH_XPTR=" + (withXptr? "1" : "0"));
337 of.WriteLine(s.replace(/\@WITH_XPTR\@/, withXptr? "1" : "0"));
484 withXptr = strToBool(arg.substring(opt.length + 1, arg.length));
672 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";