From 2f0532a0726e8c893e833bbbc9d5590c50ed13d1 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 18 Aug 2010 15:16:10 +0200 Subject: [PATCH] Added SSPI build to Watcom makefile. --- lib/Makefile.Watcom | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 46b6ec9..0ae0179 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -57,6 +57,10 @@ CFLAGS += -d0 CFLAGS += -d_WIN32_WINNT=0x0501 -dENABLE_IPV6 !endif +!ifdef %use_sspi +CFLAGS += -dUSE_WINDOWS_SSPI +!endif + # # Change to suite. # -- 2.7.4