xref: /netbsd-src/external/apache2/llvm/autoconf/include/clang/Config/config.h.in (revision 8ecbf5f02b752fcb7debe1a8fab1dc82602bc760)
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/* Define if we have libxml2 */
46#undef CLANG_HAVE_LIBXML
47
48#undef PACKAGE_STRING
49
50/* The LLVM product name and version */
51#define BACKEND_PACKAGE_STRING PACKAGE_STRING
52
53/* Linker version detected at compile time. */
54#undef HOST_LINK_VERSION
55
56/* enable x86 relax relocations by default */
57#undef ENABLE_X86_RELAX_RELOCATIONS
58
59#undef CLANG_ENABLE_ARCMT
60#undef CLANG_ENABLE_OBJC_REWRITER
61#undef CLANG_ENABLE_STATIC_ANALYZER
62
63#undef ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER
64#undef CLANG_OPENMP_NVPTX_DEFAULT_ARCH
65
66#endif
67