From 7105a806eef103c74d94a456ae6525a2db5ae0eb Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 20 Apr 1998 00:39:59 +0000 Subject: [PATCH] Updated --- libguile/scmconfig.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libguile/scmconfig.h.in b/libguile/scmconfig.h.in index fe841648f..278534839 100644 --- a/libguile/scmconfig.h.in +++ b/libguile/scmconfig.h.in @@ -170,6 +170,12 @@ /* 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 + /* Define if you have the bzero function. */ #undef HAVE_BZERO @@ -326,6 +332,9 @@ /* Define if you have the uname function. */ #undef HAVE_UNAME +/* Define if you have the usleep function. */ +#undef HAVE_USLEEP + /* Define if you have the waitpid function. */ #undef HAVE_WAITPID