1/* This generated file is for internal use. Do not include it from headers. */
2
3#ifdef CLANG_CONFIG_H
4#error config.h can only be included once
5#else
6#define CLANG_CONFIG_H
7
8/* Bug report URL. */
9#undef BUG_REPORT_URL
10
11/* Default C++ stdlib to use. */
12#undef CLANG_DEFAULT_CXX_STDLIB
13
14/* Default objcopy to use */
15#undef CLANG_DEFAULT_OBJCOPY
16
17/* Default runtime library to use. */
18#undef CLANG_DEFAULT_RTLIB
19
20/* Default unwind library to use. */
21#undef CLANG_DEFAULT_UNWINDLIB
22
23/* Default linker to use (linker name or absolute path, empty for platform
24   default) */
25#undef CLANG_DEFAULT_LINKER
26
27/* Default OpenMP runtime used by -fopenmp. */
28#undef CLANG_DEFAULT_OPENMP_RUNTIME
29
30/* Multilib suffix for libdir. */
31#undef CLANG_LIBDIR_SUFFIX
32
33/* Relative directory for resource files */
34#undef CLANG_RESOURCE_DIR
35
36/* Directories clang will search for headers */
37#undef C_INCLUDE_DIRS
38
39/* Default <path> to all compiler invocations for --sysroot=<path>. */
40#undef DEFAULT_SYSROOT
41
42/* Directory where gcc is installed. */
43#undef GCC_INSTALL_PREFIX
44
45/* Whether clang should use a new process for the CC1 invocation */
46#undef CLANG_SPAWN_CC1
47
48/* Define if we have libxml2 */
49#undef CLANG_HAVE_LIBXML
50
51#undef PACKAGE_STRING
52
53/* The LLVM product name and version */
54#define BACKEND_PACKAGE_STRING PACKAGE_STRING
55
56/* Linker version detected at compile time. */
57#undef HOST_LINK_VERSION
58
59/* enable x86 relax relocations by default */
60#undef ENABLE_X86_RELAX_RELOCATIONS
61
62#undef CLANG_ENABLE_ARCMT
63#undef CLANG_ENABLE_OBJC_REWRITER
64#undef CLANG_ENABLE_STATIC_ANALYZER
65
66#undef ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER
67#undef CLANG_OPENMP_NVPTX_DEFAULT_ARCH
68#undef CLANG_SYSTEMZ_DEFAULT_ARCH
69
70#endif
71