From 925ea01ed6ff21938b1fc6b904c5214e7705f118 Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Sun, 20 Oct 1996 20:40:17 +0000
Subject: [PATCH] Add #define HAVE_MEMMOVE for systems that do have it.

---
 src/include/config.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/include/config.h b/src/include/config.h
index 8b5960cb8ea..347985d0c6b 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -103,6 +103,7 @@
 #  define USE_LIMITS_H
 #  define USE_POSIX_TIME
 #  define NEED_CBRT
+#  define HAVE_MEMMOVE
 #endif
 
 #if defined(bsdi)
-- 
GitLab