From 1116bf4f457b636b5e8a5ce7c32148362b72b570 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 30 Jan 2002 04:06:31 +0000 Subject: [PATCH] Misc WinNT build updates --- build/main.dsw | 12 ++++++++++++ include/portable.nt | 4 ++-- servers/slapd/back-bdb/backbdb.dsp | 4 ++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/build/main.dsw b/build/main.dsw index 3b8c2ce998..dc132c3cad 100644 --- a/build/main.dsw +++ b/build/main.dsw @@ -231,6 +231,18 @@ Package=<4> ############################################################################### +Project: "ldapcompare"=..\clients\tools\ldapcompare.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + Project: "ldapdelete"=..\clients\tools\ldapdelete.dsp - Package Owner=<4> Package=<5> diff --git a/include/portable.nt b/include/portable.nt index 9729bc8816..7117c22053 100644 --- a/include/portable.nt +++ b/include/portable.nt @@ -925,7 +925,7 @@ /* #undef SLAPD_MODULES */ /* define to support BDB backend */ -/* #undef SLAPD_BDB */ +#define SLAPD_BDB 1 /* define to support dynamic BDB backend */ /* #undef SLAPD_BDB_DYNAMIC */ @@ -943,7 +943,7 @@ /* #undef SLAPD_LDAP_DYNAMIC */ /* define to support LDBM backend */ -#define SLAPD_LDBM 1 +/* #undef SLAPD_LDBM 1 */ /* define to support dynamic LDBM backend */ /* #undef SLAPD_LDBM_DYNAMIC */ diff --git a/servers/slapd/back-bdb/backbdb.dsp b/servers/slapd/back-bdb/backbdb.dsp index 9d672e9356..c2e5afabe6 100644 --- a/servers/slapd/back-bdb/backbdb.dsp +++ b/servers/slapd/back-bdb/backbdb.dsp @@ -147,6 +147,10 @@ SOURCE=.\bind.c # End Source File # Begin Source File +SOURCE=.\cache.c +# End Source File +# Begin Source File + SOURCE=.\compare.c # End Source File # Begin Source File -- 2.39.5