Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js38 var withDocb = true; variable
124 txt += " docb: Enable DocBook support (" + (withDocb? "yes" : "no") + ")\n";
235 vf.WriteLine("WITH_DOCB=" + (withDocb? "1" : "0"));
333 of.WriteLine(s.replace(/\@WITH_DOCB\@/, withDocb? "1" : "0"));
480 withDocb = strToBool(arg.substring(opt.length + 1, arg.length));
672 txtOut += " DocBook support: " + boolToStr(withDocb) + "\n";