1 #if defined(__x86__) || defined(__powerpc__)
2 
3 #define SIZEOF_UNSIGNED_CHAR 1
4 #define SIZEOF_INT 4
5 #define HAVE_STDLIB_H 1
6 #define HAVE_STRERROR 1
7 #else
8 #error "You must set definitions for your architecture in config-lynxos.h"
9 
10 #endif
11