diff options
| author | Jim Blandy | 1993-05-30 17:03:54 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-30 17:03:54 +0000 |
| commit | 7bca68456279a8198304c97a47a75b484c4d701a (patch) | |
| tree | 91b36f1ecf08892bac47298988f793c8e3058246 /src | |
| parent | e8b3a22d82559513dc0333fc8c6d75aec3e8cf9e (diff) | |
| download | emacs-7bca68456279a8198304c97a47a75b484c4d701a.tar.gz emacs-7bca68456279a8198304c97a47a75b484c4d701a.zip | |
Initial revision
Diffstat (limited to 'src')
| -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 @@ | |||
| 1 | /* System description file for hpux version 9. */ | ||
| 2 | |||
| 3 | #include "hpux8.h" | ||
| 4 | |||
| 5 | #define HPUX9 | ||
| 6 | |||
| 7 | /* Try some debugging and see if gnu malloc hurts us */ | ||
| 8 | #define SYSTEM_MALLOC 1 | ||
| 9 | #undef GNU_MALLOC | ||
| 10 | #undef REL_ALLOC | ||