mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-12-17 13:06:30 +01:00
vlmcsd-1105-2016-11-28-Hotbird64
This commit is contained in:
@@ -38,14 +38,16 @@ int_fast8_t UseClientRpcBTFN = TRUE;
|
||||
#endif // USE_MSRPC
|
||||
|
||||
#ifndef NO_SOCKETS
|
||||
char *defaultport = "1688";
|
||||
char *defaultport = (char*)"1688";
|
||||
#endif // NO_SOCKETS
|
||||
|
||||
#if !defined(NO_PRIVATE_IP_DETECT)
|
||||
uint32_t PublicIPProtectionLevel = 0;
|
||||
#endif
|
||||
|
||||
KmsResponseParam_t KmsResponseParameters[MAX_KMSAPPS];
|
||||
#if !defined(NO_RANDOM_EPID) || !defined(NO_CL_PIDS) || !defined(NO_INI_FILE)
|
||||
KmsResponseParam_t* KmsResponseParameters;
|
||||
#endif // !defined(NO_RANDOM_EPID) || !defined(NO_CL_PIDS) || !defined(NO_INI_FILE)
|
||||
|
||||
#if !defined(NO_SOCKETS) && !defined(NO_SIGHUP) && !defined(_WIN32)
|
||||
int_fast8_t IsRestarted = FALSE;
|
||||
@@ -84,6 +86,19 @@ int_fast8_t nodaemon = 1;
|
||||
int_fast8_t InetdMode = 1;
|
||||
#endif
|
||||
|
||||
PVlmcsdHeader_t KmsData = NULL;
|
||||
#ifndef NO_EXTERNAL_DATA
|
||||
#ifndef DATA_FILE
|
||||
char *fn_data = NULL;
|
||||
#else // DATA_FILE
|
||||
char *fn_data = DATA_FILE;
|
||||
#endif // DATA_FILE
|
||||
#ifndef NO_INTERNAL_DATA
|
||||
int_fast8_t ExplicitDataLoad = FALSE;
|
||||
#endif // NO_INTERNAL_DATA
|
||||
#endif // NO_EXTERNAL_DATA
|
||||
const char *fn_exe = NULL;
|
||||
|
||||
#ifndef NO_RANDOM_EPID
|
||||
int_fast8_t RandomizationLevel = 1;
|
||||
uint16_t Lcid = 0;
|
||||
|
||||
Reference in New Issue
Block a user