Add HAVE_USLEEP for slapd/daemon busy loop protection

This commit is contained in:
Kurt Zeilenga 2001-10-21 00:48:55 +00:00
parent 17264d1ad4
commit 4573656d61

View File

@ -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