160777Sobrien/* $FreeBSD: releng/10.3/gnu/usr.bin/binutils/libiberty/config.h 218822 2011-02-18 20:54:12Z dim $ */
260777Sobrien
3130575Sobrien/* config.h.  Generated by configure.  */
4130575Sobrien/* config.in.  Generated from configure.ac by autoheader.  */
560777Sobrien
6130575Sobrien/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
7130575Sobrien   This function is required for alloca.c support on those systems. */
8130575Sobrien/* #undef CRAY_STACKSEG_END */
960777Sobrien
10130575Sobrien/* Define to 1 if you have the <alloca.h> header file. */
11130575Sobrien/* #undef HAVE_ALLOCA_H */
1260777Sobrien
13130575Sobrien/* Define to 1 if you have the `asprintf' function. */
1460777Sobrien#define HAVE_ASPRINTF 1
1560777Sobrien
16130575Sobrien/* Define to 1 if you have the `atexit' function. */
1760777Sobrien#define HAVE_ATEXIT 1
1860777Sobrien
19130575Sobrien/* Define to 1 if you have the `basename' function. */
2077324Sobrien#define HAVE_BASENAME 1
2160777Sobrien
22130575Sobrien/* Define to 1 if you have the `bcmp' function. */
2360777Sobrien#define HAVE_BCMP 1
2460777Sobrien
25130575Sobrien/* Define to 1 if you have the `bcopy' function. */
2660777Sobrien#define HAVE_BCOPY 1
2760777Sobrien
28130575Sobrien/* Define to 1 if you have the `bsearch' function. */
2977324Sobrien#define HAVE_BSEARCH 1
3077324Sobrien
31130575Sobrien/* Define to 1 if you have the `bzero' function. */
3260777Sobrien#define HAVE_BZERO 1
3360777Sobrien
34130575Sobrien/* Define to 1 if you have the `calloc' function. */
3560777Sobrien#define HAVE_CALLOC 1
3660777Sobrien
37130575Sobrien/* Define to 1 if you have the `canonicalize_file_name' function. */
38130575Sobrien/* #undef HAVE_CANONICALIZE_FILE_NAME */
39130575Sobrien
40130575Sobrien/* Define to 1 if you have the `clock' function. */
4160777Sobrien#define HAVE_CLOCK 1
4260777Sobrien
43218822Sdim/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
44218822Sdim   don't. */
45218822Sdim#define HAVE_DECL_ASPRINTF 1
46218822Sdim
47218822Sdim/* Define to 1 if you have the declaration of `basename', and to 0 if you
48218822Sdim   don't. */
49218822Sdim#define HAVE_DECL_BASENAME 0
50218822Sdim
51218822Sdim/* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
52218822Sdim   */
53218822Sdim#define HAVE_DECL_CALLOC 1
54218822Sdim
55218822Sdim/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
56218822Sdim#define HAVE_DECL_FFS 1
57218822Sdim
58218822Sdim/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
59218822Sdim   */
60218822Sdim#define HAVE_DECL_GETENV 1
61218822Sdim
62218822Sdim/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
63218822Sdim   */
64218822Sdim#define HAVE_DECL_GETOPT 1
65218822Sdim
66218822Sdim/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
67218822Sdim   */
68218822Sdim#define HAVE_DECL_MALLOC 1
69218822Sdim
70218822Sdim/* Define to 1 if you have the declaration of `realloc', and to 0 if you
71218822Sdim   don't. */
72218822Sdim#define HAVE_DECL_REALLOC 1
73218822Sdim
74218822Sdim/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
75218822Sdim   */
76218822Sdim#define HAVE_DECL_SBRK 1
77218822Sdim
78218822Sdim/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
79218822Sdim   don't. */
80218822Sdim#define HAVE_DECL_SNPRINTF 1
81218822Sdim
82218822Sdim/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
83218822Sdim   don't. */
84218822Sdim#define HAVE_DECL_STRVERSCMP 0
85218822Sdim
86218822Sdim/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
87218822Sdim   don't. */
88218822Sdim#define HAVE_DECL_VASPRINTF 1
89218822Sdim
90218822Sdim/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
91218822Sdim   don't. */
92218822Sdim#define HAVE_DECL_VSNPRINTF 1
93218822Sdim
94130575Sobrien/* Define to 1 if you have the <fcntl.h> header file. */
95130575Sobrien#define HAVE_FCNTL_H 1
96130575Sobrien
97130575Sobrien/* Define to 1 if you have the `ffs' function. */
9889879Sobrien#define HAVE_FFS 1
9989879Sobrien
100130575Sobrien/* Define to 1 if you have the `fork' function. */
101130575Sobrien#define HAVE_FORK 1
102130575Sobrien
103130575Sobrien/* Define to 1 if you have the `getcwd' function. */
10460777Sobrien#define HAVE_GETCWD 1
10560777Sobrien
106130575Sobrien/* Define to 1 if you have the `getpagesize' function. */
10760777Sobrien#define HAVE_GETPAGESIZE 1
10860777Sobrien
109130575Sobrien/* Define to 1 if you have the `getrusage' function. */
11060777Sobrien#define HAVE_GETRUSAGE 1
11160777Sobrien
112130575Sobrien/* Define to 1 if you have the `getsysinfo' function. */
113130575Sobrien/* #undef HAVE_GETSYSINFO */
114130575Sobrien
115130575Sobrien/* Define to 1 if you have the `gettimeofday' function. */
11660777Sobrien#define HAVE_GETTIMEOFDAY 1
11760777Sobrien
118130575Sobrien/* Define to 1 if you have the `index' function. */
11960777Sobrien#define HAVE_INDEX 1
12060777Sobrien
121130575Sobrien/* Define to 1 if you have the `insque' function. */
122107503Sobrien#define HAVE_INSQUE 1
12360777Sobrien
124130575Sobrien/* Define to 1 if you have the <inttypes.h> header file. */
125130575Sobrien#define HAVE_INTTYPES_H 1
126130575Sobrien
127130575Sobrien/* Define to 1 if you have the <limits.h> header file. */
128130575Sobrien#define HAVE_LIMITS_H 1
129130575Sobrien
130130575Sobrien/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
131130575Sobrien/* #undef HAVE_MACHINE_HAL_SYSINFO_H */
132130575Sobrien
133130575Sobrien/* Define to 1 if you have the <malloc.h> header file. */
134130575Sobrien/* #undef HAVE_MALLOC_H */
135130575Sobrien
136130575Sobrien/* Define to 1 if you have the `memchr' function. */
13760777Sobrien#define HAVE_MEMCHR 1
13860777Sobrien
139130575Sobrien/* Define to 1 if you have the `memcmp' function. */
14060777Sobrien#define HAVE_MEMCMP 1
14160777Sobrien
142130575Sobrien/* Define to 1 if you have the `memcpy' function. */
14360777Sobrien#define HAVE_MEMCPY 1
14460777Sobrien
145130575Sobrien/* Define to 1 if you have the `memmove' function. */
14660777Sobrien#define HAVE_MEMMOVE 1
14760777Sobrien
148130575Sobrien/* Define to 1 if you have the <memory.h> header file. */
149130575Sobrien#define HAVE_MEMORY_H 1
150130575Sobrien
151130575Sobrien/* Define to 1 if you have the `mempcpy' function. */
152130575Sobrien/* #undef HAVE_MEMPCPY */
153130575Sobrien
154130575Sobrien/* Define to 1 if you have the `memset' function. */
15560777Sobrien#define HAVE_MEMSET 1
15660777Sobrien
157130575Sobrien/* Define to 1 if you have the `mkstemps' function. */
15860777Sobrien#define HAVE_MKSTEMPS 1
15960777Sobrien
160130575Sobrien/* Define to 1 if you have a working `mmap' system call. */
161130575Sobrien#define HAVE_MMAP 1
162130575Sobrien
163130575Sobrien/* Define to 1 if you have the `on_exit' function. */
16460777Sobrien/* #undef HAVE_ON_EXIT */
16560777Sobrien
166130575Sobrien/* Define to 1 if you have the `psignal' function. */
16760777Sobrien#define HAVE_PSIGNAL 1
16860777Sobrien
169130575Sobrien/* Define to 1 if you have the `pstat_getdynamic' function. */
170130575Sobrien/* #undef HAVE_PSTAT_GETDYNAMIC */
171130575Sobrien
172130575Sobrien/* Define to 1 if you have the `pstat_getstatic' function. */
173130575Sobrien/* #undef HAVE_PSTAT_GETSTATIC */
174130575Sobrien
175130575Sobrien/* Define to 1 if you have the `putenv' function. */
17660777Sobrien#define HAVE_PUTENV 1
17760777Sobrien
178130575Sobrien/* Define to 1 if you have the `random' function. */
17960777Sobrien#define HAVE_RANDOM 1
18060777Sobrien
181130575Sobrien/* Define to 1 if you have the `realpath' function. */
182130575Sobrien#define HAVE_REALPATH 1
183130575Sobrien
184130575Sobrien/* Define to 1 if you have the `rename' function. */
18560777Sobrien#define HAVE_RENAME 1
18660777Sobrien
187130575Sobrien/* Define to 1 if you have the `rindex' function. */
18860777Sobrien#define HAVE_RINDEX 1
18960777Sobrien
190130575Sobrien/* Define to 1 if you have the `sbrk' function. */
19160777Sobrien#define HAVE_SBRK 1
19260777Sobrien
193130575Sobrien/* Define to 1 if you have the `setenv' function. */
19460777Sobrien#define HAVE_SETENV 1
19560777Sobrien
196130575Sobrien/* Define to 1 if you have the `sigsetmask' function. */
19760777Sobrien#define HAVE_SIGSETMASK 1
19860777Sobrien
199130575Sobrien/* Define to 1 if you have the `snprintf' function. */
200130575Sobrien#define HAVE_SNPRINTF 1
201130575Sobrien
202130575Sobrien/* Define to 1 if you have the <stdint.h> header file. */
203130575Sobrien#define HAVE_STDINT_H 1
204130575Sobrien
205218822Sdim/* Define to 1 if you have the <stdio_ext.h> header file. */
206218822Sdim/* #undef HAVE_STDIO_EXT_H */
207218822Sdim
208130575Sobrien/* Define to 1 if you have the <stdlib.h> header file. */
209130575Sobrien#define HAVE_STDLIB_H 1
210130575Sobrien
211130575Sobrien/* Define to 1 if you have the `stpcpy' function. */
212130575Sobrien#define HAVE_STPCPY 1
213130575Sobrien
214130575Sobrien/* Define to 1 if you have the `stpncpy' function. */
215218822Sdim#define HAVE_STPNCPY 1
216130575Sobrien
217130575Sobrien/* Define to 1 if you have the `strcasecmp' function. */
21860777Sobrien#define HAVE_STRCASECMP 1
21960777Sobrien
220130575Sobrien/* Define to 1 if you have the `strchr' function. */
22160777Sobrien#define HAVE_STRCHR 1
22260777Sobrien
223130575Sobrien/* Define to 1 if you have the `strdup' function. */
22460777Sobrien#define HAVE_STRDUP 1
22560777Sobrien
226130575Sobrien/* Define to 1 if you have the `strerror' function. */
22760777Sobrien#define HAVE_STRERROR 1
22860777Sobrien
229130575Sobrien/* Define to 1 if you have the <strings.h> header file. */
230130575Sobrien#define HAVE_STRINGS_H 1
231130575Sobrien
232130575Sobrien/* Define to 1 if you have the <string.h> header file. */
233130575Sobrien#define HAVE_STRING_H 1
234130575Sobrien
235130575Sobrien/* Define to 1 if you have the `strncasecmp' function. */
23660777Sobrien#define HAVE_STRNCASECMP 1
23760777Sobrien
238218822Sdim/* Define to 1 if you have the `strndup' function. */
239218822Sdim#define HAVE_STRNDUP 1
240218822Sdim
241130575Sobrien/* Define to 1 if you have the `strrchr' function. */
24260777Sobrien#define HAVE_STRRCHR 1
24360777Sobrien
244130575Sobrien/* Define to 1 if you have the `strsignal' function. */
24560777Sobrien#define HAVE_STRSIGNAL 1
24660777Sobrien
247130575Sobrien/* Define to 1 if you have the `strstr' function. */
24860777Sobrien#define HAVE_STRSTR 1
24960777Sobrien
250130575Sobrien/* Define to 1 if you have the `strtod' function. */
25160777Sobrien#define HAVE_STRTOD 1
25260777Sobrien
253130575Sobrien/* Define to 1 if you have the `strtol' function. */
25460777Sobrien#define HAVE_STRTOL 1
25560777Sobrien
256130575Sobrien/* Define to 1 if you have the `strtoul' function. */
25760777Sobrien#define HAVE_STRTOUL 1
25860777Sobrien
259218822Sdim/* Define to 1 if you have the `strverscmp' function. */
260218822Sdim/* #undef HAVE_STRVERSCMP */
261218822Sdim
262130575Sobrien/* Define to 1 if you have the `sysconf' function. */
26360777Sobrien#define HAVE_SYSCONF 1
26460777Sobrien
265130575Sobrien/* Define to 1 if you have the `sysctl' function. */
266130575Sobrien#define HAVE_SYSCTL 1
267130575Sobrien
268130575Sobrien/* Define to 1 if you have the `sysmp' function. */
269130575Sobrien/* #undef HAVE_SYSMP */
270130575Sobrien
271130575Sobrien/* Define if you have the sys_errlist variable. */
272130575Sobrien#define HAVE_SYS_ERRLIST 1
273130575Sobrien
274130575Sobrien/* Define to 1 if you have the <sys/file.h> header file. */
275130575Sobrien#define HAVE_SYS_FILE_H 1
276130575Sobrien
277130575Sobrien/* Define to 1 if you have the <sys/mman.h> header file. */
278130575Sobrien#define HAVE_SYS_MMAN_H 1
279130575Sobrien
280130575Sobrien/* Define if you have the sys_nerr variable. */
281130575Sobrien#define HAVE_SYS_NERR 1
282130575Sobrien
283130575Sobrien/* Define to 1 if you have the <sys/param.h> header file. */
284130575Sobrien#define HAVE_SYS_PARAM_H 1
285130575Sobrien
286130575Sobrien/* Define to 1 if you have the <sys/pstat.h> header file. */
287130575Sobrien/* #undef HAVE_SYS_PSTAT_H */
288130575Sobrien
289130575Sobrien/* Define to 1 if you have the <sys/resource.h> header file. */
290130575Sobrien#define HAVE_SYS_RESOURCE_H 1
291130575Sobrien
292130575Sobrien/* Define if you have the sys_siglist variable. */
293130575Sobrien#define HAVE_SYS_SIGLIST 1
294130575Sobrien
295130575Sobrien/* Define to 1 if you have the <sys/stat.h> header file. */
296130575Sobrien#define HAVE_SYS_STAT_H 1
297130575Sobrien
298130575Sobrien/* Define to 1 if you have the <sys/sysctl.h> header file. */
299130575Sobrien#define HAVE_SYS_SYSCTL_H 1
300130575Sobrien
301130575Sobrien/* Define to 1 if you have the <sys/sysinfo.h> header file. */
302130575Sobrien/* #undef HAVE_SYS_SYSINFO_H */
303130575Sobrien
304130575Sobrien/* Define to 1 if you have the <sys/sysmp.h> header file. */
305130575Sobrien/* #undef HAVE_SYS_SYSMP_H */
306130575Sobrien
307130575Sobrien/* Define to 1 if you have the <sys/systemcfg.h> header file. */
308130575Sobrien/* #undef HAVE_SYS_SYSTEMCFG_H */
309130575Sobrien
310130575Sobrien/* Define to 1 if you have the <sys/table.h> header file. */
311130575Sobrien/* #undef HAVE_SYS_TABLE_H */
312130575Sobrien
313130575Sobrien/* Define to 1 if you have the <sys/time.h> header file. */
314130575Sobrien#define HAVE_SYS_TIME_H 1
315130575Sobrien
316130575Sobrien/* Define to 1 if you have the <sys/types.h> header file. */
317130575Sobrien#define HAVE_SYS_TYPES_H 1
318130575Sobrien
319130575Sobrien/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
320130575Sobrien#define HAVE_SYS_WAIT_H 1
321130575Sobrien
322130575Sobrien/* Define to 1 if you have the `table' function. */
323130575Sobrien/* #undef HAVE_TABLE */
324130575Sobrien
325130575Sobrien/* Define to 1 if you have the `times' function. */
32660777Sobrien#define HAVE_TIMES 1
32760777Sobrien
328130575Sobrien/* Define to 1 if you have the <time.h> header file. */
329130575Sobrien#define HAVE_TIME_H 1
330130575Sobrien
331130575Sobrien/* Define to 1 if you have the `tmpnam' function. */
33260777Sobrien#define HAVE_TMPNAM 1
33360777Sobrien
334130575Sobrien/* Define if you have the \`uintptr_t' type. */
335130575Sobrien#define HAVE_UINTPTR_T 1
336130575Sobrien
337130575Sobrien/* Define to 1 if you have the <unistd.h> header file. */
338130575Sobrien#define HAVE_UNISTD_H 1
339130575Sobrien
340130575Sobrien/* Define to 1 if you have the `vasprintf' function. */
34160777Sobrien#define HAVE_VASPRINTF 1
34260777Sobrien
343130575Sobrien/* Define to 1 if you have the `vfork' function. */
344130575Sobrien#define HAVE_VFORK 1
345130575Sobrien
346130575Sobrien/* Define to 1 if you have the <vfork.h> header file. */
347130575Sobrien/* #undef HAVE_VFORK_H */
348130575Sobrien
349130575Sobrien/* Define to 1 if you have the `vfprintf' function. */
35060777Sobrien#define HAVE_VFPRINTF 1
35160777Sobrien
352130575Sobrien/* Define to 1 if you have the `vprintf' function. */
35360777Sobrien#define HAVE_VPRINTF 1
35460777Sobrien
355130575Sobrien/* Define to 1 if you have the `vsnprintf' function. */
356130575Sobrien#define HAVE_VSNPRINTF 1
357130575Sobrien
358130575Sobrien/* Define to 1 if you have the `vsprintf' function. */
35960777Sobrien#define HAVE_VSPRINTF 1
36060777Sobrien
361218822Sdim/* Define to 1 if you have the `wait3' function. */
362218822Sdim#define HAVE_WAIT3 1
363218822Sdim
364218822Sdim/* Define to 1 if you have the `wait4' function. */
365218822Sdim#define HAVE_WAIT4 1
366218822Sdim
367130575Sobrien/* Define to 1 if you have the `waitpid' function. */
36860777Sobrien#define HAVE_WAITPID 1
36960777Sobrien
370130575Sobrien/* Define to 1 if `fork' works. */
371130575Sobrien#define HAVE_WORKING_FORK 1
37289879Sobrien
373130575Sobrien/* Define to 1 if `vfork' works. */
374130575Sobrien#define HAVE_WORKING_VFORK 1
37577324Sobrien
376130575Sobrien/* Define to 1 if you have the `_doprnt' function. */
377130575Sobrien/* #undef HAVE__DOPRNT */
37877324Sobrien
379130575Sobrien/* Define if you have the _system_configuration variable. */
380130575Sobrien/* #undef HAVE__SYSTEM_CONFIGURATION */
38160777Sobrien
382218822Sdim/* Define to 1 if you have the `__fsetlocking' function. */
383218822Sdim/* #undef HAVE___FSETLOCKING */
38460777Sobrien
385130575Sobrien/* Define if canonicalize_file_name is not declared in system header files. */
386130575Sobrien#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
38760777Sobrien
388130575Sobrien/* Define if errno must be declared even when <errno.h> is included. */
389130575Sobrien/* #undef NEED_DECLARATION_ERRNO */
39060777Sobrien
391130575Sobrien/* Define to 1 if your C compiler doesn't accept -c and -o together. */
392130575Sobrien/* #undef NO_MINUS_C_MINUS_O */
39377324Sobrien
394130575Sobrien/* Define to the address where bug reports for this package should be sent. */
395130575Sobrien#define PACKAGE_BUGREPORT ""
39660777Sobrien
397130575Sobrien/* Define to the full name of this package. */
398130575Sobrien#define PACKAGE_NAME ""
39960777Sobrien
400130575Sobrien/* Define to the full name and version of this package. */
401130575Sobrien#define PACKAGE_STRING ""
40260777Sobrien
403130575Sobrien/* Define to the one symbol short name of this package. */
404130575Sobrien#define PACKAGE_TARNAME ""
40560777Sobrien
406130575Sobrien/* Define to the version of this package. */
407130575Sobrien/* #define PACKAGE_VERSION "" */
40877324Sobrien
409218822Sdim/* The size of a `int', as computed by sizeof. */
410218822Sdim/* #define SIZEOF_INT 4 */
411218822Sdim
412130575Sobrien/* Define if you know the direction of stack growth for your system; otherwise
413130575Sobrien   it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
414130575Sobrien   toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
415130575Sobrien   STACK_DIRECTION = 0 => direction of growth unknown */
416130575Sobrien#define STACK_DIRECTION -1
41777324Sobrien
418130575Sobrien/* Define to 1 if you have the ANSI C header files. */
419130575Sobrien#define STDC_HEADERS 1
42077324Sobrien
421130575Sobrien/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
422130575Sobrien#define TIME_WITH_SYS_TIME 1
42389879Sobrien
424218822Sdim/* Define to an unsigned 64-bit type available in the compiler. */
425218822Sdim#define UNSIGNED_64BIT_TYPE uint64_t
426218822Sdim
427218822Sdim/* Define to 1 if your processor stores words with the most significant byte
428218822Sdim   first (like Motorola and SPARC, unlike Intel and VAX). */
429218822Sdim#if defined(__powerpc__) || defined(__sparc64__)
430218822Sdim# define WORDS_BIGENDIAN 1
431130575Sobrien#endif
43277324Sobrien
433130575Sobrien/* Define to empty if `const' does not conform to ANSI C. */
434130575Sobrien/* #undef const */
43577324Sobrien
436218822Sdim/* Define to `__inline__' or `__inline' if that's what the C compiler
437218822Sdim   calls it, or to nothing if 'inline' is not supported under any name.  */
438218822Sdim#ifndef __cplusplus
439130575Sobrien/* #undef inline */
440218822Sdim#endif
44177324Sobrien
442130575Sobrien/* Define to `int' if <sys/types.h> does not define. */
443130575Sobrien/* #undef pid_t */
44489879Sobrien
445130575Sobrien/* Define to `unsigned long' if <sys/types.h> does not define. */
446130575Sobrien/* #undef uintptr_t */
44789879Sobrien
448130575Sobrien/* Define as `fork' if `vfork' does not work. */
449130575Sobrien/* #undef vfork */
450