Sync to HEAD
[bpt/emacs.git] / src / s / sunos413.h
CommitLineData
7fed2f52
RS
1#include "sunos4-1.h"
2
caa4e6c4 3/* jik@gza.com says this works now. */
7fed2f52
RS
4/* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
5
6#undef SYSTEM_MALLOC
3c92186c 7
e19e176a
RS
8/* barrie@calvin.demon.co.uk says memmove is missing. */
9#ifndef SYSTEM_MALLOC
10#define MEMMOVE_MISSING
11#endif
5979523a
DL
12
13#define USE_MMAP_FOR_BUFFERS 1
6b61353c
KH
14
15/* arch-tag: ebd184b0-9084-4306-8e71-c0437330e1e1
16 (do not change this comment) */