/[LeafOK_CVS]/lbbs/include/common.h
ViewVC logotype

Diff of /lbbs/include/common.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.44 by sysadm, Tue Jun 24 10:01:24 2025 UTC Revision 1.51 by sysadm, Sat Jul 5 00:56:14 2025 UTC
# Line 25  Line 25 
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"
# Line 96  extern volatile int SYS_server_exit; Line 94  extern volatile int SYS_server_exit;
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);


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

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