]> sjero.net Git - wget/blobdiff - src/sysdep.h
[svn] Check for memmove and implement one if it's missing.
[wget] / src / sysdep.h
index 128d024c973ff3a7916a3f87ffa5cac274cb34ac..226a8c545246668f8e7337861631d7c67902d5aa 100644 (file)
@@ -163,6 +163,12 @@ char *strptime ();
 #ifndef HAVE_VSNPRINTF
 int vsnprintf ();
 #endif
+#ifndef HAVE_USLEEP
+int usleep ();
+#endif
+#ifndef HAVE_MEMMOVE
+void *memmove ();
+#endif
 
 /* SunOS brain damage -- for some reason, SunOS header files fail to
    declare the functions below, which causes all kinds of problems