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:
parent
ba901e6820
commit
bda5c3c0e3
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user