diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 49fc3adf7c..d61c7837b1 100644 --- a/acconfig.h +++ b/acconfig.h @@ -396,6 +396,9 @@ /* Define if RTLD_NOW is available */ #undef HAVE_RTLDNOW +/* Define if usleep returns void */ +#undef USLEEP_RETURNS_VOID + /* Define if C compiler supports long long types */ #undef HAVE_LONG_LONG |