config.h revision 234982
1258945Sroberto/* $FreeBSD: head/lib/clang/include/clang/Config/config.h 234982 2012-05-03 20:41:21Z dim $ */
2258945Sroberto/* tools/clang/include/clang/Config/config.h.  Generated from config.h.in by configure.  */
3280849Scy/* include/clang/Config/config.h.in. */
4280849Scy
5280849Scy#ifndef CONFIG_H
6280849Scy#define CONFIG_H
7280849Scy
8280849Scy/* Bug report URL. */
9280849Scy#define BUG_REPORT_URL "http://llvm.org/bugs/"
10280849Scy
11280849Scy/* Relative directory for resource files */
12280849Scy#define CLANG_RESOURCE_DIR ""
13280849Scy
14280849Scy/* Directories clang will search for headers */
15280849Scy#define C_INCLUDE_DIRS ""
16280849Scy
17280849Scy/* Linker version detected at compile time. */
18280849Scy/* #undef HOST_LINK_VERSION */
19280849Scy
20280849Scy/* Default <path> to all compiler invocations for --sysroot=<path>. */
21280849Scy/* #undef DEFAULT_SYSROOT */
22280849Scy
23280849Scy/* Directory where gcc is installed. */
24258945Sroberto#define GCC_INSTALL_PREFIX ""
25280849Scy
26280849Scy#endif
27280849Scy