1#ifndef CONFIG_H 2#define CONFIG_H 3 4#cmakedefine01 HAVE_ELF_H 5#cmakedefine01 HAVE_ENDIAN_H 6 7#define PACKAGE_STRING "@PACKAGE_STRING@" 8#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@" 9 10#endif // CONFIG_H 11