]> code.delx.au - gnu-emacs/blob - src/s/sunos413.h
(USE_MMAP_FOR_BUFFERS): Define.
[gnu-emacs] / src / s / sunos413.h
1 #include "sunos4-1.h"
2
3 /* jik@gza.com says this works now. */
4 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
5
6 #undef SYSTEM_MALLOC
7
8 /* barrie@calvin.demon.co.uk says memmove is missing. */
9 #ifndef SYSTEM_MALLOC
10 #define MEMMOVE_MISSING
11 #endif
12
13 #define USE_MMAP_FOR_BUFFERS 1