]> sjero.net Git - wget/blobdiff - src/gnu-md5.c
[svn] Remove K&R support.
[wget] / src / gnu-md5.c
index a157ff591903122c6d4f202e655156a6c3fbbe75..6abcecf77cdbf8545a9968c5a2f7bfbb385a0688 100644 (file)
 # include <config.h>
 #endif
 
-/* Wget */
-/*#if STDC_HEADERS || defined _LIBC*/
-# include <stdlib.h>
-#ifdef HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
-/*#else*/
-/*# ifndef HAVE_MEMCPY*/
-/*#  define memcpy(d, s, n) bcopy ((s), (d), (n))*/
-/*# endif*/
-/*#endif*/
+/* modified for Wget: depend on C89 */
+#include <stdlib.h>
+#include <string.h>
 
 #include "wget.h"
 #include "gnu-md5.h"