Make pthread mutex locking more generic. Instead of
authorFabian Keil <fk@fabiankeil.de>
Mon, 13 Nov 2006 19:05:51 +0000 (19:05 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 13 Nov 2006 19:05:51 +0000 (19:05 +0000)
checking for OSX and OpenBSD, check for FEATURE_PTHREAD
and use mutex locking unless there is an _r function
available. Better safe than sorry.

Fixes "./configure --disable-pthread" and should result
in less threading-related problems on pthread-using platforms,
but it still doesn't fix BR#1122404.


No differences found