]> git.sur5r.net Git - openldap/commit
Replaced PREEMPTIVE_THREADS with HAVE_YIELDING_SELECT to clarify
authorKurt Zeilenga <kurt@openldap.org>
Sun, 22 Nov 1998 20:08:14 +0000 (20:08 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 22 Nov 1998 20:08:14 +0000 (20:08 +0000)
commit04d91569e13363373ab57a3c170e8a4b050e3beb
tree44219a6c1334f6a19d915733009c6ea2a79b01a8
parent1eba97fc91fa3501b8b63cb06c575860ad7f09dd
Replaced PREEMPTIVE_THREADS with HAVE_YIELDING_SELECT to clarify
the exact nature of the functionality being tested.  -DNO_THREADS
does NOT have a yield select, hence the macro is not defined.
The slapd/daemon code has been changed to test both no threads
and yielding select before using a timeout of NULL.
acconfig.h
configure
configure.in
include/lthread.h
servers/slapd/daemon.c