]> git.sur5r.net Git - openldap/commitdiff
Add HAVE_USLEEP for slapd/daemon busy loop protection
authorKurt Zeilenga <kurt@openldap.org>
Sun, 21 Oct 2001 00:48:55 +0000 (00:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 21 Oct 2001 00:48:55 +0000 (00:48 +0000)
include/portable.h.in

index 96bb1a98a93496ef298daf7386ccd8998efb291f..7167188c85bfd5d3a893bb5f7302060576a2f78d 100644 (file)
 /* 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