Browse Source

Resolves: #214728
Summary: Cleaning up obsolete macros in the build
Changes: eliminated macro LDAPDB_THREAD_SAFE (Comment #10)

Noriko Hosoi 19 years ago
parent
commit
09d7fd28d6
1 changed files with 0 additions and 7 deletions
  1. 0 7
      include/ldaputil/ldapdb.h

+ 0 - 7
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