mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Enabled SSPI support by default.
This commit is contained in:
parent
db2e425346
commit
c73e5e839d
@ -55,6 +55,11 @@ INCDIRS = -I.;..\include
|
|||||||
LINKLIB = $(BCCDIR)\lib\cw32mt.lib
|
LINKLIB = $(BCCDIR)\lib\cw32mt.lib
|
||||||
DEFINES = -DNDEBUG -DWIN32 -DBUILDING_LIBCURL
|
DEFINES = -DNDEBUG -DWIN32 -DBUILDING_LIBCURL
|
||||||
|
|
||||||
|
# By default SSPI support is enabled for BCC
|
||||||
|
!ifndef DISABLE_SSPI
|
||||||
|
DEFINES = $(DEFINES) -DUSE_WINDOWS_SSPI
|
||||||
|
!endif
|
||||||
|
|
||||||
# By default LDAP support is disabled for BCC
|
# By default LDAP support is disabled for BCC
|
||||||
!ifndef WITH_LDAP
|
!ifndef WITH_LDAP
|
||||||
DEFINES = $(DEFINES) -DCURL_DISABLE_LDAP
|
DEFINES = $(DEFINES) -DCURL_DISABLE_LDAP
|
||||||
|
Loading…
Reference in New Issue
Block a user