Skip to content
Snippets Groups Projects
Commit c73e5e83 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Enabled SSPI support by default.

parent db2e4253
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment