Removed RCS Log entries as recommended in CVS Faq-O-Matic.
[mdsms.git] / setup.h
diff --git a/setup.h b/setup.h
index aecda29..c057cb9 100644 (file)
--- 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 */