/* * $Id$ * * $Log$ * Revision 1.1.1.1 1999/05/26 13:06:26 short * First alpha release. * */ #define CONFIG_MAIN "/etc/" PACKAGE "rc" #define CONFIG_HOME "/." PACKAGE "rc" /* $HOME is prepended automatically */ #define DEF_DEVICE "/dev/mobildock" #ifndef DEF_LOCKFILE #define DEF_LOCKFILE "/var/lock/LCK..%s" #endif #define DEF_CHARTIME 10 #define DEF_CMDTIME 500 #define MAXCONFIG 4096 #define MAXCFGARGS 256 #define MAXCFGLOOP 5 #define MAXCFGNUM 20 #define DEVLOCK_PERIOD 2 /* sec between attempts to obtain a lockfile */ #define DEVLOCK_MAXEMPTY 1 #define MAXSENDTIME 2 #define ADDR_NAT 0x81 #define ADDR_INT 0x91 #define PDU_TYPE 0x11 #define PDU_MR 0x00 #define PDU_PID 0x00 #define PDU_DCS 0x00 #define PDU_VP 0xFF #define MAXNUMLEN 20 #define MAXBODYLEN 160 #define BODYLOAD 200 #define ERROR_SUBSTR1 "ERROR" #define ERROR_SUBSTR2 "\nError:"