[!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
This commit is contained in:
parent
0952210a1a
commit
e19e176ab9
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue