(Fexpand_abbrev): Instead of Fcapitalize_region,
[bpt/emacs.git] / 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 #if 0 /* This causes failure in process_send_signal (tcgetattr loses)
9 and may also cause hanging at Emacs startup when parent
10 is not a job control shell. */
11 /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids
12 the problem of spurious ^M in subprocess output. */
13 #define HAVE_TERMIOS
14 /* This enables some #undefs in systty.h. */
15 #define BSD_TERMIOS
16 #endif
17
18 /* barrie@calvin.demon.co.uk says memmove is missing. */
19 #ifndef SYSTEM_MALLOC
20 #define MEMMOVE_MISSING
21 #endif