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:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2016-01-20 12:57:26 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2016-01-20 12:57:26 +0300
commit7ce99ba7a61af03fba9afbcd09de4e7e11b9331f (patch)
treeb0dcc09330e2cb8958ff2daddc81b23334ced6f4 /include/sysinc.h
parente2e34ffb742d15edae046efb2d17012a382300f7 (diff)
....I...S. [ZBX-4069] fixed LDAP with Oracle DB make conflict
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index 1ba3f4cfc97..35446c8ffb2 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -165,10 +165,6 @@
# include <kstat.h>
#endif
-#ifdef HAVE_LDAP
-# include <ldap.h>
-#endif
-
#ifdef HAVE_WINLDAP_H
# undef SEC_I_INCOMPLETE_CREDENTIALS
# undef SEC_E_INCOMPLETE_CREDENTIALS
@@ -332,10 +328,6 @@
# include <unistd.h>
#endif
-#ifdef HAVE_LBER_H
-# include <lber.h>
-#endif
-
#ifdef HAVE_SYS_IPC_H
# include <sys/ipc.h>
#endif