projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18cbb4d
)
fixed commented define for SSPI.
author
Gunter Knauf
<gk@gknw.de>
Thu, 28 Feb 2008 11:34:08 +0000
(11:34 +0000)
committer
Gunter Knauf
<gk@gknw.de>
Thu, 28 Feb 2008 11:34:08 +0000
(11:34 +0000)
lib/Makefile.vc6
patch
|
blob
|
history
src/Makefile.vc6
patch
|
blob
|
history
diff --git
a/lib/Makefile.vc6
b/lib/Makefile.vc6
index
643475f
..
dc396bb
100644
(file)
--- a/
lib/Makefile.vc6
+++ b/
lib/Makefile.vc6
@@
-58,7
+58,7
@@
MACHINE = X86
# It can be downloaded from:
\r
# http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
\r
\r
-#
USE_
WINDOWS_SSPI = 1
\r
+# WINDOWS_SSPI = 1
\r
\r
!IFDEF WINDOWS_SSPI
\r
!IFNDEF WINDOWS_SDK_PATH
\r
diff --git
a/src/Makefile.vc6
b/src/Makefile.vc6
index
fbcfbf9
..
2332422
100644
(file)
--- a/
src/Makefile.vc6
+++ b/
src/Makefile.vc6
@@
-41,7
+41,7
@@
MACHINE = X86
# It can be downloaded from:
\r
# http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
\r
\r
-#
USE_
WINDOWS_SSPI = 1
\r
+# WINDOWS_SSPI = 1
\r
\r
!IFDEF WINDOWS_SSPI
\r
!IFNDEF WINDOWS_SDK_PATH
\r