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

/vbox/src/libs/libxml2-2.6.31/win32/
H A Dconfigure.js40 var withXptr = true; variable
124 txt += " xptr: Enable XPointer support (" + (withXptr? "yes" : "no") + ")\n";
233 vf.WriteLine("WITH_XPTR=" + (withXptr? "1" : "0"));
317 of.WriteLine(s.replace(/\@WITH_XPTR\@/, withXptr? "1" : "0"));
460 withXptr = strToBool(arg.substring(opt.length + 1, arg.length));
640 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";

Completed in 32 milliseconds