Home | History | Annotate | Download | only in Config
      1 /* This generated file is for internal use. Do not include it from headers. */
      2 
      3 #ifdef CONFIG_H
      4 #error config.h can only be included once
      5 #else
      6 #define CONFIG_H
      7 
      8 /* Bug report URL. */
      9 #define BUG_REPORT_URL "${BUG_REPORT_URL}"
     10 
     11 /* Relative directory for resource files */
     12 #define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}"
     13 
     14 /* Directories clang will search for headers */
     15 #define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}"
     16 
     17 /* Default <path> to all compiler invocations for --sysroot=<path>. */
     18 #define DEFAULT_SYSROOT "${DEFAULT_SYSROOT}"
     19 
     20 /* Directory where gcc is installed. */
     21 #define GCC_INSTALL_PREFIX "${GCC_INSTALL_PREFIX}"
     22 
     23 /* Define if we have libxml2 */
     24 #cmakedefine CLANG_HAVE_LIBXML ${CLANG_HAVE_LIBXML}
     25 
     26 /* The LLVM product name and version */
     27 #define BACKEND_PACKAGE_STRING "${BACKEND_PACKAGE_STRING}"
     28 
     29 #endif
     30