Mercurial > emacs
annotate src/s/sunos413.h @ 9015:1452c72d18db
(UTILITIES): Remove test-distrib, make-docfile, make-path.
(DONT_INSTALL): New variable--list those files here.
(clean): Delete the files in DONT_INSTALL.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 23 Sep 1994 05:42:40 +0000 |
parents | 163a9c1b5394 |
children | d68b305849ad |
rev | line source |
---|---|
3114 | 1 #include "sunos4-1.h" |
2 | |
5638
866c3e94b8a4
Add #undef SYSTEM_MALLOC.
Richard M. Stallman <rms@gnu.org>
parents:
5204
diff
changeset
|
3 /* jik@gza.com says this works now. */ |
3114 | 4 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ |
5 | |
6 #undef SYSTEM_MALLOC | |
4903
72f692faeb8c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3308
diff
changeset
|
7 |
5090 | 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. */ | |
4903
72f692faeb8c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3308
diff
changeset
|
11 /* 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
|
12 the problem of spurious ^M in subprocess output. */ |
72f692faeb8c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3308
diff
changeset
|
13 #define HAVE_TERMIOS |
5019
8540ddfe3c1b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
4903
diff
changeset
|
14 /* This enables some #undefs in systty.h. */ |
8540ddfe3c1b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
4903
diff
changeset
|
15 #define BSD_TERMIOS |
5090 | 16 #endif |
5204
74fd637f952c
[!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
5090
diff
changeset
|
17 |
74fd637f952c
[!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
5090
diff
changeset
|
18 /* 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
|
19 #ifndef SYSTEM_MALLOC |
74fd637f952c
[!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
5090
diff
changeset
|
20 #define MEMMOVE_MISSING |
74fd637f952c
[!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
5090
diff
changeset
|
21 #endif |
7848 | 22 |
23 /* brett@kirk.es.go.dlr.de reported that, without this definition, | |
24 Emacs would loop when olvwm exits. */ | |
25 #define X_IO_BUG |