From: Kurt Zeilenga Date: Sun, 21 Oct 2001 00:48:55 +0000 (+0000) Subject: Add HAVE_USLEEP for slapd/daemon busy loop protection X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~957 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4573656d61976cf41b746e908625c1dde753f52e;p=openldap Add HAVE_USLEEP for slapd/daemon busy loop protection --- diff --git a/include/portable.h.in b/include/portable.h.in index 96bb1a98a9..7167188c85 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -310,6 +310,9 @@ /* Define if you have the thr_yield function. */ #undef HAVE_THR_YIELD +/* Define if you have the usleep function. */ +#undef HAVE_USLEEP + /* Define if you have the vsnprintf function. */ #undef HAVE_VSNPRINTF