summaryrefslogtreecommitdiffstats
path: root/include/clang/Config/config.h.in
blob: 8ff94178e27e53a27e3ef3a510bfcd430bf27ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* include/clang/Config/config.h.in. */

#ifndef CONFIG_H
#define CONFIG_H

/* Bug report URL. */
#undef BUG_REPORT_URL

/* Relative directory for resource files */
#undef CLANG_RESOURCE_DIR

/* Directories clang will search for headers */
#undef C_INCLUDE_DIRS

/* Linker version detected at compile time. */
#undef HOST_LINK_VERSION

/* Default <path> to all compiler invocations for --sysroot=<path>. */
#undef DEFAULT_SYSROOT

/* Directory where gcc is installed. */
#undef GCC_INSTALL_PREFIX

#endif