Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihails Prihodko <mihails.prihodko@zabbix.com>2022-04-13 11:10:13 +0300
committerMihails Prihodko <mihails.prihodko@zabbix.com>2022-04-13 11:10:13 +0300
commit40772a214b121403b2a332bdb79d68b2f934f1a9 (patch)
tree4a0598aff9c3e972ff0ca4034cf1b075fef41a0a /include/dbcache.h
parent680f09dd9bd3fc7fbf8052bcd5d78e492e62ba40 (diff)
........S. [ZBX-20743] refactored according to conversation with MVekslers
Diffstat (limited to 'include/dbcache.h')
-rw-r--r--include/dbcache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index bff0b519217..44288b5de02 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -383,9 +383,6 @@ zbx_config_t;
#define ZBX_CONFIG_FLAGS_DEFAULT_TIMEZONE __UINT64_C(0x0000000000000100)
#define ZBX_CONFIG_FLAGS_AUDITLOG_ENABLED __UINT64_C(0x0000000000000200)
-/* possible values for database extensions (if flag ZBX_CONFIG_FLAGS_DB_EXTENSION set) */
-#define ZBX_CONFIG_DB_EXTENSION_TIMESCALE "timescaledb"
-
typedef struct
{
zbx_uint64_t hostid;