diff options
author | Martin Pool <mbp@samba.org> | 2001-11-19 04:18:45 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-19 04:18:45 +0000 |
commit | b99209cce4a91de279bb62dbc4246845bf0e755d (patch) | |
tree | a895f0d26821550ab7f0b7fa65a48ed8bb84c316 /source3/include/config.h.in | |
parent | 40b8b058d2b4a3c41d0bc1248c9924569118dc12 (diff) | |
download | samba-b99209cce4a91de279bb62dbc4246845bf0e755d.tar.gz samba-b99209cce4a91de279bb62dbc4246845bf0e755d.tar.bz2 samba-b99209cce4a91de279bb62dbc4246845bf0e755d.zip |
Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the moment
this is only to get the cast right, but it might help with other parts
of the API that changed later.
(This used to be commit b792c9317ab62fe407de34ed811cc883a7652cc4)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index bd808780a2..c54190e29a 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if on AIX 3. System headers sometimes define this. @@ -1050,6 +1050,9 @@ /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET +/* Do we have rl_completion_matches? */ +#undef HAVE_NEW_LIBREADLINE + /* Define if you have working AF_LOCAL sockets */ #undef HAVE_WORKING_AF_LOCAL |