mirror of
https://github.com/curl/curl.git
synced 2026-07-23 18:37:17 +03:00
Enabled SSPI support by default.
This commit is contained in:
parent
db2e425346
commit
c73e5e839d
1 changed files with 5 additions and 0 deletions
|
|
@ -55,6 +55,11 @@ INCDIRS = -I.;..\include
|
|||
LINKLIB = $(BCCDIR)\lib\cw32mt.lib
|
||||
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
|
||||
!ifndef WITH_LDAP
|
||||
DEFINES = $(DEFINES) -DCURL_DISABLE_LDAP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue