summaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-08-27 19:16:10 +0200
committerYang Tse <yangsita@gmail.com>2011-08-27 19:16:10 +0200
commit260ee6b7bfbc4a49832a1e322d1cc5d9d3c33ddf (patch)
tree41df8db943b4c899ec09a8806f6a9d55c3896905 /lib/setup.h
parentb976d108f1beecff743f912f190ffc89f1ef9098 (diff)
downloadcurl-260ee6b7bfbc4a49832a1e322d1cc5d9d3c33ddf.tar.gz
NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/setup.h b/lib/setup.h
index f90cf8f31..c821bc6b4 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -568,6 +568,7 @@ int netware_init(void);
#define USE_HTTP_NEGOTIATE
#endif
+/* Single point where USE_NTLM definition might be done */
#if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_NTLM)
#if defined(USE_SSLEAY) || defined(USE_WINDOWS_SSPI) || \
defined(USE_GNUTLS) || defined(USE_NSS)