From c73e5e839d1a7830862927263bd98929a899b4ba Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 13 Jan 2011 02:55:26 +0100 Subject: Enabled SSPI support by default. --- lib/Makefile.b32 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/Makefile.b32') diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 0dacd8be0..04d3d298a 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -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 -- cgit v1.2.3