enabled build with sspi.

This commit is contained in:
Gunter Knauf
2007-01-28 21:54:10 +00:00
parent ee51c07be6
commit daf527b276
3 changed files with 10 additions and 0 deletions

View File

@@ -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