From d30a05f7ab79ee0ab73e90cd35ae05d8387977a2 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 3 Oct 1998 13:32:41 +0000 Subject: [PATCH] * scmconfig.h.in: .detarenegeR --- libguile/scmconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libguile/scmconfig.h.in b/libguile/scmconfig.h.in index 2322c7d21..1404c607a 100644 --- a/libguile/scmconfig.h.in +++ b/libguile/scmconfig.h.in @@ -164,6 +164,9 @@ /* Define if the operating system supplies bzero without declaring it. */ #undef MISSING_BZERO_DECL +/* Define if the operating system supplies sleep without declaring it. */ +#undef MISSING_SLEEP_DECL + /* Define if the operating system supplies usleep without declaring it. */ #undef MISSING_USLEEP_DECL