]> sjero.net Git - wget/blobdiff - windows/config.h.ms
[svn] Windows fixes by Herold Heiko.
[wget] / windows / config.h.ms
index 307dd4c79002cfa6ae141f08540007f1758a8550..5078bd6735e701dbff3cffc7f7192c750d2676eb 100644 (file)
@@ -173,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 */
+