From 5fe372d903c38b702a14d68f783d0f9f0045b37b Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 11 Oct 1998 21:56:08 +0000 Subject: [PATCH] * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry. --- acconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acconfig.h b/acconfig.h index caa438a37..21b0b5223 100644 --- a/acconfig.h +++ b/acconfig.h @@ -103,5 +103,5 @@ #undef USLEEP_RETURNS_VOID /* Define if your readline library has the rl_getc_function variable. */ -#define HAVE_RL_GETC_FUNCTION 1 +#undef HAVE_RL_GETC_FUNCTION