1 /* config.h.  Generated from config.in by configure.  */
2 /* config.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
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 /* explicitly disabled #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 #define HAVE_BASENAME 1
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 #define HAVE_CLOCK 1
43 
44 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
45    don't. */
46 #define HAVE_DECL_ASPRINTF 1
47 
48 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
49    you don't. */
50 #define HAVE_DECL_BASENAME 0
51 
52 /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
53    */
54 #define HAVE_DECL_CALLOC 1
55 
56 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
57 #define HAVE_DECL_FFS 1
58 
59 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
60    */
61 #define HAVE_DECL_GETENV 1
62 
63 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
64    */
65 #define HAVE_DECL_GETOPT 1
66 
67 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
68    */
69 #define HAVE_DECL_MALLOC 1
70 
71 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
72    don't. */
73 #define HAVE_DECL_REALLOC 1
74 
75 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
76    */
77 #define HAVE_DECL_SBRK 1
78 
79 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
80    don't. */
81 #define HAVE_DECL_SNPRINTF 1
82 
83 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
84    don't. */
85 #define HAVE_DECL_STRNLEN 1
86 
87 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
88    */
89 #define HAVE_DECL_STRTOL 1
90 
91 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
92    don't. */
93 #define HAVE_DECL_STRTOLL 1
94 
95 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
96    don't. */
97 #define HAVE_DECL_STRTOUL 1
98 
99 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
100    don't. */
101 #define HAVE_DECL_STRTOULL 1
102 
103 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
104    don't. */
105 #define HAVE_DECL_STRVERSCMP 0
106 
107 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
108    don't. */
109 #define HAVE_DECL_VASPRINTF 1
110 
111 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
112    don't. */
113 #define HAVE_DECL_VSNPRINTF 1
114 
115 /* Define to 1 if you have the `dup3' function. */
116 /* do not enable yet #define HAVE_DUP3 1 */
117 
118 /* Define to 1 if you have the <fcntl.h> header file. */
119 #define HAVE_FCNTL_H 1
120 
121 /* Define to 1 if you have the `ffs' function. */
122 #define HAVE_FFS 1
123 
124 /* Define to 1 if you have the `fork' function. */
125 #define HAVE_FORK 1
126 
127 /* Define to 1 if you have the `getcwd' function. */
128 #define HAVE_GETCWD 1
129 
130 /* Define to 1 if you have the `getpagesize' function. */
131 #define HAVE_GETPAGESIZE 1
132 
133 /* Define to 1 if you have the `getrlimit' function. */
134 #define HAVE_GETRLIMIT 1
135 
136 /* Define to 1 if you have the `getrusage' function. */
137 #define HAVE_GETRUSAGE 1
138 
139 /* Define to 1 if you have the `getsysinfo' function. */
140 /* #undef HAVE_GETSYSINFO */
141 
142 /* Define to 1 if you have the `gettimeofday' function. */
143 #define HAVE_GETTIMEOFDAY 1
144 
145 /* Define to 1 if you have the `index' function. */
146 #define HAVE_INDEX 1
147 
148 /* Define to 1 if you have the `insque' function. */
149 #define HAVE_INSQUE 1
150 
151 /* Define to 1 if the system has the type `intptr_t'. */
152 #define HAVE_INTPTR_T 1
153 
154 /* Define to 1 if you have the <inttypes.h> header file. */
155 #define HAVE_INTTYPES_H 1
156 
157 /* Define to 1 if you have the <limits.h> header file. */
158 #define HAVE_LIMITS_H 1
159 
160 /* Define if you have the `long long' type. */
161 #define HAVE_LONG_LONG 1
162 
163 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
164 /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
165 
166 /* Define to 1 if you have the <malloc.h> header file. */
167 /* #undef HAVE_MALLOC_H */
168 
169 /* Define to 1 if you have the `memchr' function. */
170 #define HAVE_MEMCHR 1
171 
172 /* Define to 1 if you have the `memcmp' function. */
173 #define HAVE_MEMCMP 1
174 
175 /* Define to 1 if you have the `memcpy' function. */
176 #define HAVE_MEMCPY 1
177 
178 /* Define to 1 if you have the `memmem' function. */
179 #define HAVE_MEMMEM 1
180 
181 /* Define to 1 if you have the `memmove' function. */
182 #define HAVE_MEMMOVE 1
183 
184 /* Define to 1 if you have the <memory.h> header file. */
185 #define HAVE_MEMORY_H 1
186 
187 /* Define to 1 if you have the `memset' function. */
188 #define HAVE_MEMSET 1
189 
190 /* Define to 1 if you have the `mkstemps' function. */
191 #define HAVE_MKSTEMPS 1
192 
193 /* Define to 1 if you have a working `mmap' system call. */
194 #define HAVE_MMAP 1
195 
196 /* Define to 1 if you have the `on_exit' function. */
197 /* #undef HAVE_ON_EXIT */
198 
199 /* Define to 1 if you have the `pipe2' function. */
200 #define HAVE_PIPE2 1
201 
202 /* Define to 1 if you have the <process.h> header file. */
203 /* #undef HAVE_PROCESS_H */
204 
205 /* Define to 1 if you have the `psignal' function. */
206 #define HAVE_PSIGNAL 1
207 
208 /* Define to 1 if you have the `pstat_getdynamic' function. */
209 /* #undef HAVE_PSTAT_GETDYNAMIC */
210 
211 /* Define to 1 if you have the `pstat_getstatic' function. */
212 /* #undef HAVE_PSTAT_GETSTATIC */
213 
214 /* Define to 1 if you have the `putenv' function. */
215 #define HAVE_PUTENV 1
216 
217 /* Define to 1 if you have the `random' function. */
218 #define HAVE_RANDOM 1
219 
220 /* Define to 1 if you have the `realpath' function. */
221 #define HAVE_REALPATH 1
222 
223 /* Define to 1 if you have the `rename' function. */
224 #define HAVE_RENAME 1
225 
226 /* Define to 1 if you have the `rindex' function. */
227 #define HAVE_RINDEX 1
228 
229 /* Define to 1 if you have the `sbrk' function. */
230 #define HAVE_SBRK 1
231 
232 /* Define to 1 if you have the `setenv' function. */
233 #define HAVE_SETENV 1
234 
235 /* Define to 1 if you have the `setproctitle' function. */
236 #define HAVE_SETPROCTITLE 1
237 
238 /* Define to 1 if you have the `setrlimit' function. */
239 #define HAVE_SETRLIMIT 1
240 
241 /* Define to 1 if you have the `sigsetmask' function. */
242 #define HAVE_SIGSETMASK 1
243 
244 /* Define to 1 if you have the `snprintf' function. */
245 #define HAVE_SNPRINTF 1
246 
247 /* Define to 1 if you have the `spawnve' function. */
248 /* #undef HAVE_SPAWNVE */
249 
250 /* Define to 1 if you have the `spawnvpe' function. */
251 /* #undef HAVE_SPAWNVPE */
252 
253 /* Define to 1 if you have the <stdint.h> header file. */
254 #define HAVE_STDINT_H 1
255 
256 /* Define to 1 if you have the <stdio_ext.h> header file. */
257 /* #undef HAVE_STDIO_EXT_H */
258 
259 /* Define to 1 if you have the <stdlib.h> header file. */
260 #define HAVE_STDLIB_H 1
261 
262 /* Define to 1 if you have the `stpcpy' function. */
263 #define HAVE_STPCPY 1
264 
265 /* Define to 1 if you have the `stpncpy' function. */
266 #define HAVE_STPNCPY 1
267 
268 /* Define to 1 if you have the `strcasecmp' function. */
269 #define HAVE_STRCASECMP 1
270 
271 /* Define to 1 if you have the `strchr' function. */
272 #define HAVE_STRCHR 1
273 
274 /* Define to 1 if you have the `strdup' function. */
275 #define HAVE_STRDUP 1
276 
277 /* Define to 1 if you have the `strerror' function. */
278 #define HAVE_STRERROR 1
279 
280 /* Define to 1 if you have the <strings.h> header file. */
281 #define HAVE_STRINGS_H 1
282 
283 /* Define to 1 if you have the <string.h> header file. */
284 #define HAVE_STRING_H 1
285 
286 /* Define to 1 if you have the `strncasecmp' function. */
287 #define HAVE_STRNCASECMP 1
288 
289 /* Define to 1 if you have the `strndup' function. */
290 #define HAVE_STRNDUP 1
291 
292 /* Define to 1 if you have the `strnlen' function. */
293 #define HAVE_STRNLEN 1
294 
295 /* Define to 1 if you have the `strrchr' function. */
296 #define HAVE_STRRCHR 1
297 
298 /* Define to 1 if you have the `strsignal' function. */
299 #define HAVE_STRSIGNAL 1
300 
301 /* Define to 1 if you have the `strstr' function. */
302 #define HAVE_STRSTR 1
303 
304 /* Define to 1 if you have the `strtod' function. */
305 #define HAVE_STRTOD 1
306 
307 /* Define to 1 if you have the `strtol' function. */
308 #define HAVE_STRTOL 1
309 
310 /* Define to 1 if you have the `strtoll' function. */
311 #define HAVE_STRTOLL 1
312 
313 /* Define to 1 if you have the `strtoul' function. */
314 #define HAVE_STRTOUL 1
315 
316 /* Define to 1 if you have the `strtoull' function. */
317 #define HAVE_STRTOULL 1
318 
319 /* Define to 1 if you have the `strverscmp' function. */
320 /* #undef HAVE_STRVERSCMP */
321 
322 /* Define to 1 if you have the `sysconf' function. */
323 #define HAVE_SYSCONF 1
324 
325 /* Define to 1 if you have the `sysctl' function. */
326 #define HAVE_SYSCTL 1
327 
328 /* Define to 1 if you have the `sysmp' function. */
329 /* #undef HAVE_SYSMP */
330 
331 /* Define if you have the sys_errlist variable. */
332 #define HAVE_SYS_ERRLIST 1
333 
334 /* Define to 1 if you have the <sys/file.h> header file. */
335 #define HAVE_SYS_FILE_H 1
336 
337 /* Define to 1 if you have the <sys/mman.h> header file. */
338 #define HAVE_SYS_MMAN_H 1
339 
340 /* Define if you have the sys_nerr variable. */
341 #define HAVE_SYS_NERR 1
342 
343 /* Define to 1 if you have the <sys/param.h> header file. */
344 #define HAVE_SYS_PARAM_H 1
345 
346 /* Define to 1 if you have the <sys/prctl.h> header file. */
347 /* #undef HAVE_SYS_PRCTL_H */
348 
349 /* Define to 1 if you have the <sys/pstat.h> header file. */
350 /* #undef HAVE_SYS_PSTAT_H */
351 
352 /* Define to 1 if you have the <sys/resource.h> header file. */
353 #define HAVE_SYS_RESOURCE_H 1
354 
355 /* Define if you have the sys_siglist variable. */
356 #define HAVE_SYS_SIGLIST 1
357 
358 /* Define to 1 if you have the <sys/stat.h> header file. */
359 #define HAVE_SYS_STAT_H 1
360 
361 /* Define to 1 if you have the <sys/sysctl.h> header file. */
362 #define HAVE_SYS_SYSCTL_H 1
363 
364 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
365 /* #undef HAVE_SYS_SYSINFO_H */
366 
367 /* Define to 1 if you have the <sys/sysmp.h> header file. */
368 /* #undef HAVE_SYS_SYSMP_H */
369 
370 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
371 /* #undef HAVE_SYS_SYSTEMCFG_H */
372 
373 /* Define to 1 if you have the <sys/table.h> header file. */
374 /* #undef HAVE_SYS_TABLE_H */
375 
376 /* Define to 1 if you have the <sys/time.h> header file. */
377 #define HAVE_SYS_TIME_H 1
378 
379 /* Define to 1 if you have the <sys/types.h> header file. */
380 #define HAVE_SYS_TYPES_H 1
381 
382 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
383 #define HAVE_SYS_WAIT_H 1
384 
385 /* Define to 1 if you have the `table' function. */
386 /* #undef HAVE_TABLE */
387 
388 /* Define to 1 if you have the `times' function. */
389 #define HAVE_TIMES 1
390 
391 /* Define to 1 if you have the <time.h> header file. */
392 #define HAVE_TIME_H 1
393 
394 /* Define to 1 if you have the `tmpnam' function. */
395 #define HAVE_TMPNAM 1
396 
397 /* Define if you have the \`uintptr_t' type. */
398 #define HAVE_UINTPTR_T 1
399 
400 /* Define to 1 if you have the <unistd.h> header file. */
401 #define HAVE_UNISTD_H 1
402 
403 /* Define to 1 if you have the `vasprintf' function. */
404 #define HAVE_VASPRINTF 1
405 
406 /* Define to 1 if you have the `vfork' function. */
407 #define HAVE_VFORK 1
408 
409 /* Define to 1 if you have the <vfork.h> header file. */
410 /* #undef HAVE_VFORK_H */
411 
412 /* Define to 1 if you have the `vfprintf' function. */
413 #define HAVE_VFPRINTF 1
414 
415 /* Define to 1 if you have the `vprintf' function. */
416 #define HAVE_VPRINTF 1
417 
418 /* Define to 1 if you have the `vsprintf' function. */
419 #define HAVE_VSPRINTF 1
420 
421 /* Define to 1 if you have the `wait3' function. */
422 #define HAVE_WAIT3 1
423 
424 /* Define to 1 if you have the `wait4' function. */
425 #define HAVE_WAIT4 1
426 
427 /* Define to 1 if you have the `waitpid' function. */
428 #define HAVE_WAITPID 1
429 
430 /* Define to 1 if `fork' works. */
431 #define HAVE_WORKING_FORK 1
432 
433 /* Define to 1 if `vfork' works. */
434 #define HAVE_WORKING_VFORK 1
435 
436 /* Define to 1 if you have the `_doprnt' function. */
437 /* #undef HAVE__DOPRNT */
438 
439 /* Define if you have the _system_configuration variable. */
440 /* #undef HAVE__SYSTEM_CONFIGURATION */
441 
442 /* Define to 1 if you have the `__fsetlocking' function. */
443 /* #undef HAVE___FSETLOCKING */
444 
445 /* Define if canonicalize_file_name is not declared in system header files. */
446 #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
447 
448 /* Define if errno must be declared even when <errno.h> is included. */
449 /* #undef NEED_DECLARATION_ERRNO */
450 
451 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
452 /* #undef NO_MINUS_C_MINUS_O */
453 
454 /* Define to the address where bug reports for this package should be sent. */
455 #define PACKAGE_BUGREPORT ""
456 
457 /* Define to the full name of this package. */
458 #define PACKAGE_NAME ""
459 
460 /* Define to the full name and version of this package. */
461 #define PACKAGE_STRING ""
462 
463 /* Define to the one symbol short name of this package. */
464 #define PACKAGE_TARNAME ""
465 
466 /* Define to the home page for this package. */
467 #define PACKAGE_URL ""
468 
469 /* Define to the version of this package. */
470 #define PACKAGE_VERSION ""
471 
472 /* The size of `int', as computed by sizeof. */
473 #define SIZEOF_INT 4
474 
475 /* The size of `long', as computed by sizeof. */
476 #define SIZEOF_LONG 8
477 
478 /* The size of `long long', as computed by sizeof. */
479 #define SIZEOF_LONG_LONG 8
480 
481 /* The size of `size_t', as computed by sizeof. */
482 #define SIZEOF_SIZE_T 8
483 
484 /* Define if you know the direction of stack growth for your system; otherwise
485    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
486    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
487    STACK_DIRECTION = 0 => direction of growth unknown */
488 #define STACK_DIRECTION -1
489 
490 /* Define to 1 if you have the ANSI C header files. */
491 #define STDC_HEADERS 1
492 
493 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
494 #define TIME_WITH_SYS_TIME 1
495 
496 /* Define to an unsigned 64-bit type available in the compiler. */
497 #define UNSIGNED_64BIT_TYPE uint64_t
498 
499 /* Enable extensions on AIX 3, Interix.  */
500 #ifndef _ALL_SOURCE
501 # define _ALL_SOURCE 1
502 #endif
503 /* Enable GNU extensions on systems that have them.  */
504 #ifndef _GNU_SOURCE
505 # define _GNU_SOURCE 1
506 #endif
507 /* Enable threading extensions on Solaris.  */
508 #ifndef _POSIX_PTHREAD_SEMANTICS
509 # define _POSIX_PTHREAD_SEMANTICS 1
510 #endif
511 /* Enable extensions on HP NonStop.  */
512 #ifndef _TANDEM_SOURCE
513 # define _TANDEM_SOURCE 1
514 #endif
515 /* Enable general extensions on Solaris.  */
516 #ifndef __EXTENSIONS__
517 # define __EXTENSIONS__ 1
518 #endif
519 
520 
521 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
522    significant byte first (like Motorola and SPARC, unlike Intel). */
523 #if defined AC_APPLE_UNIVERSAL_BUILD
524 # if defined __BIG_ENDIAN__
525 #  define WORDS_BIGENDIAN 1
526 # endif
527 #else
528 # ifndef WORDS_BIGENDIAN
529 /* #  undef WORDS_BIGENDIAN */
530 # endif
531 #endif
532 
533 /* Enable large inode numbers on Mac OS X 10.5.  */
534 #ifndef _DARWIN_USE_64_BIT_INODE
535 # define _DARWIN_USE_64_BIT_INODE 1
536 #endif
537 
538 /* Number of bits in a file offset, on hosts where this is settable. */
539 /* #undef _FILE_OFFSET_BITS */
540 
541 /* Define for large files, on AIX-style hosts. */
542 /* #undef _LARGE_FILES */
543 
544 /* Define to 1 if on MINIX. */
545 /* #undef _MINIX */
546 
547 /* Define to 2 if the system does not provide POSIX.1 features except with
548    this defined. */
549 /* #undef _POSIX_1_SOURCE */
550 
551 /* Define to 1 if you need to in order for `stat' and other things to work. */
552 /* #undef _POSIX_SOURCE */
553 
554 /* Define to empty if `const' does not conform to ANSI C. */
555 /* #undef const */
556 
557 /* Define to `__inline__' or `__inline' if that's what the C compiler
558    calls it, or to nothing if 'inline' is not supported under any name.  */
559 #ifndef __cplusplus
560 /* #undef inline */
561 #endif
562 
563 /* Define to the type of a signed integer type wide enough to hold a pointer,
564    if such a type exists, and if the system does not define it. */
565 /* #undef intptr_t */
566 
567 /* Define to `int' if <sys/types.h> does not define. */
568 /* #undef pid_t */
569 
570 /* Define to `int' if <sys/types.h> does not define. */
571 /* #undef ssize_t */
572 
573 /* Define to the type of an unsigned integer type wide enough to hold a
574    pointer, if such a type exists, and if the system does not define it. */
575 /* #undef uintptr_t */
576 
577 /* Define as `fork' if `vfork' does not work. */
578 /* #undef vfork */
579