Parent Directory
|
Revision Log
|
Patch
| Revision 1.66 by sysadm, Wed Jun 18 00:56:49 2025 UTC | Revision 1.67 by sysadm, Sat Jun 21 02:15:18 2025 UTC | |
|---|---|---|
| # | Line 16 | Line 16 |
| 16 | ||
| 17 | #include "bbs.h" | #include "bbs.h" |
| 18 | #include "bbs_cmd.h" | #include "bbs_cmd.h" |
| #include "user_priv.h" | ||
| 19 | #include "bbs_cmd.h" | #include "bbs_cmd.h" |
| 20 | #include "menu.h" | #include "common.h" |
| #include "log.h" | ||
| 21 | #include "io.h" | #include "io.h" |
| 22 | #include "log.h" | |
| 23 | #include "menu.h" | |
| 24 | #include "screen.h" | #include "screen.h" |
| 25 | #include "common.h" | #include "user_priv.h" |
| #include <string.h> | ||
| #include <stdio.h> | ||
| 26 | #include <ctype.h> | #include <ctype.h> |
| #include <stdlib.h> | ||
| 27 | #include <errno.h> | #include <errno.h> |
| 28 | #include <stdio.h> | |
| 29 | #include <stdlib.h> | |
| 30 | #include <string.h> | |
| 31 | #include <unistd.h> | #include <unistd.h> |
| #include <sys/shm.h> | ||
| 32 | #include <sys/ipc.h> | #include <sys/ipc.h> |
| 33 | #include <sys/shm.h> | |
| 34 | ||
| 35 | #define MENU_SCREEN_PATH_PREFIX "var/MENU_SCR_" | #define MENU_SCREEN_PATH_PREFIX "var/MENU_SCR_" |
| 36 | #define MENU_CONF_DELIM_WITH_SPACE " ,\t\r\n" | #define MENU_CONF_DELIM_WITH_SPACE " ,\t\r\n" |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |