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