X-Git-Url: https://git.jankratochvil.net/?p=mdsms.git;a=blobdiff_plain;f=setup.h;h=c057cb990975b61d1fe4063bfea18ef560cee617;hp=aecda2964346e71e108c211c4983a95fa7706104;hb=8409e729e576b28d6c74c9fae7971aa64bd4a906;hpb=25f8b04f0bb7af6a2bb1b73d50762de53b87663c;ds=sidebyside diff --git a/setup.h b/setup.h index aecda29..c057cb9 100644 --- a/setup.h +++ b/setup.h @@ -1,19 +1,5 @@ /* * $Id$ - * - * $Log$ - * Revision 1.4 1999/06/03 11:46:41 short - * Logging (--log) implemented. - * - * Revision 1.3 1999/06/03 10:52:32 short - * Commented all the entries in setup.h. - * - * Revision 1.2 1999/06/03 10:38:52 short - * Implemented remaining communication timeouts and maximum retry count. - * - * Revision 1.1.1.1 1999/05/26 13:06:26 short - * First alpha release. - * */ #define CONFIG_MAIN "/etc/" PACKAGE "rc" /* global configuration file */ @@ -26,7 +12,8 @@ #endif #define DEF_MAXRETRY 10 /* --maxretry default */ #define DEF_READTIME 60*60 /* --readtime default */ -#define DEF_CHARTIME 10 /* --chartime default */ +#define DEF_CHARTIME 10 /* --chartime default + (500ms per 80char=6.25ms recommended by Siemens */ #define DEF_CMDTIME 500 /* --cmdtime default */ #define MAXCONFIG 4096 /* maximum allowed size of any configuration file */ #define MAXCFGARGS 256 /* maximum allowed number of arguments in cfg file */