1/* This generated file is for internal use. Do not include it from headers. */
2
3#ifdef CONFIG_H
4#error config.h can only be included once
5#else
6#define CONFIG_H
7
8/* Bug report URL. */
9#undef BUG_REPORT_URL
10
11/* Multilib suffix for libdir. */
12#undef CLANG_LIBDIR_SUFFIX
13
14/* Relative directory for resource files */
15#undef CLANG_RESOURCE_DIR
16
17/* Directories clang will search for headers */
18#undef C_INCLUDE_DIRS
19
20/* Default <path> to all compiler invocations for --sysroot=<path>. */
21#undef DEFAULT_SYSROOT
22
23/* Directory where gcc is installed. */
24#undef GCC_INSTALL_PREFIX
25
26/* Define if we have libxml2 */
27#undef CLANG_HAVE_LIBXML
28
29#undef PACKAGE_STRING
30
31/* The LLVM product name and version */
32#define BACKEND_PACKAGE_STRING PACKAGE_STRING
33
34/* Linker version detected at compile time. */
35#undef HOST_LINK_VERSION
36
37#endif
38