clang API Documentation
00001 /* tools/clang/include/clang/Config/config.h. Generated from config.h.in by configure. */ 00002 /* include/clang/Config/config.h.in. */ 00003 00004 #ifndef CONFIG_H 00005 #define CONFIG_H 00006 00007 /* Bug report URL. */ 00008 #define BUG_REPORT_URL "http://llvm.org/bugs/" 00009 00010 /* Relative directory for resource files */ 00011 #define CLANG_RESOURCE_DIR "" 00012 00013 /* Directories clang will search for headers */ 00014 #define C_INCLUDE_DIRS "" 00015 00016 /* Linker version detected at compile time. */ 00017 #define HOST_LINK_VERSION "2.22" 00018 00019 /* Default <path> to all compiler invocations for --sysroot=<path>. */ 00020 #define DEFAULT_SYSROOT "" 00021 00022 /* Directory where gcc is installed. */ 00023 #define GCC_INSTALL_PREFIX "" 00024 00025 #endif