sspi: Added version information

Added version information for Windows SSPI to curl's main version
string and removed SSPI from the features string.
This commit is contained in:
Steve Holme 2012-04-22 18:49:27 +01:00
parent 560cd62272
commit 2976de4808
8 changed files with 90 additions and 9 deletions

View file

@ -169,6 +169,7 @@ endif
endif
ifdef SSPI
CFLAGS += -DUSE_WINDOWS_SSPI
DLL_LIBS += -lversion
endif
ifdef SPNEGO
CFLAGS += -DHAVE_SPNEGO