1 #if defined(__powerpc__) || defined(__x86__)
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 #endif
9 
10