Skip to content
Snippets Groups Projects
Commit 4573656d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add HAVE_USLEEP for slapd/daemon busy loop protection

parent 17264d1a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment