diff options
author | ache <ache@FreeBSD.org> | 2001-11-09 17:09:42 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-11-09 17:09:42 +0000 |
commit | 1480055feab72c206fc2b932b5e81067c7d90d76 (patch) | |
tree | 3e20924bb4ffc97fe991de22408fb55f53a4e35f /gnu/usr.bin/bc/config.h | |
parent | 77df879d01672311a2a01c358d16ea56027f3861 (diff) | |
download | FreeBSD-src-1480055feab72c206fc2b932b5e81067c7d90d76.zip FreeBSD-src-1480055feab72c206fc2b932b5e81067c7d90d76.tar.gz |
Back out switching from libreadline to libedit:
1) It is capabilities degradation: f.e. libedit can't process ~/.inputrc files
2) It have no sense to try to un-GNU GNU program.
Diffstat (limited to 'gnu/usr.bin/bc/config.h')
-rw-r--r-- | gnu/usr.bin/bc/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/bc/config.h b/gnu/usr.bin/bc/config.h index 4d70283..b9e3520 100644 --- a/gnu/usr.bin/bc/config.h +++ b/gnu/usr.bin/bc/config.h @@ -41,10 +41,10 @@ #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc." /* Define to use the readline library. */ -/* #define READLINE 1 */ +#define READLINE 1 /* Define to use the BSD libedit library. */ -#define LIBEDIT 1 +/* #define LIBEDIT 1 */ /* Define to `size_t' if <sys/types.h> and <stddef.h> don't define. */ /* #undef ptrdiff_t */ |