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 if CompilerInstance::createDiagnostics takes argc and argv */
10#undef CREATEDIAGNOSTICS_TAKES_ARG
11
12/* Define if TargetInfo::CreateTargetInfo takes pointer */
13#undef CREATETARGETINFO_TAKES_POINTER
14
15/* Define to Diagnostic for older versions of clang */
16#undef DiagnosticsEngine
17
18/* most gcc compilers know a function __attribute__((__warn_unused_result__))
19   */
20#undef GCC_WARN_UNUSED_RESULT
21
22/* result of mpz_gcdext needs to be normalized */
23#undef GMP_NORMALIZE_GCDEXT
24
25/* Define if clang/Basic/DiagnosticOptions.h exists */
26#undef HAVE_BASIC_DIAGNOSTICOPTIONS_H
27
28/* Define if Driver constructor takes CXXIsProduction argument */
29#undef HAVE_CXXISPRODUCTION
30
31/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
32#undef HAVE_DECL_FFS
33
34/* Define to 1 if you have the declaration of `mp_get_memory_functions', and
35   to 0 if you don't. */
36#undef HAVE_DECL_MP_GET_MEMORY_FUNCTIONS
37
38/* Define to 1 if you have the declaration of `__builtin_ffs', and to 0 if you
39   don't. */
40#undef HAVE_DECL___BUILTIN_FFS
41
42/* Define to 1 if you have the <dlfcn.h> header file. */
43#undef HAVE_DLFCN_H
44
45/* Define to 1 if you have the <inttypes.h> header file. */
46#undef HAVE_INTTYPES_H
47
48/* Define if Driver constructor takes IsProduction argument */
49#undef HAVE_ISPRODUCTION
50
51/* Define to 1 if you have the `gmp' library (-lgmp). */
52#undef HAVE_LIBGMP
53
54/* Define to 1 if you have the <memory.h> header file. */
55#undef HAVE_MEMORY_H
56
57/* Define to 1 if you have the <stdint.h> header file. */
58#undef HAVE_STDINT_H
59
60/* Define to 1 if you have the <stdlib.h> header file. */
61#undef HAVE_STDLIB_H
62
63/* Define to 1 if you have the <strings.h> header file. */
64#undef HAVE_STRINGS_H
65
66/* Define to 1 if you have the <string.h> header file. */
67#undef HAVE_STRING_H
68
69/* Define to 1 if you have the <sys/stat.h> header file. */
70#undef HAVE_SYS_STAT_H
71
72/* Define to 1 if you have the <sys/types.h> header file. */
73#undef HAVE_SYS_TYPES_H
74
75/* Define to 1 if you have the <unistd.h> header file. */
76#undef HAVE_UNISTD_H
77
78/* define if your compiler has __attribute__ */
79#undef HAVE___ATTRIBUTE__
80
81/* Return type of HandleTopLevelDeclReturn */
82#undef HandleTopLevelDeclContinue
83
84/* Return type of HandleTopLevelDeclReturn */
85#undef HandleTopLevelDeclReturn
86
87/* piplib is available */
88#undef ISL_PIPLIB
89
90/* Define to the sub-directory where libtool stores uninstalled libraries. */
91#undef LT_OBJDIR
92
93/* Name of package */
94#undef PACKAGE
95
96/* Define to the address where bug reports for this package should be sent. */
97#undef PACKAGE_BUGREPORT
98
99/* Define to the full name of this package. */
100#undef PACKAGE_NAME
101
102/* Define to the full name and version of this package. */
103#undef PACKAGE_STRING
104
105/* Define to the one symbol short name of this package. */
106#undef PACKAGE_TARNAME
107
108/* Define to the home page for this package. */
109#undef PACKAGE_URL
110
111/* Define to the version of this package. */
112#undef PACKAGE_VERSION
113
114/* The size of `char', as computed by sizeof. */
115#undef SIZEOF_CHAR
116
117/* The size of `int', as computed by sizeof. */
118#undef SIZEOF_INT
119
120/* The size of `long', as computed by sizeof. */
121#undef SIZEOF_LONG
122
123/* The size of `short', as computed by sizeof. */
124#undef SIZEOF_SHORT
125
126/* The size of `void*', as computed by sizeof. */
127#undef SIZEOF_VOIDP
128
129/* Define to 1 if you have the ANSI C header files. */
130#undef STDC_HEADERS
131
132/* Define if Driver::BuildCompilation takes ArrayRef */
133#undef USE_ARRAYREF
134
135/* Version number of package */
136#undef VERSION
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#include <isl_config_post.h>
145