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