mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:43:47 +03:00
enabled build with sspi.
This commit is contained in:
parent
ee51c07be6
commit
daf527b276
3 changed files with 10 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ ifdef ZLIB
|
|||
CFLAGS += -DHAVE_LIBZ -DHAVE_ZLIB_H
|
||||
DLL_LIBS += -L$(ZLIB_PATH) -lz
|
||||
endif
|
||||
ifdef SSPI
|
||||
CFLAGS += -DUSE_WINDOWS_SSPI
|
||||
endif
|
||||
COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
|
||||
|
||||
# Makefile.inc provides the CSOURCES and HHEADERS defines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue