source: config.h.in @ a77e7b5

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since a77e7b5 was 5d6ce1f, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

fix configure.ac

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