sqlite3: make cli-editing support selectable
authorSebastian Kemper <sebastian_ml@gmx.net>
Thu, 27 Dec 2018 10:11:20 +0000 (11:11 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Thu, 27 Dec 2018 10:11:22 +0000 (11:11 +0100)
commit4e30b3b62adb6de6fda96f9c276bcc9ac8002acc
treeddffe7a595ee2a4ddc7308047e18e96fe8d0a161
parent0b6d2678c14aec4c1498b9ca756a2317e4919118
sqlite3: make cli-editing support selectable

sqlite3 can use libedit, readline or disable command-line editing
support altogether. This commit adds a choice to menuselect.

The default is changed from readline to libedit, as the latter is
upstream's first choice and is also a bit smaller than readline.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/sqlite3/Config-cli.in [new file with mode: 0644]
libs/sqlite3/Makefile