gdb(1), kgdb(1): Makefile framework updates for version 7.6.1
[dragonfly.git] / gnu / usr.bin / gdb / libbfd / config.h
1 /* config.h.  Generated from config.in by configure.  */
2 /* config.in.  Generated from configure.in by autoheader.  */
3
4 #define __CONFIG_H__ 1
5
6 /* Name of host specific core header file to include in elf.c. */
7 /* #undef CORE_HEADER */
8
9 /* Define to 1 if translation of program messages to the user's native
10    language is requested. */
11 /* #undef ENABLE_NLS */
12
13 /* Define to 1 if you have the <alloca.h> header file. */
14 /* #undef HAVE_ALLOCA_H */
15
16 /* Define to 1 if you have the declaration of `basename', and to 0 if you
17    don't. */
18 #define HAVE_DECL_BASENAME 0
19
20 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
21 #define HAVE_DECL_FFS 1
22
23 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
24    */
25 #define HAVE_DECL_FREE 1
26
27 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
28    */
29 #define HAVE_DECL_FSEEKO 1
30
31 /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
32    don't. */
33 #define HAVE_DECL_FSEEKO64 0
34
35 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
36    */
37 #define HAVE_DECL_FTELLO 1
38
39 /* Define to 1 if you have the declaration of `ftello64', and to 0 if you
40    don't. */
41 #define HAVE_DECL_FTELLO64 0
42
43 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
44    */
45 #define HAVE_DECL_GETENV 1
46
47 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
48    */
49 #define HAVE_DECL_MALLOC 1
50
51 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
52    don't. */
53 #define HAVE_DECL_REALLOC 1
54
55 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
56    don't. */
57 #define HAVE_DECL_SNPRINTF 1
58
59 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
60    */
61 #define HAVE_DECL_STPCPY 1
62
63 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
64    */
65 #define HAVE_DECL_STRSTR 1
66
67 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
68    don't. */
69 #define HAVE_DECL_VSNPRINTF 1
70
71 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
72    */
73 #define HAVE_DIRENT_H 1
74
75 /* Define to 1 if you have the <dlfcn.h> header file. */
76 #define HAVE_DLFCN_H 1
77
78 /* Define to 1 if you have the `fcntl' function. */
79 #define HAVE_FCNTL 1
80
81 /* Define to 1 if you have the <fcntl.h> header file. */
82 #define HAVE_FCNTL_H 1
83
84 /* Define to 1 if you have the `fdopen' function. */
85 #define HAVE_FDOPEN 1
86
87 /* Define to 1 if you have the `fileno' function. */
88 #define HAVE_FILENO 1
89
90 /* Define to 1 if you have the `fopen64' function. */
91 /* #undef HAVE_FOPEN64 */
92
93 /* Define to 1 if you have the `fseeko' function. */
94 #define HAVE_FSEEKO 1
95
96 /* Define to 1 if you have the `fseeko64' function. */
97 /* #undef HAVE_FSEEKO64 */
98
99 /* Define to 1 if you have the `ftello' function. */
100 #define HAVE_FTELLO 1
101
102 /* Define to 1 if you have the `ftello64' function. */
103 /* #undef HAVE_FTELLO64 */
104
105 /* Define to 1 if you have the `getgid' function. */
106 #define HAVE_GETGID 1
107
108 /* Define to 1 if you have the `getpagesize' function. */
109 #define HAVE_GETPAGESIZE 1
110
111 /* Define to 1 if you have the `getuid' function. */
112 #define HAVE_GETUID 1
113
114 /* Define to 1 if you have the <inttypes.h> header file. */
115 #define HAVE_INTTYPES_H 1
116
117 /* Define if <sys/procfs.h> has lwpstatus_t. */
118 /* #undef HAVE_LWPSTATUS_T */
119
120 /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
121 /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
122
123 /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
124 /* #undef HAVE_LWPSTATUS_T_PR_FPREG */
125
126 /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
127 /* #undef HAVE_LWPSTATUS_T_PR_REG */
128
129 /* Define if <sys/procfs.h> has lwpxstatus_t. */
130 /* #undef HAVE_LWPXSTATUS_T */
131
132 /* Define to 1 if you have the `madvise' function. */
133 #define HAVE_MADVISE 1
134
135 /* Define to 1 if you have the <memory.h> header file. */
136 #define HAVE_MEMORY_H 1
137
138 /* Define to 1 if you have a working `mmap' system call. */
139 #define HAVE_MMAP 1
140
141 /* Define to 1 if you have the `mprotect' function. */
142 #define HAVE_MPROTECT 1
143
144 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
145 /* #undef HAVE_NDIR_H */
146
147 /* Define if <sys/procfs.h> has prpsinfo32_t. */
148 /* #undef HAVE_PRPSINFO32_T */
149
150 /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
151 /* #undef HAVE_PRPSINFO32_T_PR_PID */
152
153 /* Define if <sys/procfs.h> has prpsinfo_t. */
154 #define HAVE_PRPSINFO_T 1
155
156 /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
157 /* #undef HAVE_PRPSINFO_T_PR_PID */
158
159 /* Define if <sys/procfs.h> has prstatus32_t. */
160 /* #undef HAVE_PRSTATUS32_T */
161
162 /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
163 /* #undef HAVE_PRSTATUS32_T_PR_WHO */
164
165 /* Define if <sys/procfs.h> has prstatus_t. */
166 #define HAVE_PRSTATUS_T 1
167
168 /* Define if <sys/procfs.h> has prstatus_t.pr_who. */
169 /* #undef HAVE_PRSTATUS_T_PR_WHO */
170
171 /* Define if <sys/procfs.h> has psinfo32_t. */
172 /* #undef HAVE_PSINFO32_T */
173
174 /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
175 /* #undef HAVE_PSINFO32_T_PR_PID */
176
177 /* Define if <sys/procfs.h> has psinfo_t. */
178 /* #undef HAVE_PSINFO_T */
179
180 /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
181 /* #undef HAVE_PSINFO_T_PR_PID */
182
183 /* Define if <sys/procfs.h> has pstatus32_t. */
184 /* #undef HAVE_PSTATUS32_T */
185
186 /* Define if <sys/procfs.h> has pstatus_t. */
187 /* #undef HAVE_PSTATUS_T */
188
189 /* Define if <sys/procfs.h> has pxstatus_t. */
190 /* #undef HAVE_PXSTATUS_T */
191
192 /* Define to 1 if you have the `setitimer' function. */
193 #define HAVE_SETITIMER 1
194
195 /* Define to 1 if you have the <stddef.h> header file. */
196 #define HAVE_STDDEF_H 1
197
198 /* Define to 1 if you have the <stdint.h> header file. */
199 #define HAVE_STDINT_H 1
200
201 /* Define to 1 if you have the <stdlib.h> header file. */
202 #define HAVE_STDLIB_H 1
203
204 /* Define to 1 if you have the <strings.h> header file. */
205 #define HAVE_STRINGS_H 1
206
207 /* Define to 1 if you have the <string.h> header file. */
208 #define HAVE_STRING_H 1
209
210 /* Define to 1 if you have the `strtoull' function. */
211 #define HAVE_STRTOULL 1
212
213 /* Define if struct core_dumpx has member c_impl */
214 /* #undef HAVE_ST_C_IMPL */
215
216 /* Define to 1 if you have the `sysconf' function. */
217 #define HAVE_SYSCONF 1
218
219 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
220    */
221 /* #undef HAVE_SYS_DIR_H */
222
223 /* Define to 1 if you have the <sys/file.h> header file. */
224 #define HAVE_SYS_FILE_H 1
225
226 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
227    */
228 /* #undef HAVE_SYS_NDIR_H */
229
230 /* Define to 1 if you have the <sys/procfs.h> header file. */
231 #define HAVE_SYS_PROCFS_H 1
232
233 /* Define to 1 if you have the <sys/stat.h> header file. */
234 #define HAVE_SYS_STAT_H 1
235
236 /* Define to 1 if you have the <sys/time.h> header file. */
237 #define HAVE_SYS_TIME_H 1
238
239 /* Define to 1 if you have the <sys/types.h> header file. */
240 #define HAVE_SYS_TYPES_H 1
241
242 /* Define to 1 if you have the <time.h> header file. */
243 #define HAVE_TIME_H 1
244
245 /* Define to 1 if you have the <unistd.h> header file. */
246 #define HAVE_UNISTD_H 1
247
248 /* Define if <sys/procfs.h> has win32_pstatus_t. */
249 /* #undef HAVE_WIN32_PSTATUS_T */
250
251 /* Define to 1 if you have the <windows.h> header file. */
252 /* #undef HAVE_WINDOWS_H */
253
254 /* Define to 1 if you have the <zlib.h> header file. */
255 #define HAVE_ZLIB_H 1
256
257 /* Define to the sub-directory in which libtool stores uninstalled libraries.
258    */
259 #define LT_OBJDIR ".libs/"
260
261 /* Name of package */
262 #define PACKAGE "bfd"
263
264 /* Define to the address where bug reports for this package should be sent. */
265 #define PACKAGE_BUGREPORT ""
266
267 /* Define to the full name of this package. */
268 #define PACKAGE_NAME "bfd"
269
270 /* Define to the full name and version of this package. */
271 #define PACKAGE_STRING "bfd 2.23.52"
272
273 /* Define to the one symbol short name of this package. */
274 #define PACKAGE_TARNAME "bfd"
275
276 /* Define to the home page for this package. */
277 #define PACKAGE_URL ""
278
279 /* Define to the version of this package. */
280 #define PACKAGE_VERSION "2.23.52"
281
282 /* The size of `char', as computed by sizeof. */
283 /* #undef SIZEOF_CHAR */
284
285 /* The size of `int', as computed by sizeof. */
286 /* #undef SIZEOF_INT */
287
288 /* The size of `long', as computed by sizeof. */
289 #if defined(__i386__)
290 #define SIZEOF_LONG 4
291 #elif defined(__x86_64__)
292 #define SIZEOF_LONG 8
293 #else
294 #error Unsupported platform
295 #endif
296
297 /* The size of `long long', as computed by sizeof. */
298 #define SIZEOF_LONG_LONG 8
299
300 /* The size of `off_t', as computed by sizeof. */
301 #define SIZEOF_OFF_T 8
302
303 /* The size of `short', as computed by sizeof. */
304 /* #undef SIZEOF_SHORT */
305
306 /* The size of `void *', as computed by sizeof. */
307 #if defined(__i386__)
308 #define SIZEOF_VOID_P 4
309 #elif defined(__x86_64__)
310 #define SIZEOF_VOID_P 8
311 #endif
312
313 /* Define to 1 if you have the ANSI C header files. */
314 #define STDC_HEADERS 1
315
316 /* Define if you can safely include both <string.h> and <strings.h>. */
317 #define STRING_WITH_STRINGS 1
318
319 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
320 #define TIME_WITH_SYS_TIME 1
321
322 /* Name of host specific header file to include in trad-core.c. */
323 #define TRAD_HEADER "hosts/i386bsd.h"
324
325 /* Use b modifier when opening binary files? */
326 /* #undef USE_BINARY_FOPEN */
327
328 /* Define if we should use leading underscore on 64 bit mingw targets */
329 /* #undef USE_MINGW64_LEADING_UNDERSCORES */
330
331 /* Use mmap if it's available? */
332 /* #undef USE_MMAP */
333
334 /* Define if we should default to creating read-only plt entries */
335 /* #undef USE_SECUREPLT */
336
337 /* Define if we may generate symbols with ELF's STT_COMMON type */
338 /* #undef USE_STT_COMMON */
339
340 /* Enable extensions on AIX 3, Interix.  */
341 #ifndef _ALL_SOURCE
342 # define _ALL_SOURCE 1
343 #endif
344 /* Enable GNU extensions on systems that have them.  */
345 #ifndef _GNU_SOURCE
346 # define _GNU_SOURCE 1
347 #endif
348 /* Enable threading extensions on Solaris.  */
349 #ifndef _POSIX_PTHREAD_SEMANTICS
350 # define _POSIX_PTHREAD_SEMANTICS 1
351 #endif
352 /* Enable extensions on HP NonStop.  */
353 #ifndef _TANDEM_SOURCE
354 # define _TANDEM_SOURCE 1
355 #endif
356 /* Enable general extensions on Solaris.  */
357 #ifndef __EXTENSIONS__
358 # define __EXTENSIONS__ 1
359 #endif
360
361
362 /* Version number of package */
363 #define VERSION "2.23.52"
364
365 /* Number of bits in a file offset, on hosts where this is settable. */
366 /* #undef _FILE_OFFSET_BITS */
367
368 /* Define for large files, on AIX-style hosts. */
369 /* #undef _LARGE_FILES */
370
371 /* Define to 1 if on MINIX. */
372 /* #undef _MINIX */
373
374 /* Define to 2 if the system does not provide POSIX.1 features except with
375    this defined. */
376 /* #undef _POSIX_1_SOURCE */
377
378 /* Define to 1 if you need to in order for `stat' and other things to work. */
379 /* #undef _POSIX_SOURCE */