config.h revision 28c9e5720dea5f7b9a4d154ee49886c69de8ae29
1/* tools/clang/include/clang/Config/config.h.  Generated from config.h.in by configure.  */
2/* include/clang/Config/config.h.in. */
3
4#ifndef ANDROID_CONFIG_H
5#define ANDROID_CONFIG_H
6
7/* Bug report URL. */
8#define BUG_REPORT_URL "http://llvm.org/bugs/"
9
10/* Relative directory for resource files */
11#define CLANG_RESOURCE_DIR ""
12
13/* Directories clang will search for headers */
14#define C_INCLUDE_DIRS ""
15
16/* Default <path> to all compiler invocations for --sysroot=<path>. */
17#define DEFAULT_SYSROOT ""
18
19/* Directory where gcc is installed. */
20#define GCC_INSTALL_PREFIX ""
21
22#endif
23