diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-30 17:03:54 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-30 17:03:54 +0000 |
commit | 7bca68456279a8198304c97a47a75b484c4d701a (patch) | |
tree | 91b36f1ecf08892bac47298988f793c8e3058246 /src/s/hpux9.h | |
parent | e8b3a22d82559513dc0333fc8c6d75aec3e8cf9e (diff) | |
download | emacs-7bca68456279a8198304c97a47a75b484c4d701a.tar.gz |
Initial revision
Diffstat (limited to 'src/s/hpux9.h')
-rw-r--r-- | src/s/hpux9.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h new file mode 100644 index 00000000000..472f8f02da0 --- /dev/null +++ b/src/s/hpux9.h @@ -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 |