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

/vbox/src/libs/libxml2-2.6.31/win32/
H A Dconfigure.js57 var withPush = true; variable
139 txt += " push: Enable push api (" + (withPush? "yes" : "no") + ")\n";
250 vf.WriteLine("WITH_PUSH=" + (withPush? "1" : "0"));
353 of.WriteLine(s.replace(/\@WITH_PUSH\@/, withPush? "1" : "0"));
494 withPush = strToBool(arg.substring(opt.length + 1, arg.length));
655 txtOut += " Push support: " + boolToStr(withPush) + "\n";

Completed in 31 milliseconds