1 #ifdef __hpux__
2 
3 #define SIZEOF_UNSIGNED_CHAR 1
4 #define SIZEOF_INT 4
5 #define HAVE_STDLIB_H 1
6 #define HAVE_STRERROR 1
7 
8 #if defined(__HP_cc)
9 #  define HAVE_ALLOCA 1
10 #  include <alloca.h>
11 #endif
12 
13 #endif
14