diff options
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 1102f99d05..f2c185e086 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -616,6 +616,8 @@ extern int errno; #include "messages.h" #include "util_list.h" +#include "smb_readline.h" /* SSS: samba readline support */ + #ifndef UBI_BINTREE_H #include "ubi_Cache.h" #endif /* UBI_BINTREE_H */ @@ -787,24 +789,6 @@ enum nss_status { #define ULTRIX_AUTH 1 #endif -#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 - #ifndef HAVE_STRDUP char *strdup(const char *s); #endif |