Mercurial > emacs
annotate src/s/sunos413.h @ 5013:950929c4ae00
(creating src/Makefile): Before running cpp,
discard all lines that start with `# Generated' or /**/#.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 15 Nov 1993 01:26:54 +0000 |
parents | 72f692faeb8c |
children | 8540ddfe3c1b |
rev | line source |
---|---|
3114 | 1 #include "sunos4-1.h" |
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 | 5 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ |
6 | |
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 |
72f692faeb8c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3308
diff
changeset
|
10 /* 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
|
11 the problem of spurious ^M in subprocess output. */ |
72f692faeb8c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3308
diff
changeset
|
12 #define HAVE_TERMIOS |