blob: 134a789e9ea3a38e33d1584e0e54ea527c03427a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* System description file for hpux version 9. */
#include "hpux8.h"
#define HPUX9
#if 0
/* Try some debugging and see if gnu malloc hurts us */
#define SYSTEM_MALLOC 1
#undef GNU_MALLOC
#undef REL_ALLOC
#endif
|