Update NT build to include recently added SASL sources.

This commit is contained in:
Kurt Zeilenga 2000-07-13 23:43:24 +00:00
parent 0b8a8cae90
commit 85c2a7a2a8
5 changed files with 21 additions and 2 deletions

View File

@ -15,6 +15,9 @@
#include <ac/errno.h>
#include "ldap-int.h"
#ifdef LDAP_R_COMPILE
#include "ldap_pvt_thread.h"
#endif
#ifdef HAVE_CYRUS_SASL
#include <sasl.h>

View File

@ -163,6 +163,10 @@ SOURCE=.\controls.c
# End Source File
# Begin Source File
SOURCE=.\cyrus.c
# End Source File
# Begin Source File
SOURCE=.\delete.c
# End Source File
# Begin Source File

View File

@ -164,6 +164,10 @@ SOURCE=..\libldap\controls.c
# End Source File
# Begin Source File
SOURCE=..\libldap\cyrus.c
# End Source File
# Begin Source File
SOURCE=..\libldap\delete.c
# End Source File
# Begin Source File

View File

@ -172,6 +172,10 @@ SOURCE=..\..\include\lutil.h
# End Source File
# Begin Source File
SOURCE=..\..\include\lutil_ldap.h
# End Source File
# Begin Source File
SOURCE=..\..\include\lutil_lockf.h
# End Source File
# Begin Source File
@ -200,6 +204,10 @@ SOURCE=..\..\include\portable.h
# End Source File
# Begin Source File
SOURCE=.\sasl.c
# End Source File
# Begin Source File
SOURCE=.\sha1.c
# End Source File
# Begin Source File

View File

@ -138,12 +138,12 @@ struct berval **get_entry_referrals(
int slap_sasl_init(void)
{
return;
return LDAP_SUCCESS;
}
int slap_sasl_destroy(void)
{
return;
return LDAP_SUCCESS;
}
char * slap_sasl_secprops( const char *in )