svn commit: samba r18209 - in branches/SAMBA_4_0/source/client: .

tridge at samba.org tridge at samba.org
Thu Sep 7 09:05:51 GMT 2006


Author: tridge
Date: 2006-09-07 09:05:50 +0000 (Thu, 07 Sep 2006)
New Revision: 18209

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18209

Log:

fix the ifdef for HAVE_HISTORY_LIST

Modified:
   branches/SAMBA_4_0/source/client/client.c


Changeset:
Modified: branches/SAMBA_4_0/source/client/client.c
===================================================================
--- branches/SAMBA_4_0/source/client/client.c	2006-09-07 08:34:12 UTC (rev 18208)
+++ branches/SAMBA_4_0/source/client/client.c	2006-09-07 09:05:50 UTC (rev 18209)
@@ -2388,7 +2388,7 @@
 ****************************************************************************/
 static int cmd_history(struct smbclient_context *ctx, const char **args)
 {
-#if defined(HAVE_LIBREADLINE) && defined(HAVE_DECL_RL_EVENT_HOOK)
+#if defined(HAVE_LIBREADLINE) && defined(HAVE_HISTORY_LIST)
 	HIST_ENTRY **hlist;
 	int i;
 



More information about the samba-cvs mailing list