]> git.proxmox.com Git - rustc.git/blob - src/llvm/tools/clang/include/clang/Config/config.h.cmake
Imported Upstream version 0.6
[rustc.git] / src / llvm / tools / clang / include / clang / Config / config.h.cmake
1 /* Bug report URL. */
2 #define BUG_REPORT_URL "${BUG_REPORT_URL}"
3
4 /* Relative directory for resource files */
5 #define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}"
6
7 /* Directories clang will search for headers */
8 #define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}"
9
10 /* Default <path> to all compiler invocations for --sysroot=<path>. */
11 #define DEFAULT_SYSROOT "${DEFAULT_SYSROOT}"
12
13 /* Directory where gcc is installed. */
14 #define GCC_INSTALL_PREFIX "${GCC_INSTALL_PREFIX}"