search for: have_history_h

Displaying 2 results from an estimated 2 matches for "have_history_h".

2001 Apr 07
1
samba on NetBSD - some patches
...\" -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_list (); /* Get pointer to history li...
1999 Jul 01
1
SAMBA digest 2150
...ing. Maybe "readline" gets into > the way and produces problems. > > Regards, > Simos Xenitellis > > Patch for samba-2.0.4b/source/client/client.c > > 1572a1573,1592 > > #if defined(HAVE_LIBREADLINE) > > # if defined(HAVE_READLINE_HISTORY_H) || defined(HAVE_HISTORY_H) > > > /*************************************************************************** > * > > history > > > **************************************************************************** > / > > static void cmd_history(void) > > { > > HIST_ENTRY **h...