diff options
-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 |