From 09d7fd28d6bbf58032a5137e05d697318bcd412b Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Fri, 10 Nov 2006 01:37:46 +0000 Subject: Resolves: #214728 Summary: Cleaning up obsolete macros in the build Changes: eliminated macro LDAPDB_THREAD_SAFE (Comment #10) --- include/ldaputil/ldapdb.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') 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 -/* removed for LDAPSDK31 integration -#include -*/ -#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 -#else -#define PRMonitor void -#endif /* LDAPDB_THREAD_SAFE */ #ifndef NSAPI_PUBLIC #ifdef XP_WIN32 -- cgit