source: config.h.in@ 46f6134

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since 46f6134 was 6e4b913, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

allow 32-bit compilation of cfa-cpp, and 32-bit compilation of CFA programs (including CFA libraries)

  • Property mode set to 100644
File size: 5.9 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/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
22 systems. This function is required for `alloca.c' support on those systems.
23 */
24#undef CRAY_STACKSEG_END
25
26/* Define to 1 if using `alloca.c'. */
27#undef C_ALLOCA
28
29/* Define to 1 if you have `alloca', as a function or macro. */
30#undef HAVE_ALLOCA
31
32/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
33 */
34#undef HAVE_ALLOCA_H
35
36/* Define to 1 if you have the <fenv.h> header file. */
37#undef HAVE_FENV_H
38
39/* Define to 1 if you have the <float.h> header file. */
40#undef HAVE_FLOAT_H
41
42/* Define to 1 if you have the <inttypes.h> header file. */
43#undef HAVE_INTTYPES_H
44
45/* Define to 1 if you have the <libintl.h> header file. */
46#undef HAVE_LIBINTL_H
47
48/* Define to 1 if you have the <limits.h> header file. */
49#undef HAVE_LIMITS_H
50
51/* Define to 1 if you have the <malloc.h> header file. */
52#undef HAVE_MALLOC_H
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 `memset' function. */
58#undef HAVE_MEMSET
59
60/* Define to 1 if you have the `putenv' function. */
61#undef HAVE_PUTENV
62
63/* Define to 1 if stdbool.h conforms to C99. */
64#undef HAVE_STDBOOL_H
65
66/* Define to 1 if you have the <stddef.h> header file. */
67#undef HAVE_STDDEF_H
68
69/* Define to 1 if you have the <stdint.h> header file. */
70#undef HAVE_STDINT_H
71
72/* Define to 1 if you have the <stdlib.h> header file. */
73#undef HAVE_STDLIB_H
74
75/* Define to 1 if you have the `strchr' function. */
76#undef HAVE_STRCHR
77
78/* Define to 1 if you have the <strings.h> header file. */
79#undef HAVE_STRINGS_H
80
81/* Define to 1 if you have the <string.h> header file. */
82#undef HAVE_STRING_H
83
84/* Define to 1 if you have the `strtol' function. */
85#undef HAVE_STRTOL
86
87/* Define to 1 if you have the <sys/stat.h> header file. */
88#undef HAVE_SYS_STAT_H
89
90/* Define to 1 if you have the <sys/types.h> header file. */
91#undef HAVE_SYS_TYPES_H
92
93/* Define to 1 if you have the <unistd.h> header file. */
94#undef HAVE_UNISTD_H
95
96/* Define to 1 if the system has the type `_Bool'. */
97#undef HAVE__BOOL
98
99/* Define to 1 if your C compiler doesn't accept -c and -o together. */
100#undef NO_MINUS_C_MINUS_O
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/* If using the C implementation of alloca, define if you know the
124 direction of stack growth for your system; otherwise it will be
125 automatically deduced at runtime.
126 STACK_DIRECTION > 0 => grows toward higher addresses
127 STACK_DIRECTION < 0 => grows toward lower addresses
128 STACK_DIRECTION = 0 => direction of growth unknown */
129#undef STACK_DIRECTION
130
131/* Define to 1 if you have the ANSI C header files. */
132#undef STDC_HEADERS
133
134/* Version number of package */
135#undef VERSION
136
137/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
138 `char[]'. */
139#undef YYTEXT_POINTER
140
141/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
142 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
143 #define below would cause a syntax error. */
144#undef _UINT32_T
145
146/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
147 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
148 #define below would cause a syntax error. */
149#undef _UINT8_T
150
151/* Define to `__inline__' or `__inline' if that's what the C compiler
152 calls it, or to nothing if 'inline' is not supported under any name. */
153#ifndef __cplusplus
154#undef inline
155#endif
156
157/* Define to the type of a signed integer type of width exactly 16 bits if
158 such a type exists and the standard includes do not define it. */
159#undef int16_t
160
161/* Define to the type of a signed integer type of width exactly 32 bits if
162 such a type exists and the standard includes do not define it. */
163#undef int32_t
164
165/* Define to the type of a signed integer type of width exactly 8 bits if such
166 a type exists and the standard includes do not define it. */
167#undef int8_t
168
169/* Define to the equivalent of the C99 'restrict' keyword, or to
170 nothing if this is not supported. Do not define if restrict is
171 supported directly. */
172#undef restrict
173/* Work around a bug in Sun C++: it does not support _Restrict or
174 __restrict__, even though the corresponding Sun C compiler ends up with
175 "#define restrict _Restrict" or "#define restrict __restrict__" in the
176 previous line. Perhaps some future version of Sun C++ will work with
177 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
178#if defined __SUNPRO_CC && !defined __RESTRICT
179# define _Restrict
180# define __restrict__
181#endif
182
183/* Define to `unsigned int' if <sys/types.h> does not define. */
184#undef size_t
185
186/* Define to the type of an unsigned integer type of width exactly 16 bits if
187 such a type exists and the standard includes do not define it. */
188#undef uint16_t
189
190/* Define to the type of an unsigned integer type of width exactly 32 bits if
191 such a type exists and the standard includes do not define it. */
192#undef uint32_t
193
194/* Define to the type of an unsigned integer type of width exactly 8 bits if
195 such a type exists and the standard includes do not define it. */
196#undef uint8_t
Note: See TracBrowser for help on using the repository browser.