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