summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:37:46 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:37:46 +0000
commit09d7fd28d6bbf58032a5137e05d697318bcd412b (patch)
tree15a96470b4419127136af2453c268cc07fb2412f /include
parent9836a68c2f977736ef928bd1807fae43d3ac7ebe (diff)
downloadds-09d7fd28d6bbf58032a5137e05d697318bcd412b.tar.gz
ds-09d7fd28d6bbf58032a5137e05d697318bcd412b.tar.xz
ds-09d7fd28d6bbf58032a5137e05d697318bcd412b.zip
Resolves: #214728
Summary: Cleaning up obsolete macros in the build Changes: eliminated macro LDAPDB_THREAD_SAFE (Comment #10)
Diffstat (limited to 'include')
-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