xref: /freebsd/lib/clang/include/clang/Config/config.h (revision 5b9c547c)
1 /* $FreeBSD$ */
2 /* tools/clang/include/clang/Config/config.h.  Generated from config.h.in by configure.  */
3 /* This generated file is for internal use. Do not include it from headers. */
4 
5 #ifdef CONFIG_H
6 #error config.h can only be included once
7 #else
8 #define CONFIG_H
9 
10 /* Bug report URL. */
11 #define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
12 
13 /* Multilib suffix for libdir. */
14 #define CLANG_LIBDIR_SUFFIX ""
15 
16 /* Relative directory for resource files */
17 #define CLANG_RESOURCE_DIR ""
18 
19 /* Directories clang will search for headers */
20 #define C_INCLUDE_DIRS ""
21 
22 /* Default <path> to all compiler invocations for --sysroot=<path>. */
23 /* #undef DEFAULT_SYSROOT */
24 
25 /* Directory where gcc is installed. */
26 #define GCC_INSTALL_PREFIX ""
27 
28 /* Define if we have libxml2 */
29 /* #undef CLANG_HAVE_LIBXML */
30 
31 #define PACKAGE_STRING "LLVM 3.6.0"
32 
33 /* The LLVM product name and version */
34 #define BACKEND_PACKAGE_STRING PACKAGE_STRING
35 
36 /* Linker version detected at compile time. */
37 /* #undef HOST_LINK_VERSION */
38 
39 #endif
40