1 /* $FreeBSD$ */ 2 /* tools/clang/include/clang/Config/config.h. Generated from config.h.in by configure. */ 3 /* This generated file is for internal use. Do not include it from headers. */ 4 5 #ifdef CONFIG_H 6 #error config.h can only be included once 7 #else 8 #define CONFIG_H 9 10 /* Bug report URL. */ 11 #define BUG_REPORT_URL "https://bugs.freebsd.org/submit/" 12 13 /* Default OpenMP runtime used by -fopenmp. */ 14 #define CLANG_DEFAULT_OPENMP_RUNTIME "libomp" 15 16 /* Multilib suffix for libdir. */ 17 #define CLANG_LIBDIR_SUFFIX "" 18 19 /* Relative directory for resource files */ 20 #define CLANG_RESOURCE_DIR "" 21 22 /* Directories clang will search for headers */ 23 #define C_INCLUDE_DIRS "" 24 25 /* Default <path> to all compiler invocations for --sysroot=<path>. */ 26 /* #undef DEFAULT_SYSROOT */ 27 28 /* Directory where gcc is installed. */ 29 #define GCC_INSTALL_PREFIX "" 30 31 /* Define if we have libxml2 */ 32 /* #undef CLANG_HAVE_LIBXML */ 33 34 #define PACKAGE_STRING "LLVM 3.7.1" 35 36 /* The LLVM product name and version */ 37 #define BACKEND_PACKAGE_STRING PACKAGE_STRING 38 39 /* Linker version detected at compile time. */ 40 /* #undef HOST_LINK_VERSION */ 41 42 #endif 43