int zbx_substitute_simple_macros(const zbx_uint64_t *actionid, const zbx_db_event *event, const zbx_db_event *r_event,
#ifndef ZABBIX_ZBXSERVER_H
#define ZABBIX_ZBXSERVER_H
#include "zbxcacheconfig.h"
#define MACRO_TYPE_MESSAGE_NORMAL 0x00000001
#define MACRO_TYPE_MESSAGE_RECOVERY 0x00000002
#define MACRO_TYPE_TRIGGER_URL 0x00000004
#define MACRO_TYPE_TRIGGER_EXPRESSION 0x00000008
#define MACRO_TYPE_TRIGGER_DESCRIPTION 0x00000010
#define MACRO_TYPE_TRIGGER_COMMENTS 0x00000020
#define MACRO_TYPE_ITEM_KEY 0x00000040
#define MACRO_TYPE_INTERFACE_ADDR 0x00000080
#define MACRO_TYPE_COMMON 0x00000100
#define MACRO_TYPE_PARAMS_FIELD 0x00000200
#define MACRO_TYPE_SCRIPT 0x00000400
#define MACRO_TYPE_SNMP_OID 0x00000800
#define MACRO_TYPE_HTTPTEST_FIELD 0x00001000
#define MACRO_TYPE_LLD_FILTER 0x00002000
#define MACRO_TYPE_TRIGGER_TAG 0x00004000
#define MACRO_TYPE_JMX_ENDPOINT 0x00008000
#define MACRO_TYPE_MESSAGE_UPDATE 0x00010000
#define MACRO_TYPE_HTTP_RAW 0x00020000
#define MACRO_TYPE_HTTP_JSON 0x00040000
#define MACRO_TYPE_HTTP_XML 0x00080000
#define MACRO_TYPE_ALLOWED_HOSTS 0x00100000
#define MACRO_TYPE_ITEM_TAG 0x00200000
#define MACRO_TYPE_EVENT_NAME 0x00400000
#define MACRO_TYPE_SCRIPT_PARAMS_FIELD 0x00800000
#define MACRO_TYPE_SCRIPT_NORMAL 0x01000000
#define MACRO_TYPE_SCRIPT_RECOVERY 0x02000000
#define MACRO_TYPE_REPORT 0x04000000
#define MACRO_TYPE_QUERY_FILTER 0x08000000
#define MACRO_EXPAND_NO 0
#define MACRO_EXPAND_YES 1
#define ZBX_PROBLEM_UPDATE_CLOSE 0x0001
#define ZBX_PROBLEM_UPDATE_ACKNOWLEDGE 0x0002
#define ZBX_PROBLEM_UPDATE_MESSAGE 0x0004
#define ZBX_PROBLEM_UPDATE_SEVERITY 0x0008
#define ZBX_PROBLEM_UPDATE_UNACKNOWLEDGE 0x0010