X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Ftabcomplete.c;h=cbfd14eeef7cd035e551dd5ce56fc7bb355a9595;hb=60f5103f542e3f6dd2e22b6df7015f7bc4b3a937;hp=b748c10e8608e65e87c9b83a980967a4ce95db5d;hpb=5f9ae0e96f731be9abf8bc2eca538681fbd0279f;p=yaz-moved-to-github.git diff --git a/client/tabcomplete.c b/client/tabcomplete.c index b748c10..cbfd14e 100644 --- a/client/tabcomplete.c +++ b/client/tabcomplete.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tabcomplete.c,v 1.12 2005-06-25 15:46:01 adam Exp $ + * $Id: tabcomplete.c,v 1.13 2006-05-07 19:37:23 adam Exp $ */ #include @@ -12,6 +12,7 @@ #include #include "tabcomplete.h" +#if HAVE_READLINE_READLINE_H extern char** curret_global_list; /* *************************************************************************** @@ -143,6 +144,7 @@ char* default_completer(const char* text, int state) { return complete_from_list(curret_global_list,text,state); } +#endif /* * Local variables: