source: src/config.h.in@ 08222c7

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr no_list persistent-indexer pthread-emulation qualifiedEnum
Last change on this file since 08222c7 was 107b01a, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Several changes to the makefiles

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