--- lbbs/include/bbs.h 2005/03/21 05:43:43 1.4 +++ lbbs/include/bbs.h 2005/03/22 08:19:11 1.5 @@ -69,6 +69,8 @@ struct user_priv typedef struct user_priv BBS_user_priv; //Session +#define MAX_DELAY_TIME 600 + extern char BBS_username[BBS_max_username_length]; extern BBS_user_priv BBS_priv; extern int BBS_passwd_complex;