Have tincctl act as a shell when no command is given.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 2 Aug 2012 15:24:42 +0000 (17:24 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 2 Aug 2012 15:24:42 +0000 (17:24 +0200)
commit73348be58ecb9c40cf435122a00e72ac4d1a4c9b
treeaa4f9cc0252ffaac8328dd292676f283b687087e
parent91937812bdfe74699e4f7cdf86265d07423acbba
Have tincctl act as a shell when no command is given.

By default it uses readline to read commands. If the input and output are not a
tty, no prompt is shown.
configure.in
m4/readline.m4 [new file with mode: 0644]
src/Makefile.am
src/tincctl.c