summaryrefslogtreecommitdiffstats
path: root/rules/libedit.in
blob: 3241d8f8e1dcf6f4c0bcd72bcf9870f96289463c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=system_libraries

config LIBEDIT
	tristate
	select NCURSES
	prompt "libedit"
	help
	  This is an autotool- and libtoolized port of the NetBSD Editline library
	  (libedit). This Berkeley-style licensed command line editor library
	  provides generic line editing, history, and tokenization functions,
	  similar to those found in GNU Readline.