etc/protocols - sync with NetBSD-8
[minix.git] / external / bsd / llvm / config / clang / Config / config.h
blob81c06cfad03dc595954b47150248fa75ef2d7930
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. */
4 #ifdef CONFIG_H
5 #error config.h can only be included once
6 #else
7 #define CONFIG_H
9 /* Bug report URL. */
10 #define BUG_REPORT_URL "http://llvm.org/bugs/"
12 /* Multilib suffix for libdir. */
13 #define CLANG_LIBDIR_SUFFIX ""
15 /* Relative directory for resource files */
16 #define CLANG_RESOURCE_DIR ""
18 /* Directories clang will search for headers */
19 #define C_INCLUDE_DIRS "/usr/include/clang-3.6:/usr/include"
21 /* Default <path> to all compiler invocations for --sysroot=<path>. */
22 #define DEFAULT_SYSROOT ""
24 /* Directory where gcc is installed. */
25 #define GCC_INSTALL_PREFIX ""
27 /* Define if we have libxml2 */
28 /* #undef CLANG_HAVE_LIBXML */
30 #define PACKAGE_STRING "LLVM 3.6.1"
32 /* The LLVM product name and version */
33 #define BACKEND_PACKAGE_STRING PACKAGE_STRING
35 /* Linker version detected at compile time. */
36 #define HOST_LINK_VERSION "1"
38 #endif