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:
authorGlebs Ivanovskis <git-no-reply@zabbix.com>2016-02-16 17:52:10 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2016-02-16 17:52:10 +0300
commit9cecdebba900301db160d86d4dd816af9e3b3f64 (patch)
tree5024c3439c5d7cd7c75699d5ab02ce09b0b4dffa /include/sysinc.h
parent932425e7206f1614c722809ff60de1b4fe0e54b2 (diff)
....I..PS. [ZBX-4148] isolated places where libnetsnmp headers are included
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index a7747a18eb2..bfa115913f5 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -387,13 +387,6 @@
# define ZBX_CURLOPT_MAXREDIRS 10L
#endif
-/* Net-SNMP is used */
-#ifdef HAVE_NETSNMP
-# define SNMP_NO_DEBUGGING /* disabling debugging messages from Net-SNMP library */
-# include <net-snmp/net-snmp-config.h>
-# include <net-snmp/net-snmp-includes.h>
-#endif
-
/* Required for advanced sigaction */
#ifdef HAVE_SYS_UCONTEXT_H
# include <sys/ucontext.h>