From 10438f7de6d642ebc2aa425e7584383a00641fc7 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 28 Jan 2010 12:19:13 +0530 Subject: Level the differences with the alternative runtime/header set --- modules/addressbook/openldap-extract.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'modules/addressbook') diff --git a/modules/addressbook/openldap-extract.h b/modules/addressbook/openldap-extract.h index 29175fb494..b33b08156f 100644 --- a/modules/addressbook/openldap-extract.h +++ b/modules/addressbook/openldap-extract.h @@ -56,6 +56,18 @@ #define ldap_msgtype(lm) (lm)->lm_msgtype #define ldap_msgid(lm) (lm)->lm_msgid +#ifndef LDAP_TYPE_OR_VALUE_EXISTS +#define LDAP_TYPE_OR_VALUE_EXISTS 0x14 +#endif +#ifndef LDAP_SCOPE_DEFAULT +#define LDAP_SCOPE_DEFAULT -1 +#endif +#ifndef LDAP_OPT_SUCCESS +#define LDAP_OPT_SUCCESS 0x00 +#endif +#ifndef LDAP_INSUFFICIENT_ACCESS +#define LDAP_INSUFFICIENT_ACCESS 0x32 +#endif #define LDAP_SCHERR_OUTOFMEM 1 #define LDAP_SCHERR_UNEXPTOKEN 2 -- cgit v1.2.3