]> code.delx.au - gnu-emacs/blob - src/s/hpux9.h
* s/hpux9.h: Doc fix.
[gnu-emacs] / src / s / hpux9.h
1 /* System description file for hpux version 9. */
2
3 #include "hpux8.h"
4
5 #define HPUX9
6
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. */
10 #if 0
11 #define SYSTEM_MALLOC 1
12 #undef GNU_MALLOC
13 #undef REL_ALLOC
14 #endif