1 #ifdef __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 #else
9 #error "You must set definitions for your architecture in config-freebsd.h"
10 
11 #endif
12