config.h revision 89879
1/* $FreeBSD: head/gnu/usr.bin/binutils/libiberty/config.h 89879 2002-01-27 13:10:59Z obrien $ */
2
3/* config.h.  Generated automatically by configure.  */
4/* config.in.  Generated automatically from configure.in by autoheader 2.13.  */
5
6/* Define to empty if the keyword does not work.  */
7/* #undef const */
8
9/* Define if you have a working `mmap' system call.  */
10#define HAVE_MMAP 1
11
12/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
13#define HAVE_SYS_WAIT_H 1
14
15/* Define if you have <vfork.h>.  */
16/* #undef HAVE_VFORK_H */
17
18/* Define as __inline if that's what the C compiler calls it.  */
19/* #undef inline */
20
21/* Define to `int' if <sys/types.h> doesn't define.  */
22/* #undef pid_t */
23
24/* Define if you need to in order for stat and other things to work.  */
25/* #undef _POSIX_SOURCE */
26
27/* Define if you have the ANSI C header files.  */
28#define STDC_HEADERS 1
29
30/* Define if you can safely include both <sys/time.h> and <time.h>.  */
31#define TIME_WITH_SYS_TIME 1
32
33/* Define vfork as fork if vfork does not work.  */
34/* #undef vfork */
35
36/* Define if you have the _doprnt function.  */
37/* #undef HAVE__DOPRNT */
38
39/* Define if you have the asprintf function.  */
40#define HAVE_ASPRINTF 1
41
42/* Define if you have the atexit function.  */
43#define HAVE_ATEXIT 1
44
45/* Define if you have the basename function.  */
46#define HAVE_BASENAME 1
47
48/* Define if you have the bcmp function.  */
49#define HAVE_BCMP 1
50
51/* Define if you have the bcopy function.  */
52#define HAVE_BCOPY 1
53
54/* Define if you have the bsearch function.  */
55#define HAVE_BSEARCH 1
56
57/* Define if you have the bzero function.  */
58#define HAVE_BZERO 1
59
60/* Define if you have the calloc function.  */
61#define HAVE_CALLOC 1
62
63/* Define if you have the clock function.  */
64#define HAVE_CLOCK 1
65
66/* Define if you have the ffs function.  */
67#define HAVE_FFS 1
68
69/* Define if you have the getcwd function.  */
70#define HAVE_GETCWD 1
71
72/* Define if you have the getpagesize function.  */
73#define HAVE_GETPAGESIZE 1
74
75/* Define if you have the getrusage function.  */
76#define HAVE_GETRUSAGE 1
77
78/* Define if you have the gettimeofday function.  */
79#define HAVE_GETTIMEOFDAY 1
80
81/* Define if you have the index function.  */
82#define HAVE_INDEX 1
83
84/* Define if you have the insque function.  */
85/* #undef HAVE_INSQUE */
86
87/* Define if you have the memchr function.  */
88#define HAVE_MEMCHR 1
89
90/* Define if you have the memcmp function.  */
91#define HAVE_MEMCMP 1
92
93/* Define if you have the memcpy function.  */
94#define HAVE_MEMCPY 1
95
96/* Define if you have the memmove function.  */
97#define HAVE_MEMMOVE 1
98
99/* Define if you have the memset function.  */
100#define HAVE_MEMSET 1
101
102/* Define if you have the mkstemps function.  */
103#define HAVE_MKSTEMPS 1
104
105/* Define if you have the on_exit function.  */
106/* #undef HAVE_ON_EXIT */
107
108/* Define if you have the psignal function.  */
109#define HAVE_PSIGNAL 1
110
111/* Define if you have the putenv function.  */
112#define HAVE_PUTENV 1
113
114/* Define if you have the random function.  */
115#define HAVE_RANDOM 1
116
117/* Define if you have the rename function.  */
118#define HAVE_RENAME 1
119
120/* Define if you have the rindex function.  */
121#define HAVE_RINDEX 1
122
123/* Define if you have the sbrk function.  */
124#define HAVE_SBRK 1
125
126/* Define if you have the setenv function.  */
127#define HAVE_SETENV 1
128
129/* Define if you have the sigsetmask function.  */
130#define HAVE_SIGSETMASK 1
131
132/* Define if you have the strcasecmp function.  */
133#define HAVE_STRCASECMP 1
134
135/* Define if you have the strchr function.  */
136#define HAVE_STRCHR 1
137
138/* Define if you have the strdup function.  */
139#define HAVE_STRDUP 1
140
141/* Define if you have the strerror function.  */
142#define HAVE_STRERROR 1
143
144/* Define if you have the strncasecmp function.  */
145#define HAVE_STRNCASECMP 1
146
147/* Define if you have the strrchr function.  */
148#define HAVE_STRRCHR 1
149
150/* Define if you have the strsignal function.  */
151#define HAVE_STRSIGNAL 1
152
153/* Define if you have the strstr function.  */
154#define HAVE_STRSTR 1
155
156/* Define if you have the strtod function.  */
157#define HAVE_STRTOD 1
158
159/* Define if you have the strtol function.  */
160#define HAVE_STRTOL 1
161
162/* Define if you have the strtoul function.  */
163#define HAVE_STRTOUL 1
164
165/* Define if you have the sysconf function.  */
166#define HAVE_SYSCONF 1
167
168/* Define if you have the times function.  */
169#define HAVE_TIMES 1
170
171/* Define if you have the tmpnam function.  */
172#define HAVE_TMPNAM 1
173
174/* Define if you have the vasprintf function.  */
175#define HAVE_VASPRINTF 1
176
177/* Define if you have the vfprintf function.  */
178#define HAVE_VFPRINTF 1
179
180/* Define if you have the vprintf function.  */
181#define HAVE_VPRINTF 1
182
183/* Define if you have the vsprintf function.  */
184#define HAVE_VSPRINTF 1
185
186/* Define if you have the waitpid function.  */
187#define HAVE_WAITPID 1
188
189/* Define if you have the <alloca.h> header file.  */
190/* #undef HAVE_ALLOCA_H */
191
192/* Define if you have the <fcntl.h> header file.  */
193#define HAVE_FCNTL_H 1
194
195/* Define if you have the <limits.h> header file.  */
196#define HAVE_LIMITS_H 1
197
198/* Define if you have the <stdlib.h> header file.  */
199#define HAVE_STDLIB_H 1
200
201/* Define if you have the <string.h> header file.  */
202#define HAVE_STRING_H 1
203
204/* Define if you have the <strings.h> header file.  */
205#define HAVE_STRINGS_H 1
206
207/* Define if you have the <sys/file.h> header file.  */
208#define HAVE_SYS_FILE_H 1
209
210/* Define if you have the <sys/mman.h> header file.  */
211#define HAVE_SYS_MMAN_H 1
212
213/* Define if you have the <sys/param.h> header file.  */
214#define HAVE_SYS_PARAM_H 1
215
216/* Define if you have the <sys/resource.h> header file.  */
217#define HAVE_SYS_RESOURCE_H 1
218
219/* Define if you have the <sys/stat.h> header file.  */
220#define HAVE_SYS_STAT_H 1
221
222/* Define if you have the <sys/time.h> header file.  */
223#define HAVE_SYS_TIME_H 1
224
225/* Define if you have the <time.h> header file.  */
226#define HAVE_TIME_H 1
227
228/* Define if you have the <unistd.h> header file.  */
229#define HAVE_UNISTD_H 1
230
231/* Define if errno must be declared even when <errno.h> is included. */
232/* #undef NEED_DECLARATION_ERRNO */
233
234/* Define if you have the `uintptr_t' type. */
235#define HAVE_UINTPTR_T 1
236
237/* Define if you have the sys_errlist variable. */
238#define HAVE_SYS_ERRLIST 1
239
240/* Define if you have the sys_nerr variable. */
241#define HAVE_SYS_NERR 1
242
243/* Define if you have the sys_siglist variable. */
244#define HAVE_SYS_SIGLIST 1
245
246/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP
247   systems. This function is required for alloca.c support on those
248   systems. */
249/* #undef CRAY_STACKSEG_END */
250
251/* Define if you know the direction of stack growth for your system;
252   otherwise it will be automatically deduced at run-time.
253        STACK_DIRECTION > 0 => grows toward higher addresses
254        STACK_DIRECTION < 0 => grows toward lower addresses
255        STACK_DIRECTION = 0 => direction of growth unknown */
256#define STACK_DIRECTION -1
257
258