summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-23 09:38:57 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-23 09:38:57 +0000
commit0f562f1327ba15ba3a8508f73a430d6fa6d1df23 (patch)
tree92a264be0b760bd1afbe4f88bfe5af6e9b91c055 /m4
parent6c17fbc184e98be0a8c46c1ed383f838de57f80c (diff)
downloadzabbix-0f562f1327ba15ba3a8508f73a430d6fa6d1df23.tar.gz
zabbix-0f562f1327ba15ba3a8508f73a430d6fa6d1df23.tar.xz
zabbix-0f562f1327ba15ba3a8508f73a430d6fa6d1df23.zip
- fixed permissions for logfile (Eugene)
- fixed LDAP warnings for depricated functions (Eugene) - fixed implicit declaration of dbcashe functions (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4463 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'm4')
-rw-r--r--m4/ldap.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ldap.m4 b/m4/ldap.m4
index 8da8dfb2..37a949ca 100644
--- a/m4/ldap.m4
+++ b/m4/ldap.m4
@@ -72,6 +72,7 @@ AC_HELP_STRING([--with-ldap@<:@=DIR@:>@],[Include LDAP support @<:@default=no@:>
found_ldap="yes"
AC_DEFINE(HAVE_LDAP,1,[Define to 1 if LDAP should be enabled.])
+ AC_DEFINE(LDAP_DEPRECATED, 1, [Define to 1 if LDAP depricated functions is used.])
AC_MSG_RESULT(yes)
if test "x$enable_static" = "xyes"; then