Mercurial > emacs
annotate src/s/hpux9.h @ 5265:7305f7204c67
(ange-ftp-hash-mark-msgs): Make match more general.
(ange-ftp-gateway-prompt-pattern): Don't match more than one line.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 23 Dec 1993 03:05:12 +0000 |
parents | 108978f3defd |
children | 8b0e81f12ac1 |
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 |