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