custom config with Network detector turned off.

This commit is contained in:
David Kheri 2024-01-23 10:57:48 -08:00
Родитель 2f63392921
Коммит 0af26bc5a9
2 изменённых файлов: 38 добавлений и 3 удалений

Просмотреть файл

@ -0,0 +1,35 @@
//
// Copyright (c) 2015-2020 Microsoft Corporation and Contributors.
// SPDX-License-Identifier: Apache-2.0
//
#pragma once
#define EVTSDK_VERSION_PREFIX "EVT"
#if defined(_WIN32)
#if defined __has_include
# if __has_include ("modules/azmon/AITelemetrySystem.hpp")
# define HAVE_MAT_AI
# endif
# if __has_include ("modules/utc/UtcTelemetrySystem.hpp")
# define HAVE_MAT_UTC
# endif
#endif
#endif
#if defined(HAVE_PRIVATE_MODULES)
#define HAVE_MAT_EXP
#define HAVE_MAT_FIFOSTORAGE
//#define HAVE_MAT_DEFAULTDATAVIEWER
#endif
#define HAVE_MAT_JSONHPP
#define HAVE_MAT_ZLIB
#define HAVE_MAT_LOGGING
#define HAVE_MAT_STORAGE
#define HAVE_MAT_DEFAULT_HTTP_CLIENT
#define HAVE_MAT_LIVEEVENTINSPECTOR
#define HAVE_MAT_PRIVACYGUARD
//#define HAVE_MAT_DEFAULT_FILTER
//#define HAVE_MAT_NETDETECT
#define HAVE_CS3
//#define HAVE_CS4
//#define HAVE_CS4_FULL

Просмотреть файл

@ -6,8 +6,8 @@
#define MAT_VERSION_HPP
// WARNING: DO NOT MODIFY THIS FILE!
// This file has been automatically generated, manual changes will be lost.
#define BUILD_VERSION_STR "3.7.240.1"
#define BUILD_VERSION 3,7,240,1
#define BUILD_VERSION_STR "3.7.22.1"
#define BUILD_VERSION 3,7,22,1
#ifndef RESOURCE_COMPILER_INVOKED
#include "ctmacros.hpp"
@ -18,7 +18,7 @@ namespace MAT_NS_BEGIN {
uint64_t const Version =
((uint64_t)3 << 48) |
((uint64_t)7 << 32) |
((uint64_t)240 << 16) |
((uint64_t)22 << 16) |
((uint64_t)1);
} MAT_NS_END