From daf527b276fc81726eb927ed9ef3d794f1ec4b2c Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Sun, 28 Jan 2007 21:54:10 +0000 Subject: enabled build with sspi. --- lib/Makefile.m32 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Makefile.m32') diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index c3d1741e8..3e1a07680 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -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 -- cgit v1.2.3