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