From e09f07e6430545781c8094a034a62d146b9186ec Mon Sep 17 00:00:00 2001 From: frueauf Date: Fri, 11 Sep 1998 10:14:30 +0000 Subject: [PATCH] Don't define READLINE, have a look at pr 5793 for a testcase where this causes bc to coredump. --- gnu/usr.bin/bc/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/bc/config.h b/gnu/usr.bin/bc/config.h index 98bd4ca03738..76ac67e75889 100644 --- a/gnu/usr.bin/bc/config.h +++ b/gnu/usr.bin/bc/config.h @@ -39,7 +39,7 @@ /* #undef BC_MATH_FILE */ /* Define to use the readline library. */ -#define READLINE 1 +/* #undef READLINE */ /* Define to `size_t' if and don't define. */ /* #undef ptrdiff_t */