(quoted-insert): Use insert-and-inherit.
[bpt/emacs.git] / src / s / hpux9.h
1 /* System description file for hpux version 9. */
2
3 #include "hpux8.h"
4
5 #define HPUX9
6
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. */
10 #if 0
11 #define SYSTEM_MALLOC 1
12 #undef GNU_MALLOC
13 #undef REL_ALLOC
14 #endif
15
16 #ifndef __GNUC__
17 /* Make room for enough symbols, so dispnew.c does not fail. */
18 #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD
19 #else
20 #define C_SWITCH_SYSTEM -D_BSD
21 #endif
22
23 #if 0 /* These definitions run into a bug in hpux
24 whereby trying to disable the vdsusp character has no effect.
25 supposedly there is no particular need for this. */
26 /* neal@ctd.comsat.com */
27 #undef HAVE_TERMIO
28 #define HAVE_TERMIOS
29 #define NO_TERMIO
30 #endif