diff src/s/sunos413.h @ 5204:74fd637f952c

[!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Nov 1993 11:32:00 +0000
parents 85803169314b
children 866c3e94b8a4
line wrap: on
line diff
--- a/src/s/sunos413.h	Sun Nov 28 11:30:23 1993 +0000
+++ b/src/s/sunos413.h	Sun Nov 28 11:32:00 1993 +0000
@@ -16,3 +16,8 @@
 /* This enables some #undefs in systty.h.  */
 #define BSD_TERMIOS
 #endif
+
+/* barrie@calvin.demon.co.uk says memmove is missing.  */
+#ifndef SYSTEM_MALLOC
+#define MEMMOVE_MISSING
+#endif