[!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.

This commit is contained in:
Richard M. Stallman 1993-11-28 11:32:00 +00:00
parent 0952210a1a
commit e19e176ab9

View 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