1/* config.h.  Generated by configure.  */
2/* config.in.  Generated from configure.ac by autoheader.  */
3
4/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
5#define BYTEORDER 1234
6
7/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
8   This function is required for alloca.c support on those systems. */
9/* #undef CRAY_STACKSEG_END */
10
11/* Define to 1 if you have the <alloca.h> header file. */
12#define HAVE_ALLOCA_H 1
13
14/* Define to 1 if you have the `asprintf' function. */
15#define HAVE_ASPRINTF 1
16
17/* Define to 1 if you have the `atexit' function. */
18#define HAVE_ATEXIT 1
19
20/* Define to 1 if you have the `basename' function. */
21/* #undef HAVE_BASENAME */
22
23/* Define to 1 if you have the `bcmp' function. */
24#define HAVE_BCMP 1
25
26/* Define to 1 if you have the `bcopy' function. */
27#define HAVE_BCOPY 1
28
29/* Define to 1 if you have the `bsearch' function. */
30#define HAVE_BSEARCH 1
31
32/* Define to 1 if you have the `bzero' function. */
33#define HAVE_BZERO 1
34
35/* Define to 1 if you have the `calloc' function. */
36#define HAVE_CALLOC 1
37
38/* Define to 1 if you have the `canonicalize_file_name' function. */
39/* #undef HAVE_CANONICALIZE_FILE_NAME */
40
41/* Define to 1 if you have the `clock' function. */
42/* #undef HAVE_CLOCK */
43
44/* Define to 1 if you have the <fcntl.h> header file. */
45#define HAVE_FCNTL_H 1
46
47/* Define to 1 if you have the `ffs' function. */
48#define HAVE_FFS 1
49
50/* Define to 1 if you have the `fork' function. */
51#define HAVE_FORK 1
52
53/* Define to 1 if you have the `getcwd' function. */
54#define HAVE_GETCWD 1
55
56/* Define to 1 if you have the `getpagesize' function. */
57/* #undef HAVE_GETPAGESIZE */
58
59/* Define to 1 if you have the `getrusage' function. */
60#define HAVE_GETRUSAGE 1
61
62/* Define to 1 if you have the `getsysinfo' function. */
63/* #undef HAVE_GETSYSINFO */
64
65/* Define to 1 if you have the `gettimeofday' function. */
66#define HAVE_GETTIMEOFDAY 1
67
68/* Define to 1 if you have the `index' function. */
69/* #undef HAVE_INDEX */
70
71/* Define to 1 if you have the `insque' function. */
72/* #undef HAVE_INSQUE */
73
74/* Define to 1 if you have the <inttypes.h> header file. */
75#define HAVE_INTTYPES_H 1
76
77/* Define to 1 if you have the <limits.h> header file. */
78#define HAVE_LIMITS_H 1
79
80/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
81/* #undef HAVE_MACHINE_HAL_SYSINFO_H */
82
83/* Define to 1 if you have the <malloc.h> header file. */
84#define HAVE_MALLOC_H 1
85
86/* Define to 1 if you have the `memchr' function. */
87#define HAVE_MEMCHR 1
88
89/* Define to 1 if you have the `memcmp' function. */
90#define HAVE_MEMCMP 1
91
92/* Define to 1 if you have the `memcpy' function. */
93#define HAVE_MEMCPY 1
94
95/* Define to 1 if you have the `memmove' function. */
96#define HAVE_MEMMOVE 1
97
98/* Define to 1 if you have the <memory.h> header file. */
99/* #undef HAVE_MEMORY_H */
100
101/* Define to 1 if you have the `mempcpy' function. */
102/* #undef HAVE_MEMPCPY */
103
104/* Define to 1 if you have the `memset' function. */
105#define HAVE_MEMSET 1
106
107/* Define to 1 if you have the `mkstemps' function. */
108/* #undef HAVE_MKSTEMPS */
109
110/* Define to 1 if you have a working `mmap' system call. */
111/* #undef HAVE_MMAP */
112
113/* Define to 1 if you have the `on_exit' function. */
114/* #undef HAVE_ON_EXIT */
115
116/* Define to 1 if you have the `psignal' function. */
117#define HAVE_PSIGNAL 1
118
119/* Define to 1 if you have the `pstat_getdynamic' function. */
120/* #undef HAVE_PSTAT_GETDYNAMIC */
121
122/* Define to 1 if you have the `pstat_getstatic' function. */
123/* #undef HAVE_PSTAT_GETSTATIC */
124
125/* Define to 1 if you have the `putenv' function. */
126#define HAVE_PUTENV 1
127
128/* Define to 1 if you have the `random' function. */
129#define HAVE_RANDOM 1
130
131/* Define to 1 if you have the `realpath' function. */
132#define HAVE_REALPATH 1
133
134/* Define to 1 if you have the `rename' function. */
135#define HAVE_RENAME 1
136
137/* Define to 1 if you have the `rindex' function. */
138/* #undef HAVE_RINDEX */
139
140/* Define to 1 if you have the `sbrk' function. */
141#define HAVE_SBRK 1
142
143/* Define to 1 if you have the `setenv' function. */
144#define HAVE_SETENV 1
145
146/* Define to 1 if you have the `sigsetmask' function. */
147/* #undef HAVE_SIGSETMASK */
148
149/* Define to 1 if you have the `snprintf' function. */
150#define HAVE_SNPRINTF 1
151
152/* Define to 1 if you have the <stdint.h> header file. */
153#define HAVE_STDINT_H 1
154
155/* Define to 1 if you have the <stdlib.h> header file. */
156#define HAVE_STDLIB_H 1
157
158/* Define to 1 if you have the `stpcpy' function. */
159#define HAVE_STPCPY 1
160
161/* Define to 1 if you have the `stpncpy' function. */
162/* #undef HAVE_STPNCPY */
163
164/* Define to 1 if you have the `strcasecmp' function. */
165#define HAVE_STRCASECMP 1
166
167/* Define to 1 if you have the `strchr' function. */
168#define HAVE_STRCHR 1
169
170/* Define to 1 if you have the `strdup' function. */
171#define HAVE_STRDUP 1
172
173/* Define to 1 if you have the `strerror' function. */
174#define HAVE_STRERROR 1
175
176/* Define to 1 if you have the <strings.h> header file. */
177#define HAVE_STRINGS_H 1
178
179/* Define to 1 if you have the <string.h> header file. */
180#define HAVE_STRING_H 1
181
182/* Define to 1 if you have the `strncasecmp' function. */
183#define HAVE_STRNCASECMP 1
184
185/* Define to 1 if you have the `strrchr' function. */
186#define HAVE_STRRCHR 1
187
188/* Define to 1 if you have the `strsignal' function. */
189#define HAVE_STRSIGNAL 1
190
191/* Define to 1 if you have the `strstr' function. */
192#define HAVE_STRSTR 1
193
194/* Define to 1 if you have the `strtod' function. */
195#define HAVE_STRTOD 1
196
197/* Define to 1 if you have the `strtol' function. */
198#define HAVE_STRTOL 1
199
200/* Define to 1 if you have the `strtoul' function. */
201#define HAVE_STRTOUL 1
202
203/* Define to 1 if you have the `sysconf' function. */
204#define HAVE_SYSCONF 1
205
206/* Define to 1 if you have the `sysctl' function. */
207#define HAVE_SYSCTL 1
208
209/* Define to 1 if you have the `sysmp' function. */
210/* #undef HAVE_SYSMP */
211
212/* Define if you have the sys_errlist variable. */
213/* #undef HAVE_SYS_ERRLIST */
214
215/* Define to 1 if you have the <sys/file.h> header file. */
216/* #undef HAVE_SYS_FILE_H */
217
218/* Define to 1 if you have the <sys/mman.h> header file. */
219/* #undef HAVE_SYS_MMAN_H */
220
221/* Define if you have the sys_nerr variable. */
222/* #undef HAVE_SYS_NERR */
223
224/* Define to 1 if you have the <sys/param.h> header file. */
225#define HAVE_SYS_PARAM_H 1
226
227/* Define to 1 if you have the <sys/pstat.h> header file. */
228/* #undef HAVE_SYS_PSTAT_H */
229
230/* Define to 1 if you have the <sys/resource.h> header file. */
231#define HAVE_SYS_RESOURCE_H 1
232
233/* Define if you have the sys_siglist variable. */
234#define HAVE_SYS_SIGLIST 1
235
236/* Define to 1 if you have the <sys/stat.h> header file. */
237#define HAVE_SYS_STAT_H 1
238
239/* Define to 1 if you have the <sys/sysctl.h> header file. */
240/* #undef HAVE_SYS_SYSCTL_H */
241
242/* Define to 1 if you have the <sys/sysinfo.h> header file. */
243/* #undef HAVE_SYS_SYSINFO_H */
244
245/* Define to 1 if you have the <sys/sysmp.h> header file. */
246/* #undef HAVE_SYS_SYSMP_H */
247
248/* Define to 1 if you have the <sys/systemcfg.h> header file. */
249/* #undef HAVE_SYS_SYSTEMCFG_H */
250
251/* Define to 1 if you have the <sys/table.h> header file. */
252/* #undef HAVE_SYS_TABLE_H */
253
254/* Define to 1 if you have the <sys/time.h> header file. */
255#define HAVE_SYS_TIME_H 1
256
257/* Define to 1 if you have the <sys/types.h> header file. */
258#define HAVE_SYS_TYPES_H 1
259
260/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
261#define HAVE_SYS_WAIT_H 1
262
263/* Define to 1 if you have the `table' function. */
264/* #undef HAVE_TABLE */
265
266/* Define to 1 if you have the `times' function. */
267#define HAVE_TIMES 1
268
269/* Define to 1 if you have the <time.h> header file. */
270#define HAVE_TIME_H 1
271
272/* Define to 1 if you have the `tmpnam' function. */
273#define HAVE_TMPNAM 1
274
275/* Define if you have the \`uintptr_t' type. */
276#define HAVE_UINTPTR_T 1
277
278/* Define to 1 if you have the <unistd.h> header file. */
279#define HAVE_UNISTD_H 1
280
281/* Define to 1 if you have the `vasprintf' function. */
282#define HAVE_VASPRINTF 1
283
284/* Define to 1 if you have the `vfork' function. */
285/* #undef HAVE_VFORK */
286
287/* Define to 1 if you have the <vfork.h> header file. */
288/* #undef HAVE_VFORK_H */
289
290/* Define to 1 if you have the `vfprintf' function. */
291#define HAVE_VFPRINTF 1
292
293/* Define to 1 if you have the `vprintf' function. */
294#define HAVE_VPRINTF 1
295
296/* Define to 1 if you have the `vsnprintf' function. */
297#define HAVE_VSNPRINTF 1
298
299/* Define to 1 if you have the `vsprintf' function. */
300#define HAVE_VSPRINTF 1
301
302/* Define to 1 if you have the `waitpid' function. */
303#define HAVE_WAITPID 1
304
305/* Define to 1 if `fork' works. */
306#define HAVE_WORKING_FORK 1
307
308/* Define to 1 if `vfork' works. */
309/* #undef HAVE_WORKING_VFORK */
310
311/* Define to 1 if you have the `_doprnt' function. */
312/* #undef HAVE__DOPRNT */
313
314/* Define if you have the _system_configuration variable. */
315/* #undef HAVE__SYSTEM_CONFIGURATION */
316
317/* Define if the host machine stores words of multi-word integers in
318   big-endian order. */
319/* #undef HOST_WORDS_BIG_ENDIAN */
320
321/* Define if canonicalize_file_name is not declared in system header files. */
322#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
323
324/* Define if errno must be declared even when <errno.h> is included. */
325/* #undef NEED_DECLARATION_ERRNO */
326
327/* Define to 1 if your C compiler doesn't accept -c and -o together. */
328/* #undef NO_MINUS_C_MINUS_O */
329
330/* Define to the address where bug reports for this package should be sent. */
331#define PACKAGE_BUGREPORT ""
332
333/* Define to the full name of this package. */
334#define PACKAGE_NAME ""
335
336/* Define to the full name and version of this package. */
337#define PACKAGE_STRING ""
338
339/* Define to the one symbol short name of this package. */
340#define PACKAGE_TARNAME ""
341
342/* Define to the version of this package. */
343#define PACKAGE_VERSION ""
344
345/* Define if you know the direction of stack growth for your system; otherwise
346   it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
347   toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
348   STACK_DIRECTION = 0 => direction of growth unknown */
349#define STACK_DIRECTION 0
350
351/* Define to 1 if you have the ANSI C header files. */
352#define STDC_HEADERS 1
353
354/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
355#define TIME_WITH_SYS_TIME 1
356
357/* Define to an unsigned 64-bit type available in the compiler. */
358#define UNSIGNED_64BIT_TYPE uint64_t
359
360/* whether byteorder is bigendian */
361/* #undef WORDS_BIGENDIAN */
362
363/* Define to empty if `const' does not conform to ANSI C. */
364/* #undef const */
365
366/* Define to `__inline__' or `__inline' if that's what the C compiler
367   calls it, or to nothing if 'inline' is not supported under any name.  */
368#ifndef __cplusplus
369/* #undef inline */
370#endif
371
372/* Define to `int' if <sys/types.h> does not define. */
373/* #undef pid_t */
374
375/* Define to `unsigned long' if <sys/types.h> does not define. */
376/* #undef uintptr_t */
377
378/* Define as `fork' if `vfork' does not work. */
379#define vfork fork
380