[evolution] Level the differences with the alternative runtime/header set



commit 10438f7de6d642ebc2aa425e7584383a00641fc7
Author: Fridrich Strba <fridrich strba bluewin ch>
Date:   Thu Jan 28 12:19:13 2010 +0530

    Level the differences with the alternative runtime/header set

 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 29175fb..b33b081 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]