From 4573656d61976cf41b746e908625c1dde753f52e Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 21 Oct 2001 00:48:55 +0000 Subject: [PATCH] Add HAVE_USLEEP for slapd/daemon busy loop protection --- include/portable.h.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5