config.h.in revision 4768dc5705c8d75165a4fa501f27acd5181602d4
1/* include/Config/config.h.in.  Generated from autoconf/configure.ac by autoheader.  */
2
3/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4   systems. This function is required for `alloca.c' support on those systems.
5   */
6#undef CRAY_STACKSEG_END
7
8/* Define to 1 if using `alloca.c'. */
9#undef C_ALLOCA
10
11/* Define if the machine is Big-Endian */
12#undef ENDIAN_BIG
13
14/* Define if the machine is Little-Endian */
15#undef ENDIAN_LITTLE
16
17/* Define to 1 if you have `alloca', as a function or macro. */
18#undef HAVE_ALLOCA
19
20/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
21   */
22#undef HAVE_ALLOCA_H
23
24/* Define to 1 if you have the <assert.h> header file. */
25#undef HAVE_ASSERT_H
26
27/* define if the compiler has bidirectional iterator */
28#undef HAVE_BI_ITERATOR
29
30/* Define to 1 if you have the <dlfcn.h> header file. */
31#undef HAVE_DLFCN_H
32
33/* Define if dlopen() is available on this platform. */
34#undef HAVE_DLOPEN
35
36/* Define to 1 if you have the <errno.h> header file. */
37#undef HAVE_ERRNO_H
38
39/* define if the compiler has ext/slist */
40#undef HAVE_EXT_SLIST
41
42/* Define to 1 if you have the <fcntl.h> header file. */
43#undef HAVE_FCNTL_H
44
45/* define if the compiler has STL iterators */
46#undef HAVE_FWD_ITERATOR
47
48/* Define to 1 if you have the `getcwd' function. */
49#undef HAVE_GETCWD
50
51/* Define to 1 if you have the `getpagesize' function. */
52#undef HAVE_GETPAGESIZE
53
54/* Define to 1 if you have the `gettimeofday' function. */
55#undef HAVE_GETTIMEOFDAY
56
57/* Define if the compiler has a header <hash_map> that defines template class
58   ::hash_map. */
59#undef HAVE_GLOBAL_HASH_MAP
60
61/* Define if the compiler has a header <hash_set> that defines template class
62   ::hash_set. */
63#undef HAVE_GLOBAL_HASH_SET
64
65/* Define if the compiler has a header <ext/hash_map> that defines template
66   class __gnu_cxx::hash_map. */
67#undef HAVE_GNU_EXT_HASH_MAP
68
69/* Define if the compiler has a header <ext/hash_set> that defines template
70   class __gnu_cxx::hash_set. */
71#undef HAVE_GNU_EXT_HASH_SET
72
73/* Define to 1 if the system has the type `int64_t'. */
74#undef HAVE_INT64_T
75
76/* Define to 1 if you have the <inttypes.h> header file. */
77#undef HAVE_INTTYPES_H
78
79/* Define to 1 if you have the `elf' library (-lelf). */
80#undef HAVE_LIBELF
81
82/* Define to 1 if you have the <limits.h> header file. */
83#undef HAVE_LIMITS_H
84
85/* Define to 1 if you have the <link.h> header file. */
86#undef HAVE_LINK_H
87
88/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
89   the current directory to the dynamic linker search path. */
90#undef HAVE_LINK_R
91
92/* Define if mallinfo() is available on this platform. */
93#undef HAVE_MALLINFO
94
95/* Define to 1 if you have the <malloc.h> header file. */
96#undef HAVE_MALLOC_H
97
98/* Define to 1 if you have the <math.h> header file. */
99#undef HAVE_MATH_H
100
101/* Define to 1 if you have the <memory.h> header file. */
102#undef HAVE_MEMORY_H
103
104/* Define to 1 if you have a working `mmap' system call. */
105#undef HAVE_MMAP
106
107/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
108   it uses MAP_ANON */
109#undef HAVE_MMAP_ANONYMOUS
110
111/* Define if mmap() can map files into memory */
112#undef HAVE_MMAP_FILE
113
114/* define if the compiler implements namespaces */
115#undef HAVE_NAMESPACES
116
117/* Define to have the %a format string */
118#undef HAVE_PRINTF_A
119
120/* Define if PThread mutexes (e.g., pthread_mutex_lock) are available in the
121   system's thread library. */
122#undef HAVE_PTHREAD_MUTEX_LOCK
123
124/* Define to 1 if you have the <signal.h> header file. */
125#undef HAVE_SIGNAL_H
126
127/* Define to 1 if you have the <stdint.h> header file. */
128#undef HAVE_STDINT_H
129
130/* Define to 1 if you have the <stdlib.h> header file. */
131#undef HAVE_STDLIB_H
132
133/* Define if the compiler has a header <ext/hash_map> that defines template
134   class std::hash_map. */
135#undef HAVE_STD_EXT_HASH_MAP
136
137/* Define if the compiler has a header <ext/hash_set> that defines template
138   class std::hash_set. */
139#undef HAVE_STD_EXT_HASH_SET
140
141/* define if the compiler has STL iterators */
142#undef HAVE_STD_ITERATOR
143
144/* Define to 1 if you have the `strcspn' function. */
145#undef HAVE_STRCSPN
146
147/* Define to 1 if you have the `strdup' function. */
148#undef HAVE_STRDUP
149
150/* Define to 1 if you have the `strerror' function. */
151#undef HAVE_STRERROR
152
153/* Define to 1 if you have the <strings.h> header file. */
154#undef HAVE_STRINGS_H
155
156/* Define to 1 if you have the <string.h> header file. */
157#undef HAVE_STRING_H
158
159/* Define to 1 if you have the `strspn' function. */
160#undef HAVE_STRSPN
161
162/* Define to 1 if you have the `strstr' function. */
163#undef HAVE_STRSTR
164
165/* Define to 1 if you have the `strtod' function. */
166#undef HAVE_STRTOD
167
168/* Define to 1 if you have the `strtol' function. */
169#undef HAVE_STRTOL
170
171/* Define to 1 if you have the `strtoll' function. */
172#undef HAVE_STRTOLL
173
174/* Define to 1 if you have the `strtoq' function. */
175#undef HAVE_STRTOQ
176
177/* Define to 1 if you have the <sys/mman.h> header file. */
178#undef HAVE_SYS_MMAN_H
179
180/* Define to 1 if you have the <sys/resource.h> header file. */
181#undef HAVE_SYS_RESOURCE_H
182
183/* Define to 1 if you have the <sys/stat.h> header file. */
184#undef HAVE_SYS_STAT_H
185
186/* Define to 1 if you have the <sys/time.h> header file. */
187#undef HAVE_SYS_TIME_H
188
189/* Define to 1 if you have the <sys/types.h> header file. */
190#undef HAVE_SYS_TYPES_H
191
192/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
193#undef HAVE_SYS_WAIT_H
194
195/* Define to 1 if the system has the type `uint64_t'. */
196#undef HAVE_UINT64_T
197
198/* Define to 1 if you have the <unistd.h> header file. */
199#undef HAVE_UNISTD_H
200
201/* Define to the address where bug reports for this package should be sent. */
202#undef PACKAGE_BUGREPORT
203
204/* Define to the full name of this package. */
205#undef PACKAGE_NAME
206
207/* Define to the full name and version of this package. */
208#undef PACKAGE_STRING
209
210/* Define to the one symbol short name of this package. */
211#undef PACKAGE_TARNAME
212
213/* Define to the version of this package. */
214#undef PACKAGE_VERSION
215
216/* Define as the return type of signal handlers (`int' or `void'). */
217#undef RETSIGTYPE
218
219/* If using the C implementation of alloca, define if you know the
220   direction of stack growth for your system; otherwise it will be
221   automatically deduced at run-time.
222        STACK_DIRECTION > 0 => grows toward higher addresses
223        STACK_DIRECTION < 0 => grows toward lower addresses
224        STACK_DIRECTION = 0 => direction of growth unknown */
225#undef STACK_DIRECTION
226
227/* Define to 1 if you have the ANSI C header files. */
228#undef STDC_HEADERS
229
230/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
231#undef TIME_WITH_SYS_TIME
232
233/* Define to 1 if your <sys/time.h> declares `struct tm'. */
234#undef TM_IN_SYS_TIME
235
236/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
237   `char[]'. */
238#undef YYTEXT_POINTER
239
240/* Define to empty if `const' does not conform to ANSI C. */
241#undef const
242
243/* Define as `__inline' if that's what the C compiler calls it, or to nothing
244   if it is not supported. */
245#undef inline
246
247/* Define to `int' if <sys/types.h> does not define. */
248#undef pid_t
249
250/* Define to `unsigned' if <sys/types.h> does not define. */
251#undef size_t
252