comparison src/s/sunos413.h @ 5090:85803169314b

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Nov 1993 22:31:12 +0000
parents 8540ddfe3c1b
children 74fd637f952c
comparison
equal deleted inserted replaced
5089:25c2db35fe1e 5090:85803169314b
5 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ 5 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
6 6
7 #undef SYSTEM_MALLOC 7 #undef SYSTEM_MALLOC
8 #endif 8 #endif
9 9
10 #if 0 /* This causes failure in process_send_signal (tcgetattr loses)
11 and may also cause hanging at Emacs startup when parent
12 is not a job control shell. */
10 /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids 13 /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids
11 the problem of spurious ^M in subprocess output. */ 14 the problem of spurious ^M in subprocess output. */
12 #define HAVE_TERMIOS 15 #define HAVE_TERMIOS
13 /* This enables some #undefs in systty.h. */ 16 /* This enables some #undefs in systty.h. */
14 #define BSD_TERMIOS 17 #define BSD_TERMIOS
18 #endif