diff options
author | Gerald Carter <jerry@samba.org> | 2001-09-30 01:33:02 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-09-30 01:33:02 +0000 |
commit | 59681e1655f9289bbc5e9170b6a5bc924b56fc57 (patch) | |
tree | 5245e124561689834e5c944339b76b650421b562 /source3/lib | |
parent | 14b47c8c539777e2b7415130b180aff015c4c3cb (diff) | |
download | samba-59681e1655f9289bbc5e9170b6a5bc924b56fc57.tar.gz samba-59681e1655f9289bbc5e9170b6a5bc924b56fc57.tar.bz2 samba-59681e1655f9289bbc5e9170b6a5bc924b56fc57.zip |
merge from 2.2
(This used to be commit c308459bda3f3036c305ee7b9307f740aec66811)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/readline.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/lib/readline.c b/source3/lib/readline.c index 76bc34f775..f7ef40b001 100644 --- a/source3/lib/readline.c +++ b/source3/lib/readline.c @@ -22,23 +22,6 @@ #include "includes.h" -#ifdef HAVE_LIBREADLINE -# ifdef HAVE_READLINE_READLINE_H -# include <readline/readline.h> -# ifdef HAVE_READLINE_HISTORY_H -# include <readline/history.h> -# endif -# else -# ifdef HAVE_READLINE_H -# include <readline.h> -# ifdef HAVE_HISTORY_H -# include <history.h> -# endif -# else -# undef HAVE_LIBREADLINE -# endif -# endif -#endif /**************************************************************************** display the prompt and wait for input. Call callback() regularly |