diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1998-04-20 00:38:18 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1998-04-20 00:38:18 +0000 |
commit | 17f327054827cc892fd3f05feecc518281039d50 (patch) | |
tree | c316d577fc8b159c7d8e4f50a79c8b015a9fe33b | |
parent | f83e27370c827773722739fdf764cb231bd9d330 (diff) | |
download | guile-17f327054827cc892fd3f05feecc518281039d50.tar.gz |
* acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index f0b69ec13..0043a27be 100644 --- a/acconfig.h +++ b/acconfig.h @@ -86,3 +86,9 @@ /* This is included as part of a workaround for a autoheader bug. */ #undef HAVE_REGCOMP + +/* Define if the operating system supplies bzero without declaring it. */ +#undef DECLARE_BZERO + +/* Define if the operating system supplies usleep without declaring it. */ +#undef DECLARE_USLEEP |