Home | History | Annotate | Download | only in Config
      1 /* tools/clang/include/clang/Config/config.h.  Generated from config.h.in by configure.  */
      2 /* include/clang/Config/config.h.in. */
      3 
      4 #ifdef CLANG_CONFIG_H
      5 #error config.h can only be included once
      6 #else
      7 #define CLANG_CONFIG_H
      8 
      9 #define CLANG_VENDOR "Android "
     10 
     11 /* Bug report URL. */
     12 #define BUG_REPORT_URL "http://llvm.org/bugs/"
     13 
     14 /* Default C++ stdlib to use. */
     15 #define CLANG_DEFAULT_CXX_STDLIB ""
     16 
     17 /* Default OpenMP runtime used by -fopenmp. */
     18 #define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
     19 
     20 /* Multilib suffix for libdir. */
     21 #define CLANG_LIBDIR_SUFFIX "64"
     22 
     23 /* Relative directory for resource files */
     24 #define CLANG_RESOURCE_DIR ""
     25 
     26 /* Directories clang will search for headers */
     27 #define C_INCLUDE_DIRS ""
     28 
     29 /* Default <path> to all compiler invocations for --sysroot=<path>. */
     30 #define DEFAULT_SYSROOT ""
     31 
     32 /* Directory where gcc is installed. */
     33 #define GCC_INSTALL_PREFIX ""
     34 
     35 /* Define if we have libxml2 */
     36 /* #undef CLANG_HAVE_LIBXML */
     37 
     38 #define PACKAGE_STRING "LLVM 3.8.275480"
     39 
     40 /* The LLVM product name and version */
     41 #define BACKEND_PACKAGE_STRING PACKAGE_STRING
     42 
     43 /* Linker version detected at compile time. */
     44 #define HOST_LINK_VERSION "2.24"
     45 
     46 /* enable x86 relax relocations by default */
     47 #define ENABLE_X86_RELAX_RELOCATIONS 0
     48 
     49 #endif
     50