]> git.eshelyaron.com Git - emacs.git/commitdiff
[!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
authorRichard M. Stallman <rms@gnu.org>
Sun, 28 Nov 1993 11:32:00 +0000 (11:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 28 Nov 1993 11:32:00 +0000 (11:32 +0000)
src/s/sunos413.h

index f5d1ab11a7ff9e116ba4a579f780c8098ad60bd0..1ee0969eedf77c6cc0edd405bc25b4b835b46388 100644 (file)
@@ -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