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

#endif