From d40c16dadf1c3c45ee2aeca02174fe9b0152274c Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 12 May 1998 00:49:26 +0000 Subject: [PATCH] Updated --- libguile/scmconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/scmconfig.h.in b/libguile/scmconfig.h.in index 071904047..b95db63e2 100644 --- a/libguile/scmconfig.h.in +++ b/libguile/scmconfig.h.in @@ -275,6 +275,12 @@ /* Define if you have the rename function. */ #undef HAVE_RENAME +/* Define if you have the rl_clear_signals function. */ +#undef HAVE_RL_CLEAR_SIGNALS + +/* Define if you have the rl_getc_function function. */ +#undef HAVE_RL_GETC_FUNCTION + /* Define if you have the rmdir function. */ #undef HAVE_RMDIR