/* config.h: master configuration file, included first by all compilable source files (not headers). */ #ifndef CONFIG_H #define CONFIG_H #define HAVE_STRING_H 1 #define STDC_HEADERS 1 #ifdef WIN32 #define alloca _alloca #endif #endif /* CONFIG_H */