--- libaitcli/inc/defs.h 2010/06/04 12:08:32 1.2.2.1 +++ libaitcli/inc/defs.h 2010/06/04 16:16:17 1.2.2.3 @@ -3,14 +3,13 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.2.2.1 2010/06/04 12:08:32 misho Exp $ +* $Id: defs.h,v 1.2.2.3 2010/06/04 16:16:17 misho Exp $ * *************************************************************************/ #ifndef __DEFS_H #define __DEFS_H -#define STRSIZ 256 #define MAX_BINDKEY 559 #define HISTORY_LINES 100 @@ -28,6 +27,8 @@ #define RETCODE_EOF 2 #define DEFAULT_SOCK_TIMEOUT 60 + +#define MAX_PROMPT_ITEMS 21 #define LOGERR { \ cli_Errno = errno; \