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