comint-password-prompt-regexp: New variable.
[emacs.git] / src / s / hpux9.h
blob68b18129a4d20ac9648b68824c47a169a4717d75
1 /* System description file for hpux version 9. */
3 #include "hpux8.h"
5 #define HPUX9
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
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 #endif