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 to 1 if you have the <memory.h> header file. */
61#undef HAVE_MEMORY_H
62
63/* Define if SourceManager has a setMainFileID method */
64#undef HAVE_SETMAINFILEID
65
66/* Define to 1 if you have the <stdint.h> header file. */
67#undef HAVE_STDINT_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 to 1 if you have the <unistd.h> header file. */
85#undef HAVE_UNISTD_H
86
87/* Return type of HandleTopLevelDeclReturn */
88#undef HandleTopLevelDeclContinue
89
90/* Return type of HandleTopLevelDeclReturn */
91#undef HandleTopLevelDeclReturn
92
93/* Define to Language::C or InputKind::C for newer versions of clang */
94#undef IK_C
95
96/* Define to the sub-directory where libtool stores uninstalled libraries. */
97#undef LT_OBJDIR
98
99/* Name of package */
100#undef PACKAGE
101
102/* Define to the address where bug reports for this package should be sent. */
103#undef PACKAGE_BUGREPORT
104
105/* Define to the full name of this package. */
106#undef PACKAGE_NAME
107
108/* Define to the full name and version of this package. */
109#undef PACKAGE_STRING
110
111/* Define to the one symbol short name of this package. */
112#undef PACKAGE_TARNAME
113
114/* Define to the home page for this package. */
115#undef PACKAGE_URL
116
117/* Define to the version of this package. */
118#undef PACKAGE_VERSION
119
120/* Defined if CompilerInstance::setInvocation takes a shared_ptr */
121#undef SETINVOCATION_TAKES_SHARED_PTR
122
123/* Define if CompilerInvocation::setLangDefaults takes 5 arguments */
124#undef SETLANGDEFAULTS_TAKES_5_ARGUMENTS
125
126/* Define to 1 if you have the ANSI C header files. */
127#undef STDC_HEADERS
128
129/* Define if Driver::BuildCompilation takes ArrayRef */
130#undef USE_ARRAYREF
131
132/* Version number of package */
133#undef VERSION
134
135/* Define to getParamType for newer versions of clang */
136#undef getArgType
137
138/* Define to getHostTriple for older versions of clang */
139#undef getDefaultTargetTriple
140
141/* Define to getInstantiationLineNumber for older versions of clang */
142#undef getExpansionLineNumber
143
144/* Define to getImmediateInstantiationRange for older versions of clang */
145#undef getImmediateExpansionRange
146
147/* Define to getNumParams for newer versions of clang */
148#undef getNumArgs
149
150/* Define to getResultType for older versions of clang */
151#undef getReturnType
152
153/* Define to InitializeBuiltins for older versions of clang */
154#undef initializeBuiltins
155