summaryrefslogtreecommitdiffstats
path: root/include/ldaputil
diff options
context:
space:
mode:
Diffstat (limited to 'include/ldaputil')
-rw-r--r--include/ldaputil/ldapdb.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/ldaputil/ldapdb.h b/include/ldaputil/ldapdb.h
index fd667e62..6f326d22 100644
--- a/include/ldaputil/ldapdb.h
+++ b/include/ldaputil/ldapdb.h
@@ -39,17 +39,10 @@
#define _LDAPU_LDAPDB_H
#include <ldap.h>
-/* removed for LDAPSDK31 integration
-#include <lcache.h>
-*/
-#ifdef LDAPDB_THREAD_SAFE
/* In the past, we used CRITICAL objects from lib/base/crit.cpp.
* Now we use PRMonitor to avoid ldapu to depend on lib/base.
*/
#include <prmon.h>
-#else
-#define PRMonitor void
-#endif /* LDAPDB_THREAD_SAFE */
#ifndef NSAPI_PUBLIC
#ifdef XP_WIN32