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/* Linker version detected at compile time. */
17#define HOST_LINK_VERSION "2.22"
18
19/* Default <path> to all compiler invocations for --sysroot=<path>. */
20#define DEFAULT_SYSROOT ""
21
22/* Directory where gcc is installed. */
23#define GCC_INSTALL_PREFIX ""
24
25/* Define if we have libxml2 */
26/* #undef CLANG_HAVE_LIBXML */
27
28#define PACKAGE_STRING "LLVM 3.5.0svn"
29
30/* The LLVM product name and version */
31#define BACKEND_PACKAGE_STRING PACKAGE_STRING
32
33#endif
34