(quoted-insert): Use insert-and-inherit.
[bpt/emacs.git] / src / s / hpux9.h
CommitLineData
c1f4f81a 1/* System description file for hpux version 9. */
7bca6845
JB
2
3#include "hpux8.h"
4
5#define HPUX9
6
869fcb70
JB
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. */
f478c160 10#if 0
7bca6845
JB
11#define SYSTEM_MALLOC 1
12#undef GNU_MALLOC
13#undef REL_ALLOC
f478c160 14#endif
ad8b9400 15
ed8f1660 16#ifndef __GNUC__
ad8b9400 17/* Make room for enough symbols, so dispnew.c does not fail. */
50ca2717 18#define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD
930c87d7
RS
19#else
20#define C_SWITCH_SYSTEM -D_BSD
ed8f1660 21#endif
5568392f 22
7a6dde27
RS
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. */
5568392f
RS
26/* neal@ctd.comsat.com */
27#undef HAVE_TERMIO
28#define HAVE_TERMIOS
29#define NO_TERMIO
7a6dde27 30#endif