mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-05-28 05:34:09 -04:00
vlmcsd-svn977-2016-07-13-Hotbird64
This commit is contained in:
parent
f72621f166
commit
8d3bfb8d55
41 changed files with 2366 additions and 568 deletions
|
@ -102,6 +102,10 @@ extern int_fast8_t UseRpcBTFN;
|
|||
extern const char *defaultport;
|
||||
#endif // NO_SOCKETS
|
||||
|
||||
#if !defined(NO_PRIVATE_IP_DETECT)
|
||||
extern uint32_t PublicIPProtectionLevel;
|
||||
#endif
|
||||
|
||||
#if !defined(NO_SOCKETS) && !defined(NO_SIGHUP) && !defined(_WIN32)
|
||||
extern int_fast8_t IsRestarted;
|
||||
#endif // !defined(NO_SOCKETS) && !defined(NO_SIGHUP) && !defined(_WIN32)
|
||||
|
@ -115,6 +119,7 @@ extern uint32_t MaxTasks;
|
|||
#endif // !defined(NO_LIMIT) && !defined (NO_SOCKETS) && !__minix__
|
||||
|
||||
#ifndef NO_LOG
|
||||
extern int_fast8_t LogDateAndTime;
|
||||
extern char *fn_log;
|
||||
extern int_fast8_t logstdout;
|
||||
#ifndef NO_VERBOSE_LOG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue