/[LeafOK_CVS]/lbbs/src/bbs.c
ViewVC logotype

Diff of /lbbs/src/bbs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.28 by sysadm, Fri Oct 10 01:55:06 2025 UTC Revision 1.29 by sysadm, Tue Oct 21 06:24:51 2025 UTC
# Line 32  char BBS_address[BBS_address_max_len + 1 Line 32  char BBS_address[BBS_address_max_len + 1
32  in_port_t BBS_port[2] = {BBS_port_default, BBS_ssh_port_default};  in_port_t BBS_port[2] = {BBS_port_default, BBS_ssh_port_default};
33  int BBS_max_client = MAX_CLIENT_LIMIT;  int BBS_max_client = MAX_CLIENT_LIMIT;
34  int BBS_max_client_per_ip = MAX_CLIENT_PER_IP_LIMIT;  int BBS_max_client_per_ip = MAX_CLIENT_PER_IP_LIMIT;
 int BBS_max_user = BBS_MAX_USER_LIMIT;  
35  char BBS_start_dt[BBS_start_dt_max_len + 1] = "2000年 1月 1日";  char BBS_start_dt[BBS_start_dt_max_len + 1] = "2000年 1月 1日";
36  int BBS_sys_id = 1;  int BBS_sys_id = 1;
37    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1