annotate src/s/sunos413.h @ 5526:5131e7d642b9

(version): Fix sed regexp to match two-elt version number.
author Roland McGrath <roland@gnu.org>
date Sat, 08 Jan 1994 22:06:34 +0000
parents 74fd637f952c
children 866c3e94b8a4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3114
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 #include "sunos4-1.h"
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
3308
a784dfbd4d67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 3114
diff changeset
3 #if 0 /* jik@gza.com says this didn't work. Too bad.
a784dfbd4d67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 3114
diff changeset
4 Can anyone find out why this loses? */
3114
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 #undef SYSTEM_MALLOC
3308
a784dfbd4d67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 3114
diff changeset
8 #endif
4903
72f692faeb8c *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 3308
diff changeset
9
5090
85803169314b entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 5019
diff changeset
10 #if 0 /* This causes failure in process_send_signal (tcgetattr loses)
85803169314b entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 5019
diff changeset
11 and may also cause hanging at Emacs startup when parent
85803169314b entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 5019
diff changeset
12 is not a job control shell. */
4903
72f692faeb8c *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 3308
diff changeset
13 /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids
72f692faeb8c *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 3308
diff changeset
14 the problem of spurious ^M in subprocess output. */
72f692faeb8c *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 3308
diff changeset
15 #define HAVE_TERMIOS
5019
8540ddfe3c1b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 4903
diff changeset
16 /* This enables some #undefs in systty.h. */
8540ddfe3c1b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 4903
diff changeset
17 #define BSD_TERMIOS
5090
85803169314b entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 5019
diff changeset
18 #endif
5204
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
19
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
20 /* barrie@calvin.demon.co.uk says memmove is missing. */
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
21 #ifndef SYSTEM_MALLOC
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
22 #define MEMMOVE_MISSING
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
23 #endif