Source
/* the following TLS parameters are not used in server, they are defined for linking with tls.c */
/*
** Zabbix
** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation; either version 2 of the License, or
** (at your option) any later version.
**
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** You should have received a copy of the GNU General Public License
** along with this program; if not, write to the Free Software
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
/* unresolved symbols needed for linking */
unsigned char program_type = 0;
ZBX_THREAD_LOCAL unsigned char process_type = 0;
ZBX_THREAD_LOCAL int process_num = 0;
ZBX_THREAD_LOCAL int server_num = 0;
int CONFIG_ALERTER_FORKS = 3;
int CONFIG_DISCOVERER_FORKS = 1;
int CONFIG_HOUSEKEEPER_FORKS = 1;
int CONFIG_PINGER_FORKS = 1;
int CONFIG_POLLER_FORKS = 5;
int CONFIG_UNREACHABLE_POLLER_FORKS = 1;
int CONFIG_HTTPPOLLER_FORKS = 1;
int CONFIG_IPMIPOLLER_FORKS = 0;
int CONFIG_TIMER_FORKS = 1;
int CONFIG_TRAPPER_FORKS = 5;
int CONFIG_SNMPTRAPPER_FORKS = 0;
int CONFIG_JAVAPOLLER_FORKS = 0;
int CONFIG_ESCALATOR_FORKS = 1;
int CONFIG_SELFMON_FORKS = 1;
int CONFIG_DATASENDER_FORKS = 0;
int CONFIG_HEARTBEAT_FORKS = 0;
int CONFIG_COLLECTOR_FORKS = 0;
int CONFIG_PASSIVE_FORKS = 0;
int CONFIG_ACTIVE_FORKS = 0;
int CONFIG_TASKMANAGER_FORKS = 1;
int CONFIG_IPMIMANAGER_FORKS = 0;
int CONFIG_ALERTMANAGER_FORKS = 1;
int CONFIG_PREPROCMAN_FORKS = 1;
int CONFIG_PREPROCESSOR_FORKS = 3;
int CONFIG_HISTORYPOLLER_FORKS = 5;
int CONFIG_AVAILMAN_FORKS = 1;
int CONFIG_LISTEN_PORT = 0;
char *CONFIG_LISTEN_IP = NULL;
char *CONFIG_SOURCE_IP = NULL;
int CONFIG_TRAPPER_TIMEOUT = 300;