(VALBITS, GCTYPEBITS): Deleted; default is better.
[bpt/emacs.git] / src / s / sunos413.h
CommitLineData
05469d1a
RS
1/* As of 19.29, it should work ok to use shared libs with X. */
2#include "sunos4shr.h"
3
4#if 0
7fed2f52
RS
5#include "sunos4-1.h"
6
caa4e6c4 7/* jik@gza.com says this works now. */
7fed2f52
RS
8/* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
9
10#undef SYSTEM_MALLOC
3c92186c 11
94b90846
RS
12#if 0 /* This causes failure in process_send_signal (tcgetattr loses)
13 and may also cause hanging at Emacs startup when parent
14 is not a job control shell. */
3c92186c
RS
15/* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids
16 the problem of spurious ^M in subprocess output. */
17#define HAVE_TERMIOS
222fce2b
RS
18/* This enables some #undefs in systty.h. */
19#define BSD_TERMIOS
94b90846 20#endif
e19e176a
RS
21
22/* barrie@calvin.demon.co.uk says memmove is missing. */
23#ifndef SYSTEM_MALLOC
24#define MEMMOVE_MISSING
25#endif
05469d1a 26#endif /* 0 */