| 25 |
#define FILE_PATH_LEN 4096 |
#define FILE_PATH_LEN 4096 |
| 26 |
|
|
| 27 |
// Version |
// Version |
| 28 |
#define APP_NAME "LBBS" |
#define APP_INFO (PACKAGE_STRING " build on " __DATE__ " " __TIME__) |
|
#define APP_VER "1.1.0" |
|
|
#define APP_INFO (APP_NAME " version " APP_VER " build on " __DATE__ " " __TIME__) |
|
| 29 |
|
|
| 30 |
// Enviroment |
// Enviroment |
| 31 |
#define CONF_BBSD "conf/bbsd.conf" |
#define CONF_BBSD "conf/bbsd.conf" |
| 94 |
extern volatile int SYS_child_process_count; |
extern volatile int SYS_child_process_count; |
| 95 |
extern volatile int SYS_child_exit; |
extern volatile int SYS_child_exit; |
| 96 |
extern volatile int SYS_conf_reload; |
extern volatile int SYS_conf_reload; |
|
extern volatile int SYS_data_file_reload; |
|
|
extern volatile int SYS_section_list_reload; |
|
| 97 |
|
|
| 98 |
// Network |
// Network |
| 99 |
extern const char *ip_mask(char *s, int level, char mask); |
extern const char *ip_mask(char *s, int level, char mask); |