config.h revision 324023
1/* $FreeBSD: stable/11/lib/clang/include/clang/Config/config.h 324023 2017-09-26 19:56:36Z dim $ */
2/* This generated file is for internal use. Do not include it from headers. */
3
4#ifdef CLANG_CONFIG_H
5#error config.h can only be included once
6#else
7#define CLANG_CONFIG_H
8
9/* Bug report URL. */
10#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
11
12/* Default linker to use. */
13#define CLANG_DEFAULT_LINKER ""
14
15/* Default C++ stdlib to use. */
16#define CLANG_DEFAULT_CXX_STDLIB ""
17
18/* Default runtime library to use. */
19#define CLANG_DEFAULT_RTLIB ""
20
21/* Default OpenMP runtime used by -fopenmp. */
22#define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
23
24/* Multilib suffix for libdir. */
25#define CLANG_LIBDIR_SUFFIX ""
26
27/* Relative directory for resource files */
28#define CLANG_RESOURCE_DIR ""
29
30/* Directories clang will search for headers */
31#define C_INCLUDE_DIRS ""
32
33/* Default <path> to all compiler invocations for --sysroot=<path>. */
34/* #undef DEFAULT_SYSROOT */
35
36/* Directory where gcc is installed. */
37#define GCC_INSTALL_PREFIX ""
38
39/* Define if we have libxml2 */
40/* #undef CLANG_HAVE_LIBXML */
41
42/* Define if we have z3 and want to build it */
43/* #undef CLANG_ANALYZER_WITH_Z3 */
44
45/* Define if we have sys/resource.h (rlimits) */
46#define CLANG_HAVE_RLIMITS 1
47
48/* The LLVM product name and version */
49#define BACKEND_PACKAGE_STRING "LLVM 5.0.0svn"
50
51/* Linker version detected at compile time. */
52/* #undef HOST_LINK_VERSION */
53
54/* pass --build-id to ld */
55/* #undef ENABLE_LINKER_BUILD_ID */
56
57/* enable x86 relax relocations by default */
58#define ENABLE_X86_RELAX_RELOCATIONS 0
59
60/* Enable each functionality of modules */
61/* #undef CLANG_ENABLE_ARCMT */
62/* #undef CLANG_ENABLE_OBJC_REWRITER */
63/* #undef CLANG_ENABLE_STATIC_ANALYZER */
64
65#endif
66