]> granicus.if.org Git - curl/commitdiff
Added SPNEGO to MinGW makefiles.
authorGuenter Knauf <lists@gknw.net>
Sun, 4 Sep 2011 08:03:08 +0000 (10:03 +0200)
committerGuenter Knauf <lists@gknw.net>
Sun, 4 Sep 2011 08:03:08 +0000 (10:03 +0200)
lib/Makefile.m32
src/Makefile.m32

index ef8825d18a70f965c33ed752e7829655066fe5d4..7bea85807dc595376b9858cb3cab746b1d8998a9 100644 (file)
@@ -103,6 +103,9 @@ endif
 ifeq ($(findstring -sspi,$(CFG)),-sspi)
 SSPI = 1
 endif
+ifeq ($(findstring -spnego,$(CFG)),-spnego)
+SPNEGO = 1
+endif
 ifeq ($(findstring -ldaps,$(CFG)),-ldaps)
 LDAPS = 1
 endif
@@ -154,6 +157,9 @@ endif
 ifdef SSPI
   CFLAGS += -DUSE_WINDOWS_SSPI
 endif
+ifdef SPNEGO
+  CFLAGS += -DHAVE_SPNEGO
+endif
 ifdef IPV6
   CFLAGS += -DENABLE_IPV6
 endif
index 58fbc97b61d74ad9b5993fb0407b349142270943..7ec7012aae33083ae4c52791cd38991ddf577b4c 100644 (file)
@@ -105,6 +105,9 @@ endif
 ifeq ($(findstring -sspi,$(CFG)),-sspi)
 SSPI = 1
 endif
+ifeq ($(findstring -spnego,$(CFG)),-spnego)
+SPNEGO = 1
+endif
 ifeq ($(findstring -ldaps,$(CFG)),-ldaps)
 LDAPS = 1
 endif
@@ -161,6 +164,9 @@ endif
 ifdef SSPI
   CFLAGS += -DUSE_WINDOWS_SSPI
 endif
+ifdef SPNEGO
+  CFLAGS += -DHAVE_SPNEGO
+endif
 ifdef IPV6
   CFLAGS += -DENABLE_IPV6
 endif