Parent Directory
|
Revision Log
|
Patch
| Revision 1.38 by sysadm, Tue Nov 18 15:15:18 2025 UTC | Revision 1.39 by sysadm, Thu Nov 20 13:24:13 2025 UTC | |
|---|---|---|
| # | Line 14 | Line 14 |
| 14 | ||
| 15 | enum bbs_const_t | enum bbs_const_t |
| 16 | { | { |
| #ifdef __CYGWIN__ | ||
| BBS_max_section = 50, | ||
| #else | ||
| 17 | BBS_max_section = 200, | BBS_max_section = 200, |
| #endif | ||
| 18 | BBS_section_name_max_len = 20, | BBS_section_name_max_len = 20, |
| 19 | BBS_section_title_max_len = 40, | BBS_section_title_max_len = 40, |
| 20 | BBS_username_max_len = 12, | BBS_username_max_len = 12, |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |