Mercurial > emacs
changeset 3296:9425c2065167
Initial revision
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 30 May 1993 17:03:54 +0000 |
parents | 4d405f172c79 |
children | 3421b4474f83 |
files | src/s/hpux9.h |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/s/hpux9.h Sun May 30 17:03:54 1993 +0000 @@ -0,0 +1,10 @@ +/* System description file for hpux version 9. */ + +#include "hpux8.h" + +#define HPUX9 + +/* Try some debugging and see if gnu malloc hurts us */ +#define SYSTEM_MALLOC 1 +#undef GNU_MALLOC +#undef REL_ALLOC