diff --git a/src/include/regex/utils.h b/src/include/regex/utils.h index cbab44259e..e2d8b6cda3 100644 --- a/src/include/regex/utils.h +++ b/src/include/regex/utils.h @@ -49,9 +49,8 @@ typedef unsigned char uch; #define NDEBUG /* no assertions please */ #endif #endif -#include /* for old systems with bcopy() but no memmove() */ -#if defined(PORTNAME_sparc) +#if !defined(HAVE_MEMMOVE) #define memmove(d, s, c) bcopy(s, d, c) #endif