Parent Directory
|
Revision Log
|
Patch
| Revision 1.38 by sysadm, Fri Oct 17 12:23:01 2025 UTC | Revision 1.40 by sysadm, Wed Oct 22 16:12:50 2025 UTC | |
|---|---|---|
| # | Line 27 const char *data_files_load_startup[] = | Line 27 const char *data_files_load_startup[] = |
| 27 | DATA_LOGIN_ERROR, | DATA_LOGIN_ERROR, |
| 28 | DATA_ACTIVE_BOARD, | DATA_ACTIVE_BOARD, |
| 29 | DATA_READ_HELP, | DATA_READ_HELP, |
| 30 | DATA_EDITOR_HELP, | |
| 31 | VAR_BBS_TOP}; | VAR_BBS_TOP}; |
| 32 | int data_files_load_startup_count = 10; // Count of data_files_load_startup[] | |
| 33 | const int data_files_load_startup_count = sizeof(data_files_load_startup) / sizeof(const char *); | |
| 34 | ||
| 35 | // Global declaration for sockets | // Global declaration for sockets |
| 36 | int socket_server[2]; | int socket_server[2]; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |