1234353Sdim/* $FreeBSD: releng/11.0/lib/clang/include/clang/Config/config.h 296417 2016-03-05 20:24:31Z dim $ */
2276479Sdim/* This generated file is for internal use. Do not include it from headers. */
3234353Sdim
4296417Sdim#ifdef CLANG_CONFIG_H
5276479Sdim#error config.h can only be included once
6276479Sdim#else
7296417Sdim#define CLANG_CONFIG_H
8234353Sdim
9234353Sdim/* Bug report URL. */
10269954Sdim#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
11234353Sdim
12288943Sdim/* Default OpenMP runtime used by -fopenmp. */
13289525Sdim#define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
14288943Sdim
15280031Sdim/* Multilib suffix for libdir. */
16280031Sdim#define CLANG_LIBDIR_SUFFIX ""
17280031Sdim
18234353Sdim/* Relative directory for resource files */
19234353Sdim#define CLANG_RESOURCE_DIR ""
20234353Sdim
21234982Sdim/* Directories clang will search for headers */
22234982Sdim#define C_INCLUDE_DIRS ""
23234982Sdim
24234982Sdim/* Default <path> to all compiler invocations for --sysroot=<path>. */
25234982Sdim/* #undef DEFAULT_SYSROOT */
26234982Sdim
27234353Sdim/* Directory where gcc is installed. */
28234353Sdim#define GCC_INSTALL_PREFIX ""
29234353Sdim
30276479Sdim/* Define if we have libxml2 */
31276479Sdim/* #undef CLANG_HAVE_LIBXML */
32276479Sdim
33276479Sdim/* The LLVM product name and version */
34296417Sdim#define BACKEND_PACKAGE_STRING "LLVM 3.8.0"
35276479Sdim
36280031Sdim/* Linker version detected at compile time. */
37280031Sdim/* #undef HOST_LINK_VERSION */
38280031Sdim
39234353Sdim#endif
40