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

/vbox/src/libs/libxml2-2.6.31/win32/
H A Dconfigure.js32 var withThreads = "native"; variable
116 txt += " threads: Enable thread safety [no|ctls|native|posix] (" + (withThreads) + ") \n";
225 vf.WriteLine("WITH_THREADS=" + withThreads);
301 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
386 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
444 withThreads = arg.substring(opt.length + 1, arg.length);
632 txtOut += " Thread safety: " + withThreads + "\n";

Completed in 42 milliseconds