config.h revision 302408
1/* $FreeBSD: stable/11/lib/clang/include/clang/Config/config.h 296417 2016-03-05 20:24:31Z 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 OpenMP runtime used by -fopenmp. */
13#define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
14
15/* Multilib suffix for libdir. */
16#define CLANG_LIBDIR_SUFFIX ""
17
18/* Relative directory for resource files */
19#define CLANG_RESOURCE_DIR ""
20
21/* Directories clang will search for headers */
22#define C_INCLUDE_DIRS ""
23
24/* Default <path> to all compiler invocations for --sysroot=<path>. */
25/* #undef DEFAULT_SYSROOT */
26
27/* Directory where gcc is installed. */
28#define GCC_INSTALL_PREFIX ""
29
30/* Define if we have libxml2 */
31/* #undef CLANG_HAVE_LIBXML */
32
33/* The LLVM product name and version */
34#define BACKEND_PACKAGE_STRING "LLVM 3.8.0"
35
36/* Linker version detected at compile time. */
37/* #undef HOST_LINK_VERSION */
38
39#endif
40