search for: have_readline_h

Displaying 1 result from an estimated 1 matches for "have_readline_h".

Did you mean: have_readline
2001 Apr 07
1
samba on NetBSD - some patches
...t;find . -maxdepth 1 -name \"%s\" -print > %s",p,tmpname); + "ls -1 %s > %s",p,tmpname); system(cmd); f = sys_fopen(tmpname,"r"); @@ -1599,22 +1599,19 @@ return True; } -#if defined(HAVE_LIBREADLINE) +#if defined(HAVE_READLINE) # if defined(HAVE_READLINE_HISTORY_H) || defined(HAVE_HISTORY_H) /**************************************************************************** history ****************************************************************************/ static void cmd_history(void) { - HIST_ENTRY **hlist; register int i; - hlist = history_li...