1 #if defined(__x86__) || defined(__powerpc__) || defined(__s390__)
2 
3 #define SIZEOF_UNSIGNED_CHAR 1
4 #define SIZEOF_INT 4
5 #define HAVE_STDLIB_H 1
6 #define HAVE_STRERROR 1
7 #define HAVE_VPRINTF 1
8 
9 #define HAVE_ALLOCA 1
10 #include <alloca.h>
11 
12 #else
13 #error "You must set definitions for your architecture in config-linux.h"
14 
15 #endif
16