diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-01-28 14:49:13 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-01-28 21:42:00 +0800 |
commit | 10438f7de6d642ebc2aa425e7584383a00641fc7 (patch) | |
tree | 6499a728e6d4a5e83ca9cfdfae88464096497d5f /modules/addressbook | |
parent | 1804378ba33f450d26d5925956765a2d5b9e5adc (diff) | |
download | gsoc2013-evolution-10438f7de6d642ebc2aa425e7584383a00641fc7.tar.gz gsoc2013-evolution-10438f7de6d642ebc2aa425e7584383a00641fc7.tar.zst gsoc2013-evolution-10438f7de6d642ebc2aa425e7584383a00641fc7.zip |
Level the differences with the alternative runtime/header set
Diffstat (limited to 'modules/addressbook')
-rw-r--r-- | modules/addressbook/openldap-extract.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 |