ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / gdbserver / config.in
blob65f9ff6e6470369ce8487e0ea3bdb186f323f7b1
1 /* config.in.  Generated from configure.ac by autoheader.  */
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4    systems. This function is required for `alloca.c' support on those systems.
5    */
6 #undef CRAY_STACKSEG_END
8 /* Define to 1 if std::thread works. */
9 #undef CXX_STD_THREAD
11 /* Define to 1 if using `alloca.c'. */
12 #undef C_ALLOCA
14 /* Define to 1 if translation of program messages to the user's native
15    language is requested. */
16 #undef ENABLE_NLS
18 /* Define if self-testing features should be enabled */
19 #undef GDB_SELF_TEST
21 /* Define to 1 if you have `alloca', as a function or macro. */
22 #undef HAVE_ALLOCA
24 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
25    */
26 #undef HAVE_ALLOCA_H
28 /* Define to 1 if you have the <arpa/inet.h> header file. */
29 #undef HAVE_ARPA_INET_H
31 /* Define to 1 if you have the Mac OS X function
32    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
33 #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
35 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
36    the CoreFoundation framework. */
37 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
39 /* define if the compiler supports basic C++17 syntax */
40 #undef HAVE_CXX17
42 /* Define if the GNU dcgettext() function is already present or preinstalled.
43    */
44 #undef HAVE_DCGETTEXT
46 /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
47    you don't. */
48 #undef HAVE_DECL_ADDR_NO_RANDOMIZE
50 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
51    don't. */
52 #undef HAVE_DECL_ASPRINTF
54 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
55    you don't. */
56 #undef HAVE_DECL_BASENAME
58 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
59 #undef HAVE_DECL_FFS
61 /* Define to 1 if you have the declaration of `perror', and to 0 if you don't.
62    */
63 #undef HAVE_DECL_PERROR
65 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
66    don't. */
67 #undef HAVE_DECL_SNPRINTF
69 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
70    */
71 #undef HAVE_DECL_STRSTR
73 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
74    */
75 #undef HAVE_DECL_STRTOL
77 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
78    don't. */
79 #undef HAVE_DECL_STRTOLL
81 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
82    don't. */
83 #undef HAVE_DECL_STRTOUL
85 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
86    don't. */
87 #undef HAVE_DECL_STRTOULL
89 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
90    don't. */
91 #undef HAVE_DECL_STRVERSCMP
93 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
94    don't. */
95 #undef HAVE_DECL_VASPRINTF
97 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
98    don't. */
99 #undef HAVE_DECL_VSNPRINTF
101 /* Define to 1 if you have the `dladdr' function. */
102 #undef HAVE_DLADDR
104 /* Define to 1 if you have the <dlfcn.h> header file. */
105 #undef HAVE_DLFCN_H
107 /* Define to 1 if the system has the type `Elf32_auxv_t'. */
108 #undef HAVE_ELF32_AUXV_T
110 /* Define to 1 if the system has the type `Elf64_auxv_t'. */
111 #undef HAVE_ELF64_AUXV_T
113 /* Define if <sys/procfs.h> has elf_fpregset_t. */
114 #undef HAVE_ELF_FPREGSET_T
116 /* Define to 1 if you have the <fcntl.h> header file. */
117 #undef HAVE_FCNTL_H
119 /* Define to 1 if you have the `fdwalk' function. */
120 #undef HAVE_FDWALK
122 /* Define to 1 if you have the `fork' function. */
123 #undef HAVE_FORK
125 /* Define if <sys/procfs.h> has fpregset_t. */
126 #undef HAVE_FPREGSET_T
128 /* Define to 1 if you have the `getauxval' function. */
129 #undef HAVE_GETAUXVAL
131 /* Define to 1 if you have the `getpagesize' function. */
132 #undef HAVE_GETPAGESIZE
134 /* Define to 1 if you have the `getrlimit' function. */
135 #undef HAVE_GETRLIMIT
137 /* Define to 1 if you have the `getrusage' function. */
138 #undef HAVE_GETRUSAGE
140 /* Define if the GNU gettext() function is already present or preinstalled. */
141 #undef HAVE_GETTEXT
143 /* Define if <sys/procfs.h> has gregset_t. */
144 #undef HAVE_GREGSET_T
146 /* Define if you have the iconv() function and it works. */
147 #undef HAVE_ICONV
149 /* Define to 1 if you have the <inttypes.h> header file. */
150 #undef HAVE_INTTYPES_H
152 /* Define to 1 if you have the `kinfo_getfile' function. */
153 #undef HAVE_KINFO_GETFILE
155 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
156 #undef HAVE_LANGINFO_CODESET
158 /* Define to 1 if you have the `dl' library (-ldl). */
159 #undef HAVE_LIBDL
161 /* Define if you have the ipt library. */
162 #undef HAVE_LIBIPT
164 /* Define if you have the xxhash library. */
165 #undef HAVE_LIBXXHASH
167 /* Define if the target supports branch tracing. */
168 #undef HAVE_LINUX_BTRACE
170 /* Define to 1 if you have the <linux/elf.h> header file. */
171 #undef HAVE_LINUX_ELF_H
173 /* Define to 1 if you have the <linux/perf_event.h> header file. */
174 #undef HAVE_LINUX_PERF_EVENT_H
176 /* Define if the target supports register sets. */
177 #undef HAVE_LINUX_REGSETS
179 /* Define if the target supports PTRACE_PEEKUSR for register access. */
180 #undef HAVE_LINUX_USRREGS
182 /* Define to 1 if you have the <locale.h> header file. */
183 #undef HAVE_LOCALE_H
185 /* Define to 1 if the system has the type `long long'. */
186 #undef HAVE_LONG_LONG
188 /* Define if <thread_db.h> has lwpid_t. */
189 #undef HAVE_LWPID_T
191 /* Define to 1 if you have the <memory.h> header file. */
192 #undef HAVE_MEMORY_H
194 /* Define to 1 if you have a working `mmap' system call. */
195 #undef HAVE_MMAP
197 /* Define to 1 if you have the <netdb.h> header file. */
198 #undef HAVE_NETDB_H
200 /* Define to 1 if you have the <netinet/in.h> header file. */
201 #undef HAVE_NETINET_IN_H
203 /* Define to 1 if you have the <netinet/tcp.h> header file. */
204 #undef HAVE_NETINET_TCP_H
206 /* Define to 1 if you have the `pipe' function. */
207 #undef HAVE_PIPE
209 /* Define to 1 if you have the `pipe2' function. */
210 #undef HAVE_PIPE2
212 /* Define to 1 if you have the `poll' function. */
213 #undef HAVE_POLL
215 /* Define to 1 if you have the <poll.h> header file. */
216 #undef HAVE_POLL_H
218 /* Define to 1 if you have the `pread' function. */
219 #undef HAVE_PREAD
221 /* Define to 1 if you have the `pread64' function. */
222 #undef HAVE_PREAD64
224 /* Define if <sys/procfs.h> has prfpregset_t. */
225 #undef HAVE_PRFPREGSET_T
227 /* Define if <sys/procfs.h> has prgregset32_t. */
228 #undef HAVE_PRGREGSET32_T
230 /* Define if <sys/procfs.h> has prgregset_t. */
231 #undef HAVE_PRGREGSET_T
233 /* Define to 1 if you have the <proc_service.h> header file. */
234 #undef HAVE_PROC_SERVICE_H
236 /* Define if <thread_db.h> has psaddr_t. */
237 #undef HAVE_PSADDR_T
239 /* Have PTHREAD_PRIO_INHERIT. */
240 #undef HAVE_PTHREAD_PRIO_INHERIT
242 /* Define to 1 if you have the `pthread_setname_np' function. */
243 #undef HAVE_PTHREAD_SETNAME_NP
245 /* Define to 1 if you have the `pthread_sigmask' function. */
246 #undef HAVE_PTHREAD_SIGMASK
248 /* Define to 1 if you have the `ptrace64' function. */
249 #undef HAVE_PTRACE64
251 /* Define if the target supports PTRACE_GETFPXREGS for extended register
252    access. */
253 #undef HAVE_PTRACE_GETFPXREGS
255 /* Define if the target supports PTRACE_GETREGS for register access. */
256 #undef HAVE_PTRACE_GETREGS
258 /* Define to 1 if you have the <ptrace.h> header file. */
259 #undef HAVE_PTRACE_H
261 /* Define to 1 if you have the `pt_insn_event' function. */
262 #undef HAVE_PT_INSN_EVENT
264 /* Define to 1 if you have the `pwrite' function. */
265 #undef HAVE_PWRITE
267 /* Define to 1 if you have the `sbrk' function. */
268 #undef HAVE_SBRK
270 /* Define to 1 if you have the `setns' function. */
271 #undef HAVE_SETNS
273 /* Define to 1 if you have the `setpgid' function. */
274 #undef HAVE_SETPGID
276 /* Define to 1 if you have the `setpgrp' function. */
277 #undef HAVE_SETPGRP
279 /* Define to 1 if you have the `sigaction' function. */
280 #undef HAVE_SIGACTION
282 /* Define to 1 if you have the `sigaltstack' function. */
283 #undef HAVE_SIGALTSTACK
285 /* Define to 1 if you have the <signal.h> header file. */
286 #undef HAVE_SIGNAL_H
288 /* Define to 1 if you have the `sigprocmask' function. */
289 #undef HAVE_SIGPROCMASK
291 /* Define if sigsetjmp is available. */
292 #undef HAVE_SIGSETJMP
294 /* Define to 1 if you have the `sigtimedwait' function. */
295 #undef HAVE_SIGTIMEDWAIT
297 /* Define to 1 if you have the `socketpair' function. */
298 #undef HAVE_SOCKETPAIR
300 /* Define to 1 if the system has the type `socklen_t'. */
301 #undef HAVE_SOCKLEN_T
303 /* Define to 1 if you have the <stdint.h> header file. */
304 #undef HAVE_STDINT_H
306 /* Define to 1 if you have the <stdlib.h> header file. */
307 #undef HAVE_STDLIB_H
309 /* Define to 1 if you have the <strings.h> header file. */
310 #undef HAVE_STRINGS_H
312 /* Define to 1 if you have the <string.h> header file. */
313 #undef HAVE_STRING_H
315 /* Define to 1 if `variant.ptwrite' is a member of `struct pt_event'. */
316 #undef HAVE_STRUCT_PT_EVENT_VARIANT_PTWRITE
318 /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
319 #undef HAVE_STRUCT_PT_INSN_ENABLED
321 /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
322 #undef HAVE_STRUCT_PT_INSN_RESYNCED
324 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
325 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
327 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
328 #undef HAVE_STRUCT_STAT_ST_BLOCKS
330 /* Define to 1 if the target supports __sync_*_compare_and_swap */
331 #undef HAVE_SYNC_BUILTINS
333 /* Define to 1 if you have the <sys/file.h> header file. */
334 #undef HAVE_SYS_FILE_H
336 /* Define to 1 if you have the <sys/ioctl.h> header file. */
337 #undef HAVE_SYS_IOCTL_H
339 /* Define to 1 if you have the <sys/param.h> header file. */
340 #undef HAVE_SYS_PARAM_H
342 /* Define to 1 if you have the <sys/poll.h> header file. */
343 #undef HAVE_SYS_POLL_H
345 /* Define to 1 if you have the <sys/procfs.h> header file. */
346 #undef HAVE_SYS_PROCFS_H
348 /* Define to 1 if you have the <sys/ptrace.h> header file. */
349 #undef HAVE_SYS_PTRACE_H
351 /* Define to 1 if you have the <sys/reg.h> header file. */
352 #undef HAVE_SYS_REG_H
354 /* Define to 1 if you have the <sys/resource.h> header file. */
355 #undef HAVE_SYS_RESOURCE_H
357 /* Define to 1 if you have the <sys/select.h> header file. */
358 #undef HAVE_SYS_SELECT_H
360 /* Define to 1 if you have the <sys/socket.h> header file. */
361 #undef HAVE_SYS_SOCKET_H
363 /* Define to 1 if you have the <sys/stat.h> header file. */
364 #undef HAVE_SYS_STAT_H
366 /* Define to 1 if you have the <sys/types.h> header file. */
367 #undef HAVE_SYS_TYPES_H
369 /* Define to 1 if you have the <sys/un.h> header file. */
370 #undef HAVE_SYS_UN_H
372 /* Define to 1 if you have the <sys/wait.h> header file. */
373 #undef HAVE_SYS_WAIT_H
375 /* Define if TD_VERSION is available. */
376 #undef HAVE_TD_VERSION
378 /* Define to 1 if you have the <termios.h> header file. */
379 #undef HAVE_TERMIOS_H
381 /* Define to 1 if you have the <thread_db.h> header file. */
382 #undef HAVE_THREAD_DB_H
384 /* Define to 1 if you have the <unistd.h> header file. */
385 #undef HAVE_UNISTD_H
387 /* Define if UST is available */
388 #undef HAVE_UST
390 /* Define to 1 if you have the `vfork' function. */
391 #undef HAVE_VFORK
393 /* Define to 1 if you have the <vfork.h> header file. */
394 #undef HAVE_VFORK_H
396 /* Define to 1 if you have the <wait.h> header file. */
397 #undef HAVE_WAIT_H
399 /* Define to 1 if `fork' works. */
400 #undef HAVE_WORKING_FORK
402 /* Define to 1 if `vfork' works. */
403 #undef HAVE_WORKING_VFORK
405 /* Define to 1 if you have the <ws2tcpip.h> header file. */
406 #undef HAVE_WS2TCPIP_H
408 /* Define as const if the declaration of iconv() needs const. */
409 #undef ICONV_CONST
411 /* Define to the address where bug reports for this package should be sent. */
412 #undef PACKAGE_BUGREPORT
414 /* Define to the full name of this package. */
415 #undef PACKAGE_NAME
417 /* Define to the full name and version of this package. */
418 #undef PACKAGE_STRING
420 /* Define to the one symbol short name of this package. */
421 #undef PACKAGE_TARNAME
423 /* Define to the home page for this package. */
424 #undef PACKAGE_URL
426 /* Define to the version of this package. */
427 #undef PACKAGE_VERSION
429 /* Additional package description */
430 #undef PKGVERSION
432 /* Define to 1 if the "%ll" format works to print long longs. */
433 #undef PRINTF_HAS_LONG_LONG
435 /* Define to necessary symbol if this constant uses a non-standard name on
436    your system. */
437 #undef PTHREAD_CREATE_JOINABLE
439 /* Define to the type of arg 1 for ptrace. */
440 #undef PTRACE_TYPE_ARG1
442 /* Define to the type of arg 3 for ptrace. */
443 #undef PTRACE_TYPE_ARG3
445 /* Define to the type of arg 4 for ptrace. */
446 #undef PTRACE_TYPE_ARG4
448 /* Define to the type of arg 5 for ptrace. */
449 #undef PTRACE_TYPE_ARG5
451 /* Define as the return type of ptrace. */
452 #undef PTRACE_TYPE_RET
454 /* Bug reporting address */
455 #undef REPORT_BUGS_TO
457 /* The size of `long long', as computed by sizeof. */
458 #undef SIZEOF_LONG_LONG
460 /* If using the C implementation of alloca, define if you know the
461    direction of stack growth for your system; otherwise it will be
462    automatically deduced at runtime.
463         STACK_DIRECTION > 0 => grows toward higher addresses
464         STACK_DIRECTION < 0 => grows toward lower addresses
465         STACK_DIRECTION = 0 => direction of growth unknown */
466 #undef STACK_DIRECTION
468 /* Define to 1 if you have the ANSI C header files. */
469 #undef STDC_HEADERS
471 /* Define if we should use libthread_db directly. */
472 #undef USE_LIBTHREAD_DB_DIRECTLY
474 /* Enable extensions on AIX 3, Interix.  */
475 #ifndef _ALL_SOURCE
476 # undef _ALL_SOURCE
477 #endif
478 /* Enable GNU extensions on systems that have them.  */
479 #ifndef _GNU_SOURCE
480 # undef _GNU_SOURCE
481 #endif
482 /* Enable threading extensions on Solaris.  */
483 #ifndef _POSIX_PTHREAD_SEMANTICS
484 # undef _POSIX_PTHREAD_SEMANTICS
485 #endif
486 /* Enable extensions on HP NonStop.  */
487 #ifndef _TANDEM_SOURCE
488 # undef _TANDEM_SOURCE
489 #endif
490 /* Enable general extensions on Solaris.  */
491 #ifndef __EXTENSIONS__
492 # undef __EXTENSIONS__
493 #endif
496 /* Define if we should use libthread_db. */
497 #undef USE_THREAD_DB
499 /* Define if we should use the Windows API, instead of the POSIX API. On
500    Windows, we use the Windows API when building for MinGW, but the POSIX API
501    when building for Cygwin. */
502 #undef USE_WIN32API
504 /* Define if an XML target description is available. */
505 #undef USE_XML
507 /* Enable large inode numbers on Mac OS X 10.5.  */
508 #ifndef _DARWIN_USE_64_BIT_INODE
509 # define _DARWIN_USE_64_BIT_INODE 1
510 #endif
512 /* Number of bits in a file offset, on hosts where this is settable. */
513 #undef _FILE_OFFSET_BITS
515 /* Define for large files, on AIX-style hosts. */
516 #undef _LARGE_FILES
518 /* Define to 1 if on MINIX. */
519 #undef _MINIX
521 /* Define to 2 if the system does not provide POSIX.1 features except with
522    this defined. */
523 #undef _POSIX_1_SOURCE
525 /* Define to 1 if you need to in order for `stat' and other things to work. */
526 #undef _POSIX_SOURCE
528 /* Use structured /proc on Solaris. */
529 #undef _STRUCTURED_PROC
531 /* Define to `int' if <sys/types.h> does not define. */
532 #undef pid_t
534 /* Define to `unsigned int' if <sys/types.h> does not define. */
535 #undef size_t
537 /* Define as `fork' if `vfork' does not work. */
538 #undef vfork