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:
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 69e6b82e694..f0338fe120c 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -127,6 +127,8 @@ while (0)
void *get_result_value_by_type(AGENT_RESULT *result, int require_type);
+#define ZBX_FLOAT_PRECISION 0.0001
+
extern int CONFIG_ENABLE_REMOTE_COMMANDS;
extern int CONFIG_LOG_REMOTE_COMMANDS;
extern int CONFIG_UNSAFE_USER_PARAMETERS;