/[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.1 by sysadm, Tue Oct 19 17:10:39 2004 UTC Revision 1.2 by sysadm, Wed Oct 20 07:46:32 2004 UTC
# Line 21  char BBS_name[50] = ""; Line 21  char BBS_name[50] = "";
21  char BBS_server[256] = "";  char BBS_server[256] = "";
22  char BBS_address[50] = "";  char BBS_address[50] = "";
23  unsigned int BBS_port = 23;  unsigned int BBS_port = 23;
24  int BBS_max_client = 256;  long BBS_max_client = 256;
25    long BBS_max_user = 10000;
26    char BBS_start_dt[50] = "2004Äê 1ÔÂ 1ÈÕ";


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

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