]> sjero.net Git - wget/blobdiff - windows/config.h.mingw
[svn] Don't explicitly include <malloc.h>, mswindows.h does it for us.
[wget] / windows / config.h.mingw
index d15e46255c3e5e4a75b2388bbfb7162d7a714842..4cf6c30f36307b7ee865f29b861f6da2697c55de 100644 (file)
@@ -34,9 +34,6 @@ so, delete this exception statement from your version.  */
 /* Define if you have the <alloca.h> header file.  */
 /* #undef HAVE_ALLOCA_H */
 
-/* For MinGW GCC/Win32, alloca is defined in the <malloc.h> header file. */
-#include <malloc.h>
-
 /* Flag that C files should include <stdarg.h>, not <varargs.h>.  */
 #define WGET_USE_STDARG
 
@@ -80,10 +77,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