/* include/clang/Config/config.h.in. */ #ifndef CONFIG_H #define CONFIG_H /* Bug report URL. */ #undef BUG_REPORT_URL /* Relative directory for resource files */ #undef CLANG_RESOURCE_DIR /* Directories clang will search for headers */ #undef C_INCLUDE_DIRS /* Linker version detected at compile time. */ #undef HOST_LINK_VERSION /* Default to all compiler invocations for --sysroot=. */ #undef DEFAULT_SYSROOT /* Directory where gcc is installed. */ #undef GCC_INSTALL_PREFIX #endif