config.h revision 310618
1/* $FreeBSD: stable/11/lib/clang/include/clang/Config/config.h 310618 2016-12-26 20:36:37Z 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 C++ stdlib to use. */
13#define CLANG_DEFAULT_CXX_STDLIB ""
14
15/* Default OpenMP runtime used by -fopenmp. */
16#define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
17
18/* Multilib suffix for libdir. */
19#define CLANG_LIBDIR_SUFFIX ""
20
21/* Relative directory for resource files */
22#define CLANG_RESOURCE_DIR ""
23
24/* Directories clang will search for headers */
25#define C_INCLUDE_DIRS ""
26
27/* Default <path> to all compiler invocations for --sysroot=<path>. */
28/* #undef DEFAULT_SYSROOT */
29
30/* Directory where gcc is installed. */
31#define GCC_INSTALL_PREFIX ""
32
33/* Define if we have libxml2 */
34/* #undef CLANG_HAVE_LIBXML */
35
36/* The LLVM product name and version */
37#define BACKEND_PACKAGE_STRING "LLVM 3.9.1"
38
39/* Linker version detected at compile time. */
40/* #undef HOST_LINK_VERSION */
41
42/* pass --build-id to ld */
43/* #undef ENABLE_LINKER_BUILD_ID */
44
45/* enable x86 relax relocations by default */
46#define ENABLE_X86_RELAX_RELOCATIONS 0
47
48#endif
49