]> sjero.net Git - wget/blobdiff - windows/config.h.bor
[svn] Update windows Makefiles and dependencies.
[wget] / windows / config.h.bor
index 736f4fe3cf3705e474213a714e1837fe338fc374..c718cf678cb8d2add5706218d9e39cf028809717 100644 (file)
@@ -167,4 +167,13 @@ 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
+
 #endif /* CONFIG_H */