mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-05-27 13:14:11 -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
|
@ -24,6 +24,10 @@ int_fast8_t UseRpcBTFN = TRUE;
|
|||
const char *defaultport = "1688";
|
||||
#endif // NO_SOCKETS
|
||||
|
||||
#if !defined(NO_PRIVATE_IP_DETECT)
|
||||
uint32_t PublicIPProtectionLevel = 0;
|
||||
#endif
|
||||
|
||||
KmsResponseParam_t KmsResponseParameters[MAX_KMSAPPS];
|
||||
|
||||
#if !defined(NO_SOCKETS) && !defined(NO_SIGHUP) && !defined(_WIN32)
|
||||
|
@ -43,6 +47,7 @@ uint32_t MaxTasks = SEM_VALUE_MAX;
|
|||
#endif // !defined(NO_LIMIT) && !defined (NO_SOCKETS) && !__minix__
|
||||
|
||||
#ifndef NO_LOG
|
||||
int_fast8_t LogDateAndTime = TRUE;
|
||||
char *fn_log = NULL;
|
||||
int_fast8_t logstdout = 0;
|
||||
#ifndef NO_VERBOSE_LOG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue