diff options
-rw-r--r-- | source3/client/client.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index 5d3f497ab1..25eeccc645 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -3371,7 +3371,7 @@ static void cmd_help(char *dum_in, char *dum_out) } } -#ifdef 0 +#ifndef HAVE_LIBREADLINE /**************************************************************************** wait for keyboard activity, swallowing network packets @@ -3406,8 +3406,8 @@ static void wait_keyboard(char *buffer) chkpath("\\",False); } } -#endif -#ifdef HAVE_LIBREADLINE + +#else /* if HAVE_LIBREADLINE */ /**************************************************************************** completion routines for GNU Readline |