From 0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 13 May 1998 17:53:36 +0000 Subject: can create v4 signatures --- include/util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index c56cc1991..5fcce6063 100644 --- a/include/util.h +++ b/include/util.h @@ -134,6 +134,10 @@ char *strlwr(char *a); #ifndef HAVE_STRTOUL #define strtoul(a,b,c) ((unsigned long)strtol((a),(b),(c))) #endif +#ifndef HAVE_MEMMOVE + #define memmove(d, s, n) bcopy((s), (d), (n)) +#endif + /******** some macros ************/ #ifndef STR -- cgit v1.2.3