#define VERSION "CLI-MSN-2.3" #define MAX_LINE_LENGTH 255 /* Config File line length */ #define MAX_NO_LINES 5 /* Config File No. Lines */ #define MAX_LIST_SIZE 150 #define MAX_ACCOUNT_LEN 130 #define MAX_NICK_LEN 130 #define MAX_MESSAGE_LEN 401 #define MAX_QUEUE_SIZE 10 #define MAX_TCP_CON 11 #define MAX_PACKET_LEN 512 #define MAX_GUID_LEN 37 #define STATUS_LEN 4 #define MAX_PART 20