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)
commitd9ab2562dfeadc4f1d2bcae73e9fae62208eaa8e
tree8d61ff2b0bd8333fc6d79e18e23c22af271ebffd
parent9fcc968b9e2f18cec174d416acef2e1cba068d14
Make pthread mutex locking more generic. Instead of
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.
cgi.c
configure.in
errlog.c
jbsockets.c
jcc.c
jcc.h
parsers.c