summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-07 13:58:01 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-07 13:58:01 +0000
commitd9ff665135bd0ac36a8fe284b5be08284aa68152 (patch)
tree430cb6942fddea497414db432fe2baaad9784a0a /include
parent5f07118a2acd7c31c5681973ebf09ee355b6b043 (diff)
downloadzabbix-d9ff665135bd0ac36a8fe284b5be08284aa68152.tar.gz
zabbix-d9ff665135bd0ac36a8fe284b5be08284aa68152.tar.xz
zabbix-d9ff665135bd0ac36a8fe284b5be08284aa68152.zip
- [DEV-137] Misc bugs and improvements
fixed bugs in configure scripts git-svn-id: svn://svn.zabbix.com/trunk@5885 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/sysinc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index fcdbea19..e58b0463 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -121,8 +121,8 @@
# include <kstat.h>
#endif
-#ifdef HAVE_LDAP_H
- #include <ldap.h>
+#ifdef HAVE_LDAP
+# include <ldap.h>
#endif
#ifdef HAVE_WINLDAP_H