Mercurial > emacs
annotate src/s/hpux9.h @ 3817:e65e33390314
* make-dist (lisp/term): This doesn't have a ChangeLog anymore.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Fri, 18 Jun 1993 00:05:16 +0000 |
parents | 67c6f072c8f9 |
children | 2c439a03b90c |
rev | line source |
---|---|
3296 | 1 /* System description file for hpux version 9. */ |
2 | |
3 #include "hpux8.h" | |
4 | |
5 #define HPUX9 | |
6 | |
3543
67c6f072c8f9
(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Richard M. Stallman <rms@gnu.org>
parents:
3296
diff
changeset
|
7 #if 0 |
3296 | 8 /* Try some debugging and see if gnu malloc hurts us */ |
9 #define SYSTEM_MALLOC 1 | |
10 #undef GNU_MALLOC | |
11 #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
|
12 #endif |