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