# HG changeset patch # User Jim Blandy # Date 738781434 0 # Node ID 9425c2065167076d74a25396d108b0218dde5f55 # Parent 4d405f172c79c086c08ab6557b2c82844229967f Initial revision diff -r 4d405f172c79 -r 9425c2065167 src/s/hpux9.h --- /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