1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r18209: fix the ifdef for HAVE_HISTORY_LIST

This commit is contained in:
Andrew Tridgell 2006-09-07 09:05:50 +00:00 committed by Gerald (Jerry) Carter
parent ba901e6820
commit bda5c3c0e3

View File

@ -2388,7 +2388,7 @@ history
****************************************************************************/
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;