Hello all!
> Please answer a simple question:
> **Do you run BIRD on anything that has no or broken pthread support?**
After several responses, I'm adding, HOW to check this.
If you run BFD in BIRD, you HAVE pthread support.
If you don't have #include, you don't have pthread support.
If you ru
Dear users!
Please answer a simple question:
**Do you run BIRD on anything that has no or broken pthread support?**
Why I do ask:
We're currently doing large code changes to allow parallel execution
of BIRD code. It is much pain to keep all the #if-ed code for cases
when pthreads are off. Therefo