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