mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Add HAVE_USLEEP for slapd/daemon busy loop protection
This commit is contained in:
parent
17264d1ad4
commit
4573656d61
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user