source: config.h.in @ f1e80d8

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since f1e80d8 was 47a8d17, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

cfa version is now based on file of the same name

  • Property mode set to 100644
File size: 6.2 KB
Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Location of include files. */
4#undef CFA_BACKEND_CC
5
6/* Location of cfa command. */
7#undef CFA_BINDIR
8
9/* compilation flags for cfa libraries and test programs. */
10#undef CFA_FLAGS
11
12/* Location of include files. */
13#undef CFA_INCDIR
14
15/* Location of cc1 and cfa-cpp commands. */
16#undef CFA_LIBDIR
17
18/* Location of cfa install. */
19#undef CFA_PREFIX
20
21/* Major.Minor */
22#undef CFA_VERSION
23
24/* Build version number. */
25#undef CFA_VERSION_BUILD
26
27/* Major.Minor.Patch.Build */
28#undef CFA_VERSION_FULL
29
30/* Major.Minor.Patch */
31#undef CFA_VERSION_LONG
32
33/* Major version number. */
34#undef CFA_VERSION_MAJOR
35
36/* Minor version number. */
37#undef CFA_VERSION_MINOR
38
39/* Patch version number. */
40#undef CFA_VERSION_PATCH
41
42/* Major */
43#undef CFA_VERSION_SHORT
44
45/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
46   systems. This function is required for `alloca.c' support on those systems.
47   */
48#undef CRAY_STACKSEG_END
49
50/* Define to 1 if using `alloca.c'. */
51#undef C_ALLOCA
52
53/* Define to 1 if you have `alloca', as a function or macro. */
54#undef HAVE_ALLOCA
55
56/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
57   */
58#undef HAVE_ALLOCA_H
59
60/* Define to 1 if you have the <fenv.h> header file. */
61#undef HAVE_FENV_H
62
63/* Define to 1 if you have the <float.h> header file. */
64#undef HAVE_FLOAT_H
65
66/* Define to 1 if you have the <inttypes.h> header file. */
67#undef HAVE_INTTYPES_H
68
69/* Define to 1 if you have the <libintl.h> header file. */
70#undef HAVE_LIBINTL_H
71
72/* Define to 1 if you have the <limits.h> header file. */
73#undef HAVE_LIMITS_H
74
75/* Define to 1 if you have the <malloc.h> header file. */
76#undef HAVE_MALLOC_H
77
78/* Define to 1 if you have the <memory.h> header file. */
79#undef HAVE_MEMORY_H
80
81/* Define to 1 if you have the `memset' function. */
82#undef HAVE_MEMSET
83
84/* Define to 1 if you have the `putenv' function. */
85#undef HAVE_PUTENV
86
87/* Define to 1 if stdbool.h conforms to C99. */
88#undef HAVE_STDBOOL_H
89
90/* Define to 1 if you have the <stddef.h> header file. */
91#undef HAVE_STDDEF_H
92
93/* Define to 1 if you have the <stdint.h> header file. */
94#undef HAVE_STDINT_H
95
96/* Define to 1 if you have the <stdlib.h> header file. */
97#undef HAVE_STDLIB_H
98
99/* Define to 1 if you have the `strchr' function. */
100#undef HAVE_STRCHR
101
102/* Define to 1 if you have the <strings.h> header file. */
103#undef HAVE_STRINGS_H
104
105/* Define to 1 if you have the <string.h> header file. */
106#undef HAVE_STRING_H
107
108/* Define to 1 if you have the `strtol' function. */
109#undef HAVE_STRTOL
110
111/* Define to 1 if you have the <sys/stat.h> header file. */
112#undef HAVE_SYS_STAT_H
113
114/* Define to 1 if you have the <sys/types.h> header file. */
115#undef HAVE_SYS_TYPES_H
116
117/* Define to 1 if you have the <unistd.h> header file. */
118#undef HAVE_UNISTD_H
119
120/* Define to 1 if the system has the type `_Bool'. */
121#undef HAVE__BOOL
122
123/* Define to 1 if your C compiler doesn't accept -c and -o together. */
124#undef NO_MINUS_C_MINUS_O
125
126/* Name of package */
127#undef PACKAGE
128
129/* Define to the address where bug reports for this package should be sent. */
130#undef PACKAGE_BUGREPORT
131
132/* Define to the full name of this package. */
133#undef PACKAGE_NAME
134
135/* Define to the full name and version of this package. */
136#undef PACKAGE_STRING
137
138/* Define to the one symbol short name of this package. */
139#undef PACKAGE_TARNAME
140
141/* Define to the home page for this package. */
142#undef PACKAGE_URL
143
144/* Define to the version of this package. */
145#undef PACKAGE_VERSION
146
147/* If using the C implementation of alloca, define if you know the
148   direction of stack growth for your system; otherwise it will be
149   automatically deduced at runtime.
150        STACK_DIRECTION > 0 => grows toward higher addresses
151        STACK_DIRECTION < 0 => grows toward lower addresses
152        STACK_DIRECTION = 0 => direction of growth unknown */
153#undef STACK_DIRECTION
154
155/* Define to 1 if you have the ANSI C header files. */
156#undef STDC_HEADERS
157
158/* Version number of package */
159#undef VERSION
160
161/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
162   `char[]'. */
163#undef YYTEXT_POINTER
164
165/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
166   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
167   #define below would cause a syntax error. */
168#undef _UINT32_T
169
170/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
171   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
172   #define below would cause a syntax error. */
173#undef _UINT8_T
174
175/* Define to `__inline__' or `__inline' if that's what the C compiler
176   calls it, or to nothing if 'inline' is not supported under any name.  */
177#ifndef __cplusplus
178#undef inline
179#endif
180
181/* Define to the type of a signed integer type of width exactly 16 bits if
182   such a type exists and the standard includes do not define it. */
183#undef int16_t
184
185/* Define to the type of a signed integer type of width exactly 32 bits if
186   such a type exists and the standard includes do not define it. */
187#undef int32_t
188
189/* Define to the type of a signed integer type of width exactly 8 bits if such
190   a type exists and the standard includes do not define it. */
191#undef int8_t
192
193/* Define to the equivalent of the C99 'restrict' keyword, or to
194   nothing if this is not supported.  Do not define if restrict is
195   supported directly.  */
196#undef restrict
197/* Work around a bug in Sun C++: it does not support _Restrict or
198   __restrict__, even though the corresponding Sun C compiler ends up with
199   "#define restrict _Restrict" or "#define restrict __restrict__" in the
200   previous line.  Perhaps some future version of Sun C++ will work with
201   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
202#if defined __SUNPRO_CC && !defined __RESTRICT
203# define _Restrict
204# define __restrict__
205#endif
206
207/* Define to `unsigned int' if <sys/types.h> does not define. */
208#undef size_t
209
210/* Define to the type of an unsigned integer type of width exactly 16 bits if
211   such a type exists and the standard includes do not define it. */
212#undef uint16_t
213
214/* Define to the type of an unsigned integer type of width exactly 32 bits if
215   such a type exists and the standard includes do not define it. */
216#undef uint32_t
217
218/* Define to the type of an unsigned integer type of width exactly 8 bits if
219   such a type exists and the standard includes do not define it. */
220#undef uint8_t
Note: See TracBrowser for help on using the repository browser.