1169718Skan/* config.h.  Generated by configure.  */
2169718Skan/* config.in.  Generated from configure.ac by autoheader.  */
3169718Skan/* $FreeBSD: releng/10.3/gnu/usr.bin/cc/libiberty/config.h 185777 2008-12-08 21:04:24Z kib $ */
4169718Skan
5169718Skan/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
6169718Skan   This function is required for alloca.c support on those systems. */
7169718Skan/* #undef CRAY_STACKSEG_END */
8169718Skan
9169718Skan/* Define to 1 if you have the <alloca.h> header file. */
10169718Skan/* #undef HAVE_ALLOCA_H */
11169718Skan
12169718Skan/* Define to 1 if you have the `asprintf' function. */
13169718Skan#define HAVE_ASPRINTF 1
14169718Skan
15169718Skan/* Define to 1 if you have the `atexit' function. */
16169718Skan#define HAVE_ATEXIT 1
17169718Skan
18169718Skan/* Define to 1 if you have the `basename' function. */
19169718Skan#define HAVE_BASENAME 1
20169718Skan
21169718Skan/* Define to 1 if you have the `bcmp' function. */
22169718Skan#define HAVE_BCMP 1
23169718Skan
24169718Skan/* Define to 1 if you have the `bcopy' function. */
25169718Skan#define HAVE_BCOPY 1
26169718Skan
27169718Skan/* Define to 1 if you have the `bsearch' function. */
28169718Skan#define HAVE_BSEARCH 1
29169718Skan
30169718Skan/* Define to 1 if you have the `bzero' function. */
31169718Skan#define HAVE_BZERO 1
32169718Skan
33169718Skan/* Define to 1 if you have the `calloc' function. */
34169718Skan#define HAVE_CALLOC 1
35169718Skan
36169718Skan/* Define to 1 if you have the `canonicalize_file_name' function. */
37169718Skan/* #undef HAVE_CANONICALIZE_FILE_NAME */
38169718Skan
39169718Skan/* Define to 1 if you have the `clock' function. */
40169718Skan#define HAVE_CLOCK 1
41169718Skan
42169718Skan/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
43169718Skan   don't. */
44169718Skan#define HAVE_DECL_ASPRINTF 1
45169718Skan
46169718Skan/* Define to 1 if you have the declaration of `basename', and to 0 if you
47169718Skan   don't. */
48169718Skan#define HAVE_DECL_BASENAME 0
49169718Skan
50169718Skan/* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
51169718Skan   */
52169718Skan#define HAVE_DECL_CALLOC 1
53169718Skan
54169718Skan/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
55169718Skan#define HAVE_DECL_FFS 1
56169718Skan
57169718Skan/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
58169718Skan   */
59169718Skan#define HAVE_DECL_GETENV 1
60169718Skan
61169718Skan/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
62169718Skan   */
63169718Skan#define HAVE_DECL_GETOPT 1
64169718Skan
65169718Skan/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
66169718Skan   */
67169718Skan#define HAVE_DECL_MALLOC 1
68169718Skan
69169718Skan/* Define to 1 if you have the declaration of `realloc', and to 0 if you
70169718Skan   don't. */
71169718Skan#define HAVE_DECL_REALLOC 1
72169718Skan
73169718Skan/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
74169718Skan   */
75169718Skan#define HAVE_DECL_SBRK 1
76169718Skan
77169718Skan/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
78169718Skan   don't. */
79169718Skan#define HAVE_DECL_SNPRINTF 1
80169718Skan
81169718Skan/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
82169718Skan   don't. */
83169718Skan#define HAVE_DECL_STRVERSCMP 0
84169718Skan
85169718Skan/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
86169718Skan   don't. */
87169718Skan#define HAVE_DECL_VASPRINTF 1
88169718Skan
89169718Skan/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
90169718Skan   don't. */
91169718Skan#define HAVE_DECL_VSNPRINTF 1
92169718Skan
93169718Skan/* Define to 1 if you have the <fcntl.h> header file. */
94169718Skan#define HAVE_FCNTL_H 1
95169718Skan
96169718Skan/* Define to 1 if you have the `ffs' function. */
97169718Skan#define HAVE_FFS 1
98169718Skan
99169718Skan/* Define to 1 if you have the `fork' function. */
100169718Skan#define HAVE_FORK 1
101169718Skan
102169718Skan/* Define to 1 if you have the `getcwd' function. */
103169718Skan#define HAVE_GETCWD 1
104169718Skan
105169718Skan/* Define to 1 if you have the `getpagesize' function. */
106169718Skan#define HAVE_GETPAGESIZE 1
107169718Skan
108169718Skan/* Define to 1 if you have the `getrusage' function. */
109169718Skan#define HAVE_GETRUSAGE 1
110169718Skan
111169718Skan/* Define to 1 if you have the `getsysinfo' function. */
112169718Skan/* #undef HAVE_GETSYSINFO */
113169718Skan
114169718Skan/* Define to 1 if you have the `gettimeofday' function. */
115169718Skan#define HAVE_GETTIMEOFDAY 1
116169718Skan
117169718Skan/* Define to 1 if you have the `index' function. */
118169718Skan#define HAVE_INDEX 1
119169718Skan
120169718Skan/* Define to 1 if you have the `insque' function. */
121169718Skan#define HAVE_INSQUE 1
122169718Skan
123169718Skan/* Define to 1 if you have the <inttypes.h> header file. */
124169718Skan#define HAVE_INTTYPES_H 1
125169718Skan
126169718Skan/* Define to 1 if you have the <limits.h> header file. */
127169718Skan#define HAVE_LIMITS_H 1
128169718Skan
129169718Skan/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
130169718Skan/* #undef HAVE_MACHINE_HAL_SYSINFO_H */
131169718Skan
132169718Skan/* Define to 1 if you have the <malloc.h> header file. */
133169718Skan/* #undef HAVE_MALLOC_H */
134169718Skan
135169718Skan/* Define to 1 if you have the `memchr' function. */
136169718Skan#define HAVE_MEMCHR 1
137169718Skan
138169718Skan/* Define to 1 if you have the `memcmp' function. */
139169718Skan#define HAVE_MEMCMP 1
140169718Skan
141169718Skan/* Define to 1 if you have the `memcpy' function. */
142169718Skan#define HAVE_MEMCPY 1
143169718Skan
144169718Skan/* Define to 1 if you have the `memmove' function. */
145169718Skan#define HAVE_MEMMOVE 1
146169718Skan
147169718Skan/* Define to 1 if you have the <memory.h> header file. */
148169718Skan#define HAVE_MEMORY_H 1
149169718Skan
150169718Skan/* Define to 1 if you have the `mempcpy' function. */
151169718Skan/* #undef HAVE_MEMPCPY */
152169718Skan
153169718Skan/* Define to 1 if you have the `memset' function. */
154169718Skan#define HAVE_MEMSET 1
155169718Skan
156169718Skan/* Define to 1 if you have the `mkstemps' function. */
157169718Skan#define HAVE_MKSTEMPS 1
158169718Skan
159169718Skan/* Define to 1 if you have a working `mmap' system call. */
160169718Skan#define HAVE_MMAP 1
161169718Skan
162169718Skan/* Define to 1 if you have the `on_exit' function. */
163169718Skan/* #undef HAVE_ON_EXIT */
164169718Skan
165169718Skan/* Define to 1 if you have the `psignal' function. */
166169718Skan#define HAVE_PSIGNAL 1
167169718Skan
168169718Skan/* Define to 1 if you have the `pstat_getdynamic' function. */
169169718Skan/* #undef HAVE_PSTAT_GETDYNAMIC */
170169718Skan
171169718Skan/* Define to 1 if you have the `pstat_getstatic' function. */
172169718Skan/* #undef HAVE_PSTAT_GETSTATIC */
173169718Skan
174169718Skan/* Define to 1 if you have the `putenv' function. */
175169718Skan#define HAVE_PUTENV 1
176169718Skan
177169718Skan/* Define to 1 if you have the `random' function. */
178169718Skan#define HAVE_RANDOM 1
179169718Skan
180169718Skan/* Define to 1 if you have the `realpath' function. */
181169718Skan#define HAVE_REALPATH 1
182169718Skan
183169718Skan/* Define to 1 if you have the `rename' function. */
184169718Skan#define HAVE_RENAME 1
185169718Skan
186169718Skan/* Define to 1 if you have the `rindex' function. */
187169718Skan#define HAVE_RINDEX 1
188169718Skan
189169718Skan/* Define to 1 if you have the `sbrk' function. */
190169718Skan#define HAVE_SBRK 1
191169718Skan
192169718Skan/* Define to 1 if you have the `setenv' function. */
193169718Skan#define HAVE_SETENV 1
194169718Skan
195169718Skan/* Define to 1 if you have the `sigsetmask' function. */
196169718Skan#define HAVE_SIGSETMASK 1
197169718Skan
198169718Skan/* Define to 1 if you have the `snprintf' function. */
199169718Skan#define HAVE_SNPRINTF 1
200169718Skan
201169718Skan/* Define to 1 if you have the <stdint.h> header file. */
202169718Skan#define HAVE_STDINT_H 1
203169718Skan
204169718Skan/* Define to 1 if you have the <stdio_ext.h> header file. */
205169718Skan/* #undef HAVE_STDIO_EXT_H */
206169718Skan
207169718Skan/* Define to 1 if you have the <stdlib.h> header file. */
208169718Skan#define HAVE_STDLIB_H 1
209169718Skan
210169718Skan/* Define to 1 if you have the `stpcpy' function. */
211169718Skan#define HAVE_STPCPY 1
212169718Skan
213169718Skan/* Define to 1 if you have the `stpncpy' function. */
214169718Skan/* #undef HAVE_STPNCPY */
215169718Skan
216169718Skan/* Define to 1 if you have the `strcasecmp' function. */
217169718Skan#define HAVE_STRCASECMP 1
218169718Skan
219169718Skan/* Define to 1 if you have the `strchr' function. */
220169718Skan#define HAVE_STRCHR 1
221169718Skan
222169718Skan/* Define to 1 if you have the `strdup' function. */
223169718Skan#define HAVE_STRDUP 1
224169718Skan
225169718Skan/* Define to 1 if you have the `strerror' function. */
226169718Skan#define HAVE_STRERROR 1
227169718Skan
228169718Skan/* Define to 1 if you have the <strings.h> header file. */
229169718Skan#define HAVE_STRINGS_H 1
230169718Skan
231169718Skan/* Define to 1 if you have the <string.h> header file. */
232169718Skan#define HAVE_STRING_H 1
233169718Skan
234169718Skan/* Define to 1 if you have the `strncasecmp' function. */
235169718Skan#define HAVE_STRNCASECMP 1
236169718Skan
237169718Skan/* Define to 1 if you have the `strndup' function. */
238185777Skib#define HAVE_STRNDUP 1
239169718Skan
240169718Skan/* Define to 1 if you have the `strrchr' function. */
241169718Skan#define HAVE_STRRCHR 1
242169718Skan
243169718Skan/* Define to 1 if you have the `strsignal' function. */
244169718Skan#define HAVE_STRSIGNAL 1
245169718Skan
246169718Skan/* Define to 1 if you have the `strstr' function. */
247169718Skan#define HAVE_STRSTR 1
248169718Skan
249169718Skan/* Define to 1 if you have the `strtod' function. */
250169718Skan#define HAVE_STRTOD 1
251169718Skan
252169718Skan/* Define to 1 if you have the `strtol' function. */
253169718Skan#define HAVE_STRTOL 1
254169718Skan
255169718Skan/* Define to 1 if you have the `strtoul' function. */
256169718Skan#define HAVE_STRTOUL 1
257169718Skan
258169718Skan/* Define to 1 if you have the `strverscmp' function. */
259169718Skan/* #undef HAVE_STRVERSCMP */
260169718Skan
261169718Skan/* Define to 1 if you have the `sysconf' function. */
262169718Skan#define HAVE_SYSCONF 1
263169718Skan
264169718Skan/* Define to 1 if you have the `sysctl' function. */
265169718Skan#define HAVE_SYSCTL 1
266169718Skan
267169718Skan/* Define to 1 if you have the `sysmp' function. */
268169718Skan/* #undef HAVE_SYSMP */
269169718Skan
270169718Skan/* Define if you have the sys_errlist variable. */
271169718Skan#define HAVE_SYS_ERRLIST 1
272169718Skan
273169718Skan/* Define to 1 if you have the <sys/file.h> header file. */
274169718Skan#define HAVE_SYS_FILE_H 1
275169718Skan
276169718Skan/* Define to 1 if you have the <sys/mman.h> header file. */
277169718Skan#define HAVE_SYS_MMAN_H 1
278169718Skan
279169718Skan/* Define if you have the sys_nerr variable. */
280169718Skan#define HAVE_SYS_NERR 1
281169718Skan
282169718Skan/* Define to 1 if you have the <sys/param.h> header file. */
283169718Skan#define HAVE_SYS_PARAM_H 1
284169718Skan
285169718Skan/* Define to 1 if you have the <sys/pstat.h> header file. */
286169718Skan/* #undef HAVE_SYS_PSTAT_H */
287169718Skan
288169718Skan/* Define to 1 if you have the <sys/resource.h> header file. */
289169718Skan#define HAVE_SYS_RESOURCE_H 1
290169718Skan
291169718Skan/* Define if you have the sys_siglist variable. */
292169718Skan#define HAVE_SYS_SIGLIST 1
293169718Skan
294169718Skan/* Define to 1 if you have the <sys/stat.h> header file. */
295169718Skan#define HAVE_SYS_STAT_H 1
296169718Skan
297169718Skan/* Define to 1 if you have the <sys/sysctl.h> header file. */
298169718Skan#define HAVE_SYS_SYSCTL_H 1
299169718Skan
300169718Skan/* Define to 1 if you have the <sys/sysinfo.h> header file. */
301169718Skan/* #undef HAVE_SYS_SYSINFO_H */
302169718Skan
303169718Skan/* Define to 1 if you have the <sys/sysmp.h> header file. */
304169718Skan/* #undef HAVE_SYS_SYSMP_H */
305169718Skan
306169718Skan/* Define to 1 if you have the <sys/systemcfg.h> header file. */
307169718Skan/* #undef HAVE_SYS_SYSTEMCFG_H */
308169718Skan
309169718Skan/* Define to 1 if you have the <sys/table.h> header file. */
310169718Skan/* #undef HAVE_SYS_TABLE_H */
311169718Skan
312169718Skan/* Define to 1 if you have the <sys/time.h> header file. */
313169718Skan#define HAVE_SYS_TIME_H 1
314169718Skan
315169718Skan/* Define to 1 if you have the <sys/types.h> header file. */
316169718Skan#define HAVE_SYS_TYPES_H 1
317169718Skan
318169718Skan/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
319169718Skan#define HAVE_SYS_WAIT_H 1
320169718Skan
321169718Skan/* Define to 1 if you have the `table' function. */
322169718Skan/* #undef HAVE_TABLE */
323169718Skan
324169718Skan/* Define to 1 if you have the `times' function. */
325169718Skan#define HAVE_TIMES 1
326169718Skan
327169718Skan/* Define to 1 if you have the <time.h> header file. */
328169718Skan#define HAVE_TIME_H 1
329169718Skan
330169718Skan/* Define to 1 if you have the `tmpnam' function. */
331169718Skan#define HAVE_TMPNAM 1
332169718Skan
333169718Skan/* Define if you have the \`uintptr_t' type. */
334169718Skan#define HAVE_UINTPTR_T 1
335169718Skan
336169718Skan/* Define to 1 if you have the <unistd.h> header file. */
337169718Skan#define HAVE_UNISTD_H 1
338169718Skan
339169718Skan/* Define to 1 if you have the `vasprintf' function. */
340169718Skan#define HAVE_VASPRINTF 1
341169718Skan
342169718Skan/* Define to 1 if you have the `vfork' function. */
343169718Skan#define HAVE_VFORK 1
344169718Skan
345169718Skan/* Define to 1 if you have the <vfork.h> header file. */
346169718Skan/* #undef HAVE_VFORK_H */
347169718Skan
348169718Skan/* Define to 1 if you have the `vfprintf' function. */
349169718Skan#define HAVE_VFPRINTF 1
350169718Skan
351169718Skan/* Define to 1 if you have the `vprintf' function. */
352169718Skan#define HAVE_VPRINTF 1
353169718Skan
354169718Skan/* Define to 1 if you have the `vsnprintf' function. */
355169718Skan#define HAVE_VSNPRINTF 1
356169718Skan
357169718Skan/* Define to 1 if you have the `vsprintf' function. */
358169718Skan#define HAVE_VSPRINTF 1
359169718Skan
360169718Skan/* Define to 1 if you have the `wait3' function. */
361169718Skan#define HAVE_WAIT3 1
362169718Skan
363169718Skan/* Define to 1 if you have the `wait4' function. */
364169718Skan#define HAVE_WAIT4 1
365169718Skan
366169718Skan/* Define to 1 if you have the `waitpid' function. */
367169718Skan#define HAVE_WAITPID 1
368169718Skan
369169718Skan/* Define to 1 if `fork' works. */
370169718Skan#define HAVE_WORKING_FORK 1
371169718Skan
372169718Skan/* Define to 1 if `vfork' works. */
373169718Skan#define HAVE_WORKING_VFORK 1
374169718Skan
375169718Skan/* Define to 1 if you have the `_doprnt' function. */
376169718Skan/* #undef HAVE__DOPRNT */
377169718Skan
378169718Skan/* Define if you have the _system_configuration variable. */
379169718Skan/* #undef HAVE__SYSTEM_CONFIGURATION */
380169718Skan
381169718Skan/* Define to 1 if you have the `__fsetlocking' function. */
382169718Skan/* #undef HAVE___FSETLOCKING */
383169718Skan
384169718Skan/* Define if canonicalize_file_name is not declared in system header files. */
385169718Skan#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
386169718Skan
387169718Skan/* Define if errno must be declared even when <errno.h> is included. */
388169718Skan/* #undef NEED_DECLARATION_ERRNO */
389169718Skan
390169718Skan/* Define to 1 if your C compiler doesn't accept -c and -o together. */
391169718Skan/* #undef NO_MINUS_C_MINUS_O */
392169718Skan
393169718Skan/* Define to the address where bug reports for this package should be sent. */
394169718Skan#define PACKAGE_BUGREPORT ""
395169718Skan
396169718Skan/* Define to the full name of this package. */
397169718Skan#define PACKAGE_NAME ""
398169718Skan
399169718Skan/* Define to the full name and version of this package. */
400169718Skan#define PACKAGE_STRING ""
401169718Skan
402169718Skan/* Define to the one symbol short name of this package. */
403169718Skan#define PACKAGE_TARNAME ""
404169718Skan
405169718Skan/* Define to the version of this package. */
406169718Skan#define PACKAGE_VERSION ""
407169718Skan
408169718Skan/* The size of a `int', as computed by sizeof. */
409169718Skan#define SIZEOF_INT 4
410169718Skan
411169718Skan/* Define if you know the direction of stack growth for your system; otherwise
412169718Skan   it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
413169718Skan   toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
414169718Skan   STACK_DIRECTION = 0 => direction of growth unknown */
415169718Skan#define STACK_DIRECTION -1
416169718Skan
417169718Skan/* Define to 1 if you have the ANSI C header files. */
418169718Skan#define STDC_HEADERS 1
419169718Skan
420169718Skan/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
421169718Skan#define TIME_WITH_SYS_TIME 1
422169718Skan
423169718Skan/* Define to an unsigned 64-bit type available in the compiler. */
424169718Skan#define UNSIGNED_64BIT_TYPE uint64_t
425169718Skan
426169718Skan/* Define to 1 if your processor stores words with the most significant byte
427169718Skan   first (like Motorola and SPARC, unlike Intel and VAX). */
428169718Skan/* #undef WORDS_BIGENDIAN */
429169718Skan
430169718Skan/* Define to empty if `const' does not conform to ANSI C. */
431169718Skan/* #undef const */
432169718Skan
433169718Skan/* Define to `__inline__' or `__inline' if that's what the C compiler
434169718Skan   calls it, or to nothing if 'inline' is not supported under any name.  */
435169718Skan#ifndef __cplusplus
436169718Skan/* #undef inline */
437169718Skan#endif
438169718Skan
439169718Skan/* Define to `int' if <sys/types.h> does not define. */
440169718Skan/* #undef pid_t */
441169718Skan
442169718Skan/* Define to `unsigned long' if <sys/types.h> does not define. */
443169718Skan/* #undef uintptr_t */
444169718Skan
445169718Skan/* Define as `fork' if `vfork' does not work. */
446169718Skan/* #undef vfork */
447169718Skan
448169718Skan#include <size-host.h>
449