summaryrefslogtreecommitdiffstats
path: root/include/clang/Config/config.h.in
blob: 86d5b0959b6ed6bf1f605c21c52f545136f2c075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* 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

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

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

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

#endif
OpenPOWER on IntegriCloud