]> sjero.net Git - wget/blobdiff - windows/config.h.ms
[svn] Windows fixes by Herold Heiko.
[wget] / windows / config.h.ms
index 7c5fa22c77f30b0b765ec6aede9d5b111c64d9ef..5078bd6735e701dbff3cffc7f7192c750d2676eb 100644 (file)
@@ -107,6 +107,12 @@ char *alloca ();
 /* Define if you have the strerror function. */
 #define HAVE_STRERROR 1
 
+/* Define if you have the snprintf function.  */
+#undef HAVE_SNPRINTF
+
+/* Define if you have the vsnprintf function.  */
+#undef HAVE_VSNPRINTF
+
 /* Define if you have the strstr function. */
 #define HAVE_STRSTR 1
 
@@ -167,4 +173,21 @@ char *alloca ();
 /* Define to 1 if ANSI function prototypes are usable.  */
 #define PROTOTYPES 1
 
+/* Define if we're compiling in support for MD5.  */
+#define HAVE_MD5 1
+
+/* Define if we're using Solaris libmd5.  */
+#undef HAVE_SOLARIS_MD5
+
+/* Define if we're using builtin (GNU) md5.c.  */
+#define HAVE_BUILTIN_MD5 1
+
+/* Work around VC 6 issues */
+#define inline __inline
+#define ftruncate chsize
+
+/* Define if you have the isatty function.  */
+#define HAVE_ISATTY 1
+
 #endif /* CONFIG_H */
+