]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldpcli: make readline library optional.
authorVincent Bernat <bernat@luffy.cx>
Sun, 6 Jan 2013 10:43:33 +0000 (11:43 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sun, 6 Jan 2013 10:43:33 +0000 (11:43 +0100)
commit35f6f4fb73605bf7fe27332c640265ec65e8b50a
treecf3908b12b5734e77b64a931495863ff3fb23242
parent23e7fa38bd58167bbf8e47b0f56a0667b912928f
lldpcli: make readline library optional.

And improve compatibility. We should be compatible with BSD
libedit. However, we are not compatible with older versions that lack
`rl_insert_text()` and `rl_delete_text()`.
README.md
configure.ac
m4/ax_lib_readline.m4
src/client/client.h
src/client/lldpcli.c