]> git.sur5r.net Git - openldap/blobdiff - include/ldap_features.h.in
Extended ber_mem functions, add context argument.
[openldap] / include / ldap_features.h.in
index 5f8cadfbf900b0a12f7b5ffa79df02aba14a9f3d..5f20ccc72b6c9b25dd78f5eb694106792acf3a23 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 ** OpenLDAP reentrancy/thread-safeness should be dynamically
 ** checked using ldap_get_option().
 **
-** The -lldap implementation may or may not be:
-**             LDAP_API_FEATURE_THREAD_SAFE
+** The -lldap implementation is not thread-safe.
 **
-** The preprocessor flag LDAP_API_FEATURE_X_OPENLDAP_REENTRANT can
-** be used to determine if -lldap is LDAP_API_FEATURE_THREAD_SAFE at
-** compile time.
-**
-** The -lldap_r implementation is always THREAD_SAFE but
-** may also be:
+** The -lldap_r implementation is:
+**             LDAP_API_FEATURE_THREAD_SAFE (basic thread safety)
+** but also be:
 **             LDAP_API_FEATURE_SESSION_THREAD_SAFE
 **             LDAP_API_FEATURE_OPERATION_THREAD_SAFE
 **
 **
 */
 
-/* is -lldap reentrant or not */
-#undef LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
-
-/* is threadsafe version of -lldap (ie: -lldap_r) *available* or not */
+/* is -lldap_r available or not */
 #undef LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
 
 /* LDAP v2 Kerberos Bind */