mirror of
https://github.com/Wind4/vlmcsd
synced 2025-12-14 18:40:58 +00:00
vlmcsd-svn977-2016-07-13-Hotbird64
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user