heimdal: import heimdal's trunk svn rev 23697 + lorikeet-heimdal patches
[kai/samba.git] / source4 / heimdal / lib / hdb / hdb.c
index 3da980a81f7ba47bbc514cb32b922c5c4c885f36..3fddabb2d08dad3d3bd715b4ee1f5d871bcb87ca 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "hdb_locl.h"
 
-RCSID("$Id: hdb.c 23316 2008-06-23 04:32:32Z lha $");
+RCSID("$Id$");
 
 #ifdef HAVE_DLFCN_H
 #include <dlfcn.h>
@@ -55,9 +55,6 @@ static struct hdb_method methods[] = {
     {"ldap:",  hdb_ldap_create},
     {"ldapi:", hdb_ldapi_create},
 #endif
-#ifdef _SAMBA_BUILD_
-    {"ldb:",   hdb_ldb_create},
-#endif
 #ifdef HAVE_LDB /* Used for integrated samba build */
     {"ldb:",   hdb_ldb_create},
 #endif