]> sjero.net Git - wget/blobdiff - windows/config.h.bor
[svn] Don't delete executables other than wget.exe.
[wget] / windows / config.h.bor
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