From: Guenter Knauf Date: Wed, 18 Aug 2010 13:16:10 +0000 (+0200) Subject: Added SSPI build to Watcom makefile. X-Git-Tag: curl-7_21_2~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f0532a0726e8c893e833bbbc9d5590c50ed13d1;p=curl Added SSPI build to Watcom makefile. --- diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 46b6ec9ac..0ae01799a 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. #