Implemented remaining communication timeouts and maximum retry count.
[mdsms.git] / setup.h
diff --git a/setup.h b/setup.h
index c32de27..64baf64 100644 (file)
--- a/setup.h
+++ b/setup.h
@@ -2,6 +2,9 @@
  * $Id$
  *
  * $Log$
+ * 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.
  *
@@ -13,6 +16,8 @@
 #ifndef DEF_LOCKFILE
 #define DEF_LOCKFILE "/var/lock/LCK..%s"
 #endif
+#define DEF_MAXRETRY 10
+#define DEF_READTIME 60*60
 #define DEF_CHARTIME 10
 #define DEF_CMDTIME 500
 #define MAXCONFIG 4096