xref: /freebsd/lib/clang/include/clang/Config/config.h (revision f05cddf9)
1 /* $FreeBSD$ */
2 /* tools/clang/include/clang/Config/config.h.  Generated from config.h.in by configure.  */
3 /* include/clang/Config/config.h.in. */
4 
5 #ifndef CONFIG_H
6 #define CONFIG_H
7 
8 /* Bug report URL. */
9 #define BUG_REPORT_URL "http://llvm.org/bugs/"
10 
11 /* Relative directory for resource files */
12 #define CLANG_RESOURCE_DIR ""
13 
14 /* Directories clang will search for headers */
15 #define C_INCLUDE_DIRS ""
16 
17 /* Linker version detected at compile time. */
18 /* #undef HOST_LINK_VERSION */
19 
20 /* Default <path> to all compiler invocations for --sysroot=<path>. */
21 /* #undef DEFAULT_SYSROOT */
22 
23 /* Directory where gcc is installed. */
24 #define GCC_INSTALL_PREFIX ""
25 
26 #endif
27