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