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