]> sjero.net Git - wget/blobdiff - windows/config.h.mingw
[svn] Don't define HAVE_LIMITS_H, Wget no longer uses it.
[wget] / windows / config.h.mingw
index 1db10b246d019a61c377e98de9ad748ce3a03073..fc43a4fb3ed59de14c2d5f0e4bb5f634372601e6 100644 (file)
@@ -1,6 +1,5 @@
-/* src/config.h.  Generated by configure.  */
 /* Configuration header file.
 /* Configuration header file.
-   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001
+   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2004
    Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
    Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
@@ -35,8 +34,8 @@ so, delete this exception statement from your version.  */
 /* Define if you have the <alloca.h> header file.  */
 /* #undef HAVE_ALLOCA_H */
 
 /* 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
 
 /* Define to empty if the keyword does not work.  */
 /* #undef const */
 
 /* Define to empty if the keyword does not work.  */
 /* #undef const */
@@ -78,14 +77,22 @@ so, delete this exception statement from your version.  */
 /* #undef HAVE_NLS */
 
 /* Define if you want the FTP support for Opie compiled in.  */
 /* #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 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
 
 
 /* Define if you want the debug output support compiled in.  */
 #define ENABLE_DEBUG 1
 
+/* Define to 1 if the system has the type `sig_atomic_t'. */
+#define HAVE_SIG_ATOMIC_T 1
+
 /* Define if you have sys/time.h header.  */
 #define HAVE_SYS_TIME_H 1
 
 /* Define if you have sys/time.h header.  */
 #define HAVE_SYS_TIME_H 1
 
@@ -249,7 +256,7 @@ so, delete this exception statement from your version.  */
 /* #undef HAVE_HAVE_STRUCT_SOCKADDR_IN6 */
 
 /* Define if struct sockaddr_in6 has the sin6_scope_id member */
 /* #undef HAVE_HAVE_STRUCT_SOCKADDR_IN6 */
 
 /* Define if struct sockaddr_in6 has the sin6_scope_id member */
-/* #undef HAVE_SOCKADDR_IN6_SCOPE_ID */
+#define HAVE_SOCKADDR_IN6_SCOPE_ID
 
 /* Define if you want to enable the IPv6 support.  */
 /* #undef ENABLE_IPV6 */
 
 /* Define if you want to enable the IPv6 support.  */
 /* #undef ENABLE_IPV6 */
@@ -258,6 +265,8 @@ so, delete this exception statement from your version.  */
 #define socklen_t int
 
 /* Define if you have uint32_t.  */
 #define socklen_t int
 
 /* Define if you have uint32_t.  */
-#undef HAVE_UINT32_T
+#define HAVE_UINT32_T
+
+#include "config-post.h"
 
 #endif /* CONFIG_H */
 
 #endif /* CONFIG_H */