X-Git-Url: http://git.jankratochvil.net/?p=mdsms.git;a=blobdiff_plain;f=setup.h;h=64baf643dfcfe9f6f76f556f53f60473788c14ee;hp=c32de27d7d2c48bd078593a174d06b9a8110b34b;hb=4b0accf3496139854917959b47ad6d71c10370d8;hpb=129da276c7fa02888d49d19b85d12a9840841132 diff --git a/setup.h b/setup.h index c32de27..64baf64 100644 --- 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