]> sjero.net Git - wget/commitdiff
[svn] Enable NTLM if SSL is available.
authorhniksic <devnull@localhost>
Wed, 6 Apr 2005 20:44:37 +0000 (13:44 -0700)
committerhniksic <devnull@localhost>
Wed, 6 Apr 2005 20:44:37 +0000 (13:44 -0700)
windows/config.h.bor
windows/config.h.mingw
windows/config.h.ms

index 3ce3276036cff37cfef486d57bf622c6cbf7c70d..867be4f50642417499bed7f6e948c17e282370c4 100644 (file)
 #undef ENABLE_NLS
 
 /* Define if you want the FTP support for Opie compiled in.  */
-#define USE_OPIE 1
+#define ENABLE_OPIE 1
 
 /* Define if you want the HTTP Digest Authorization compiled in.  */
-#define USE_DIGEST 1
+#define ENABLE_DIGEST 1
+
+/* Define if you want the NTLM authorization support compiled in. */
+#ifdef HAVE_SSL
+# define ENABLE_NTLM
+#endif
 
 /* Define if you want the debug output support compiled in.  */
 #define ENABLE_DEBUG 1
index d15e46255c3e5e4a75b2388bbfb7162d7a714842..cf7f92d7fcbde875e1c039cfa0f354b3a62840b2 100644 (file)
@@ -80,10 +80,15 @@ so, delete this exception statement from your version.  */
 /* #undef HAVE_NLS */
 
 /* Define if you want the FTP support for Opie compiled in.  */
-#define USE_OPIE 1
+#define ENABLE_OPIE 1
+
+/* Define if you want the NTLM authorization support compiled in. */
+#ifdef HAVE_SSL
+# define ENABLE_NTLM
+#endif
 
 /* Define if you want the HTTP Digest Authorization compiled in.  */
-#define USE_DIGEST 1
+#define ENABLE_DIGEST 1
 
 /* Define if you want the debug output support compiled in.  */
 #define ENABLE_DEBUG 1
index 56fe81f0406ce4042a482aca7259f7ffff70470d..c00ef8704c448f135fa5dc72ed9c70a60d2d33b2 100644 (file)
 #undef WORDS_BIGENDIAN
 
 /* Define if you want the FTP support for Opie compiled in.  */
-#define USE_OPIE 1
+#define ENABLE_OPIE 1
 
 /* Define if you want the HTTP Digest Authorization compiled in.  */
-#define USE_DIGEST 1
+#define ENABLE_DIGEST 1
+
+/* Define if you want the NTLM authorization support compiled in. */
+#ifdef HAVE_SSL
+# define ENABLE_NTLM
+#endif
 
 /* Define if you want the debug output support compiled in.  */
 #define ENABLE_DEBUG 1