config.h.in revision cbeedf73d403ca0b65b3d4151b5630c5e335055b
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 ext/hash_map */
58#undef HAVE_GNU_EXT_HASH_MAP
59
60/* define if the compiler has ext/hash_set in __gnu_cc */
61#undef HAVE_GNU_EXT_HASH_SET
62
63/* Define to 1 if the system has the type `int64_t'. */
64#undef HAVE_INT64_T
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 `elf' library (-lelf). */
70#undef HAVE_LIBELF
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 <link.h> header file. */
76#undef HAVE_LINK_H
77
78/* Define if mallinfo() is available on this platform. */
79#undef HAVE_MALLINFO
80
81/* Define to 1 if you have the <malloc.h> header file. */
82#undef HAVE_MALLOC_H
83
84/* Define to 1 if you have the <math.h> header file. */
85#undef HAVE_MATH_H
86
87/* Define to 1 if you have the <memory.h> header file. */
88#undef HAVE_MEMORY_H
89
90/* Define to 1 if you have a working `mmap' system call. */
91#undef HAVE_MMAP
92
93/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
94   it uses MAP_ANON */
95#undef HAVE_MMAP_ANONYMOUS
96
97/* Define if mmap() can map files into memory */
98#undef HAVE_MMAP_FILE
99
100/* define if the compiler implements namespaces */
101#undef HAVE_NAMESPACES
102
103/* Define to 1 if you have the <signal.h> header file. */
104#undef HAVE_SIGNAL_H
105
106/* Define to 1 if you have the <stdint.h> header file. */
107#undef HAVE_STDINT_H
108
109/* Define to 1 if you have the <stdlib.h> header file. */
110#undef HAVE_STDLIB_H
111
112/* define if the compiler has ext/hash_map */
113#undef HAVE_STD_EXT_HASH_MAP
114
115/* define if the compiler has ext/hash_set in std */
116#undef HAVE_STD_EXT_HASH_SET
117
118/* define if the compiler has STL iterators */
119#undef HAVE_STD_ITERATOR
120
121/* Define to 1 if you have the `strcspn' function. */
122#undef HAVE_STRCSPN
123
124/* Define to 1 if you have the `strdup' function. */
125#undef HAVE_STRDUP
126
127/* Define to 1 if you have the `strerror' function. */
128#undef HAVE_STRERROR
129
130/* Define to 1 if you have the <strings.h> header file. */
131#undef HAVE_STRINGS_H
132
133/* Define to 1 if you have the <string.h> header file. */
134#undef HAVE_STRING_H
135
136/* Define to 1 if you have the `strspn' function. */
137#undef HAVE_STRSPN
138
139/* Define to 1 if you have the `strstr' function. */
140#undef HAVE_STRSTR
141
142/* Define to 1 if you have the `strtod' function. */
143#undef HAVE_STRTOD
144
145/* Define to 1 if you have the `strtol' function. */
146#undef HAVE_STRTOL
147
148/* Define to 1 if you have the `strtoll' function. */
149#undef HAVE_STRTOLL
150
151/* Define to 1 if you have the `strtoq' function. */
152#undef HAVE_STRTOQ
153
154/* Define to 1 if you have the <sys/mman.h> header file. */
155#undef HAVE_SYS_MMAN_H
156
157/* Define to 1 if you have the <sys/resource.h> header file. */
158#undef HAVE_SYS_RESOURCE_H
159
160/* Define to 1 if you have the <sys/stat.h> header file. */
161#undef HAVE_SYS_STAT_H
162
163/* Define to 1 if you have the <sys/time.h> header file. */
164#undef HAVE_SYS_TIME_H
165
166/* Define to 1 if you have the <sys/types.h> header file. */
167#undef HAVE_SYS_TYPES_H
168
169/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
170#undef HAVE_SYS_WAIT_H
171
172/* Define to 1 if the system has the type `uint64_t'. */
173#undef HAVE_UINT64_T
174
175/* Define to 1 if you have the <unistd.h> header file. */
176#undef HAVE_UNISTD_H
177
178/* Define to the address where bug reports for this package should be sent. */
179#undef PACKAGE_BUGREPORT
180
181/* Define to the full name of this package. */
182#undef PACKAGE_NAME
183
184/* Define to the full name and version of this package. */
185#undef PACKAGE_STRING
186
187/* Define to the one symbol short name of this package. */
188#undef PACKAGE_TARNAME
189
190/* Define to the version of this package. */
191#undef PACKAGE_VERSION
192
193/* Define as the return type of signal handlers (`int' or `void'). */
194#undef RETSIGTYPE
195
196/* If using the C implementation of alloca, define if you know the
197   direction of stack growth for your system; otherwise it will be
198   automatically deduced at run-time.
199        STACK_DIRECTION > 0 => grows toward higher addresses
200        STACK_DIRECTION < 0 => grows toward lower addresses
201        STACK_DIRECTION = 0 => direction of growth unknown */
202#undef STACK_DIRECTION
203
204/* Define to 1 if you have the ANSI C header files. */
205#undef STDC_HEADERS
206
207/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
208#undef TIME_WITH_SYS_TIME
209
210/* Define to 1 if your <sys/time.h> declares `struct tm'. */
211#undef TM_IN_SYS_TIME
212
213/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
214   `char[]'. */
215#undef YYTEXT_POINTER
216
217/* Define to empty if `const' does not conform to ANSI C. */
218#undef const
219
220/* Define as `__inline' if that's what the C compiler calls it, or to nothing
221   if it is not supported. */
222#undef inline
223
224/* Define to `int' if <sys/types.h> does not define. */
225#undef pid_t
226
227/* Define to `unsigned' if <sys/types.h> does not define. */
228#undef size_t
229