1/* isl_config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define if HeaderSearchOptions::AddPath takes 4 arguments */ 4#undef ADDPATH_TAKES_4_ARGUMENTS 5 6/* Clang installation prefix */ 7#undef CLANG_PREFIX 8 9/* Define to sysroot if needed */ 10#undef CLANG_SYSROOT 11 12/* Define if CompilerInstance::createDiagnostics takes argc and argv */ 13#undef CREATEDIAGNOSTICS_TAKES_ARG 14 15/* Define if CompilerInstance::createPreprocessor takes TranslationUnitKind */ 16#undef CREATEPREPROCESSOR_TAKES_TUKIND 17 18/* Define if TargetInfo::CreateTargetInfo takes pointer */ 19#undef CREATETARGETINFO_TAKES_POINTER 20 21/* Define if TargetInfo::CreateTargetInfo takes shared_ptr */ 22#undef CREATETARGETINFO_TAKES_SHARED_PTR 23 24/* Define if CompilerInvocation::CreateFromArgs takes ArrayRef */ 25#undef CREATE_FROM_ARGS_TAKES_ARRAYREF 26 27/* Define if Driver constructor takes default image name */ 28#undef DRIVER_CTOR_TAKES_DEFAULTIMAGENAME 29 30/* Define to Diagnostic for older versions of clang */ 31#undef DiagnosticsEngine 32 33/* Define if llvm/ADT/OwningPtr.h exists */ 34#undef HAVE_ADT_OWNINGPTR_H 35 36/* Define if clang/Basic/DiagnosticOptions.h exists */ 37#undef HAVE_BASIC_DIAGNOSTICOPTIONS_H 38 39/* define if the compiler supports basic C++11 syntax */ 40#undef HAVE_CXX11 41 42/* Define if Driver constructor takes CXXIsProduction argument */ 43#undef HAVE_CXXISPRODUCTION 44 45/* Define to 1 if you have the <dlfcn.h> header file. */ 46#undef HAVE_DLFCN_H 47 48/* Define to 1 if you have the <inttypes.h> header file. */ 49#undef HAVE_INTTYPES_H 50 51/* Define if Driver constructor takes IsProduction argument */ 52#undef HAVE_ISPRODUCTION 53 54/* Define if clang/Lex/PreprocessorOptions.h exists */ 55#undef HAVE_LEX_PREPROCESSOROPTIONS_H 56 57/* Define if llvm/Option/Arg.h exists */ 58#undef HAVE_LLVM_OPTION_ARG_H 59 60/* Define if SourceManager has a setMainFileID method */ 61#undef HAVE_SETMAINFILEID 62 63/* Define to 1 if you have the <stdint.h> header file. */ 64#undef HAVE_STDINT_H 65 66/* Define to 1 if you have the <stdio.h> header file. */ 67#undef HAVE_STDIO_H 68 69/* Define to 1 if you have the <stdlib.h> header file. */ 70#undef HAVE_STDLIB_H 71 72/* Define to 1 if you have the <strings.h> header file. */ 73#undef HAVE_STRINGS_H 74 75/* Define to 1 if you have the <string.h> header file. */ 76#undef HAVE_STRING_H 77 78/* Define to 1 if you have the <sys/stat.h> header file. */ 79#undef HAVE_SYS_STAT_H 80 81/* Define to 1 if you have the <sys/types.h> header file. */ 82#undef HAVE_SYS_TYPES_H 83 84/* Define if llvm/TargetParser/Host.h exists */ 85#undef HAVE_TARGETPARSER_HOST_H 86 87/* Define to 1 if you have the <unistd.h> header file. */ 88#undef HAVE_UNISTD_H 89 90/* Return type of HandleTopLevelDeclReturn */ 91#undef HandleTopLevelDeclContinue 92 93/* Return type of HandleTopLevelDeclReturn */ 94#undef HandleTopLevelDeclReturn 95 96/* Define to Language::C or InputKind::C for newer versions of clang */ 97#undef IK_C 98 99/* Define to the sub-directory where libtool stores uninstalled libraries. */ 100#undef LT_OBJDIR 101 102/* Name of package */ 103#undef PACKAGE 104 105/* Define to the address where bug reports for this package should be sent. */ 106#undef PACKAGE_BUGREPORT 107 108/* Define to the full name of this package. */ 109#undef PACKAGE_NAME 110 111/* Define to the full name and version of this package. */ 112#undef PACKAGE_STRING 113 114/* Define to the one symbol short name of this package. */ 115#undef PACKAGE_TARNAME 116 117/* Define to the home page for this package. */ 118#undef PACKAGE_URL 119 120/* Define to the version of this package. */ 121#undef PACKAGE_VERSION 122 123/* Defined if CompilerInstance::setInvocation takes a shared_ptr */ 124#undef SETINVOCATION_TAKES_SHARED_PTR 125 126/* Define to class with setLangDefaults method */ 127#undef SETLANGDEFAULTS 128 129/* Define if CompilerInvocation::setLangDefaults takes 5 arguments */ 130#undef SETLANGDEFAULTS_TAKES_5_ARGUMENTS 131 132/* Define to 1 if all of the C90 standard headers exist (not just the ones 133 required in a freestanding environment). This macro is provided for 134 backward compatibility; new code need not use it. */ 135#undef STDC_HEADERS 136 137/* Define if Driver::BuildCompilation takes ArrayRef */ 138#undef USE_ARRAYREF 139 140/* Version number of package */ 141#undef VERSION 142 143/* Define to getParamType for newer versions of clang */ 144#undef getArgType 145 146/* Define to getHostTriple for older versions of clang */ 147#undef getDefaultTargetTriple 148 149/* Define to getInstantiationLineNumber for older versions of clang */ 150#undef getExpansionLineNumber 151 152/* Define to getImmediateInstantiationRange for older versions of clang */ 153#undef getImmediateExpansionRange 154 155/* Define to getNumParams for newer versions of clang */ 156#undef getNumArgs 157 158/* Define to getResultType for older versions of clang */ 159#undef getReturnType 160 161/* Define to InitializeBuiltins for older versions of clang */ 162#undef initializeBuiltins 163