]> granicus.if.org Git - curl/commitdiff
Added SSPI build to Watcom makefile.
authorGuenter Knauf <lists@gknw.net>
Wed, 18 Aug 2010 13:16:10 +0000 (15:16 +0200)
committerGuenter Knauf <lists@gknw.net>
Wed, 18 Aug 2010 13:17:05 +0000 (15:17 +0200)
lib/Makefile.Watcom

index 46b6ec9ac26183e18d54a836803a81d692173bf0..0ae01799a7be4484bfec5c6bc7d1f2d13b0cceaf 100644 (file)
@@ -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.
 #