mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Misc WinNT build updates
This commit is contained in:
parent
77698024d4
commit
1116bf4f45
3 changed files with 18 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue