Mercurial > emacs
annotate src/s/hpux9.h @ 9209:6ca1c82b40f4
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 01 Oct 1994 09:07:05 +0000 |
parents | 7a28aad7658f |
children | 1065c769cf32 |
rev | line source |
---|---|
4324 | 1 /* System description file for hpux version 9. */ |
3296 | 2 |
3 #include "hpux8.h" | |
4 | |
5 #define HPUX9 | |
6 | |
4322 | 7 /* If Emacs doesn't seem to work when built to use GNU malloc, you |
8 probably need to get the latest patches to the HP/UX compiler. | |
9 See `etc/MACHINES' for more information. */ | |
3543
67c6f072c8f9
(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Richard M. Stallman <rms@gnu.org>
parents:
3296
diff
changeset
|
10 #if 0 |
3296 | 11 #define SYSTEM_MALLOC 1 |
12 #undef GNU_MALLOC | |
13 #undef REL_ALLOC | |
3543
67c6f072c8f9
(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Richard M. Stallman <rms@gnu.org>
parents:
3296
diff
changeset
|
14 #endif |
7707
8b0e81f12ac1
(C_SWITCH_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4324
diff
changeset
|
15 |
7769
a8c703d510ba
(C_SWITCH_SYSTEM): Put inside __GNUC__ conditional.
Richard M. Stallman <rms@gnu.org>
parents:
7707
diff
changeset
|
16 #ifndef __GNUC__ |
7707
8b0e81f12ac1
(C_SWITCH_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4324
diff
changeset
|
17 /* Make room for enough symbols, so dispnew.c does not fail. */ |
8058
671738c86a82
(C_SWITCH_SYSTEM): Add -D_BSD.
Richard M. Stallman <rms@gnu.org>
parents:
7769
diff
changeset
|
18 #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD |
7769
a8c703d510ba
(C_SWITCH_SYSTEM): Put inside __GNUC__ conditional.
Richard M. Stallman <rms@gnu.org>
parents:
7707
diff
changeset
|
19 #endif |
8371
5ced823b544f
(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8058
diff
changeset
|
20 |
8851
7a28aad7658f
(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change.
Richard M. Stallman <rms@gnu.org>
parents:
8371
diff
changeset
|
21 #if 0 /* These definitions run into a bug in hpux |
7a28aad7658f
(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change.
Richard M. Stallman <rms@gnu.org>
parents:
8371
diff
changeset
|
22 whereby trying to disable the vdsusp character has no effect. |
7a28aad7658f
(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change.
Richard M. Stallman <rms@gnu.org>
parents:
8371
diff
changeset
|
23 supposedly there is no particular need for this. */ |
8371
5ced823b544f
(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8058
diff
changeset
|
24 /* neal@ctd.comsat.com */ |
5ced823b544f
(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8058
diff
changeset
|
25 #undef HAVE_TERMIO |
5ced823b544f
(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8058
diff
changeset
|
26 #define HAVE_TERMIOS |
5ced823b544f
(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8058
diff
changeset
|
27 #define NO_TERMIO |
8851
7a28aad7658f
(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change.
Richard M. Stallman <rms@gnu.org>
parents:
8371
diff
changeset
|
28 #endif |