config.h revision 270100
11573Srgrimes/* $FreeBSD: stable/10/lib/clang/include/clang/Config/config.h 270100 2014-08-17 13:12:07Z dim $ */
21573Srgrimes/* tools/clang/include/clang/Config/config.h.  Generated from config.h.in by configure.  */
31573Srgrimes/* include/clang/Config/config.h.in. */
41573Srgrimes
51573Srgrimes#ifndef CONFIG_H
61573Srgrimes#define CONFIG_H
71573Srgrimes
81573Srgrimes/* Bug report URL. */
91573Srgrimes#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
101573Srgrimes
111573Srgrimes/* Relative directory for resource files */
121573Srgrimes#define CLANG_RESOURCE_DIR ""
131573Srgrimes
141573Srgrimes/* Directories clang will search for headers */
151573Srgrimes#define C_INCLUDE_DIRS ""
161573Srgrimes
171573Srgrimes/* Linker version detected at compile time. */
181573Srgrimes/* #undef HOST_LINK_VERSION */
191573Srgrimes
201573Srgrimes/* Default <path> to all compiler invocations for --sysroot=<path>. */
211573Srgrimes/* #undef DEFAULT_SYSROOT */
221573Srgrimes
231573Srgrimes/* Directory where gcc is installed. */
241573Srgrimes#define GCC_INSTALL_PREFIX ""
251573Srgrimes
261573Srgrimes#endif
271573Srgrimes