diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-03-18 13:24:57 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-03-18 13:24:57 +0000 |
commit | 9c4927d3624c594ea6647d946540ce286a948805 (patch) | |
tree | 26f8e58db0ff576c04b5867c2481b6d89ee69861 /source3/include/config.h.in | |
parent | abb183317342fbfdc75a6858d427e550f8f7123d (diff) | |
download | samba-9c4927d3624c594ea6647d946540ce286a948805.tar.gz samba-9c4927d3624c594ea6647d946540ce286a948805.tar.xz samba-9c4927d3624c594ea6647d946540ce286a948805.zip |
much better readline support from Simo Sorce, with some mods from me
to make it a bit simpler
(This used to be commit e1487eb2c4626dbe0cc3b17606eda702cedef28b)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 82fd2910ca..53599a0959 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -960,3 +960,6 @@ /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET + +/* Define if you have the termcap library (-ltermcap). */ +#undef HAVE_LIBTERMCAP |