/* This file automatically generated */ #ifndef _CONFIG_H_ #define _CONFIG_H_ #define SIZEOF_CHAR 1 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_FLOAT 4 #define SIZEOF_DOUBLE 8 #ifndef CHAR_BIT #define CHAR_BIT 8 #endif #define OS_LINUX 1 #endif