Document the GDB 10.1 release in gdb/ChangeLog
[binutils-gdb.git] / gdbserver / config.in
blob63853b6189c9f66fa3d71dc8169fafa41b972007
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 if the compiler supports basic C++11 syntax */
32 #undef HAVE_CXX11
34 /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
35    you don't. */
36 #undef HAVE_DECL_ADDR_NO_RANDOMIZE
38 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
39    don't. */
40 #undef HAVE_DECL_ASPRINTF
42 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
43    you don't. */
44 #undef HAVE_DECL_BASENAME
46 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
47 #undef HAVE_DECL_FFS
49 /* Define to 1 if you have the declaration of `perror', and to 0 if you don't.
50    */
51 #undef HAVE_DECL_PERROR
53 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
54    don't. */
55 #undef HAVE_DECL_SNPRINTF
57 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
58    */
59 #undef HAVE_DECL_STRSTR
61 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
62    */
63 #undef HAVE_DECL_STRTOL
65 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
66    don't. */
67 #undef HAVE_DECL_STRTOLL
69 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
70    don't. */
71 #undef HAVE_DECL_STRTOUL
73 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
74    don't. */
75 #undef HAVE_DECL_STRTOULL
77 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
78    don't. */
79 #undef HAVE_DECL_STRVERSCMP
81 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
82    don't. */
83 #undef HAVE_DECL_VASPRINTF
85 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
86    don't. */
87 #undef HAVE_DECL_VSNPRINTF
89 /* Define to 1 if you have the `dladdr' function. */
90 #undef HAVE_DLADDR
92 /* Define to 1 if you have the <dlfcn.h> header file. */
93 #undef HAVE_DLFCN_H
95 /* Define to 1 if the system has the type `Elf32_auxv_t'. */
96 #undef HAVE_ELF32_AUXV_T
98 /* Define to 1 if the system has the type `Elf64_auxv_t'. */
99 #undef HAVE_ELF64_AUXV_T
101 /* Define if <sys/procfs.h> has elf_fpregset_t. */
102 #undef HAVE_ELF_FPREGSET_T
104 /* Define to 1 if you have the <fcntl.h> header file. */
105 #undef HAVE_FCNTL_H
107 /* Define to 1 if you have the `fdwalk' function. */
108 #undef HAVE_FDWALK
110 /* Define to 1 if you have the `fork' function. */
111 #undef HAVE_FORK
113 /* Define if <sys/procfs.h> has fpregset_t. */
114 #undef HAVE_FPREGSET_T
116 /* Define to 1 if you have the `getauxval' function. */
117 #undef HAVE_GETAUXVAL
119 /* Define to 1 if you have the `getpagesize' function. */
120 #undef HAVE_GETPAGESIZE
122 /* Define to 1 if you have the `getrlimit' function. */
123 #undef HAVE_GETRLIMIT
125 /* Define to 1 if you have the `getrusage' function. */
126 #undef HAVE_GETRUSAGE
128 /* Define if <sys/procfs.h> has gregset_t. */
129 #undef HAVE_GREGSET_T
131 /* Define to 1 if you have the <inttypes.h> header file. */
132 #undef HAVE_INTTYPES_H
134 /* Define to 1 if your system has the kinfo_getfile function. */
135 #undef HAVE_KINFO_GETFILE
137 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
138 #undef HAVE_LANGINFO_CODESET
140 /* Define to 1 if you have the `dl' library (-ldl). */
141 #undef HAVE_LIBDL
143 /* Define if you have the ipt library. */
144 #undef HAVE_LIBIPT
146 /* Define if the target supports branch tracing. */
147 #undef HAVE_LINUX_BTRACE
149 /* Define to 1 if you have the <linux/elf.h> header file. */
150 #undef HAVE_LINUX_ELF_H
152 /* Define to 1 if you have the <linux/perf_event.h> header file. */
153 #undef HAVE_LINUX_PERF_EVENT_H
155 /* Define if the target supports register sets. */
156 #undef HAVE_LINUX_REGSETS
158 /* Define if the target supports PTRACE_PEEKUSR for register access. */
159 #undef HAVE_LINUX_USRREGS
161 /* Define to 1 if you have the <locale.h> header file. */
162 #undef HAVE_LOCALE_H
164 /* Define to 1 if the system has the type `long long'. */
165 #undef HAVE_LONG_LONG
167 /* Define if <thread_db.h> has lwpid_t. */
168 #undef HAVE_LWPID_T
170 /* Define to 1 if you have the <memory.h> header file. */
171 #undef HAVE_MEMORY_H
173 /* Define to 1 if you have a working `mmap' system call. */
174 #undef HAVE_MMAP
176 /* Define to 1 if you have the <netdb.h> header file. */
177 #undef HAVE_NETDB_H
179 /* Define to 1 if you have the <netinet/in.h> header file. */
180 #undef HAVE_NETINET_IN_H
182 /* Define to 1 if you have the <netinet/tcp.h> header file. */
183 #undef HAVE_NETINET_TCP_H
185 /* Define if you support the personality syscall. */
186 #undef HAVE_PERSONALITY
188 /* Define to 1 if you have the `pipe' function. */
189 #undef HAVE_PIPE
191 /* Define to 1 if you have the `pipe2' function. */
192 #undef HAVE_PIPE2
194 /* Define to 1 if you have the `poll' function. */
195 #undef HAVE_POLL
197 /* Define to 1 if you have the <poll.h> header file. */
198 #undef HAVE_POLL_H
200 /* Define to 1 if you have the `pread' function. */
201 #undef HAVE_PREAD
203 /* Define to 1 if you have the `pread64' function. */
204 #undef HAVE_PREAD64
206 /* Define if <sys/procfs.h> has prfpregset_t. */
207 #undef HAVE_PRFPREGSET_T
209 /* Define if <sys/procfs.h> has prgregset32_t. */
210 #undef HAVE_PRGREGSET32_T
212 /* Define if <sys/procfs.h> has prgregset_t. */
213 #undef HAVE_PRGREGSET_T
215 /* Define to 1 if you have the <proc_service.h> header file. */
216 #undef HAVE_PROC_SERVICE_H
218 /* Define if <thread_db.h> has psaddr_t. */
219 #undef HAVE_PSADDR_T
221 /* Have PTHREAD_PRIO_INHERIT. */
222 #undef HAVE_PTHREAD_PRIO_INHERIT
224 /* Define to 1 if you have the `pthread_setname_np' function. */
225 #undef HAVE_PTHREAD_SETNAME_NP
227 /* Define to 1 if you have the `pthread_sigmask' function. */
228 #undef HAVE_PTHREAD_SIGMASK
230 /* Define to 1 if you have the `ptrace64' function. */
231 #undef HAVE_PTRACE64
233 /* Define if the target supports PTRACE_GETFPXREGS for extended register
234    access. */
235 #undef HAVE_PTRACE_GETFPXREGS
237 /* Define if the target supports PTRACE_GETREGS for register access. */
238 #undef HAVE_PTRACE_GETREGS
240 /* Define to 1 if you have the <ptrace.h> header file. */
241 #undef HAVE_PTRACE_H
243 /* Define to 1 if you have the `pt_insn_event' function. */
244 #undef HAVE_PT_INSN_EVENT
246 /* Define to 1 if you have the `pwrite' function. */
247 #undef HAVE_PWRITE
249 /* Define to 1 if you have the `sbrk' function. */
250 #undef HAVE_SBRK
252 /* Define to 1 if you have the `setns' function. */
253 #undef HAVE_SETNS
255 /* Define to 1 if you have the `setpgid' function. */
256 #undef HAVE_SETPGID
258 /* Define to 1 if you have the `setpgrp' function. */
259 #undef HAVE_SETPGRP
261 /* Define to 1 if you have the `sigaction' function. */
262 #undef HAVE_SIGACTION
264 /* Define to 1 if you have the `sigaltstack' function. */
265 #undef HAVE_SIGALTSTACK
267 /* Define to 1 if you have the <signal.h> header file. */
268 #undef HAVE_SIGNAL_H
270 /* Define to 1 if you have the `sigprocmask' function. */
271 #undef HAVE_SIGPROCMASK
273 /* Define if sigsetjmp is available. */
274 #undef HAVE_SIGSETJMP
276 /* Define to 1 if you have the `socketpair' function. */
277 #undef HAVE_SOCKETPAIR
279 /* Define to 1 if the system has the type `socklen_t'. */
280 #undef HAVE_SOCKLEN_T
282 /* Define to 1 if you have the <stdint.h> header file. */
283 #undef HAVE_STDINT_H
285 /* Define to 1 if you have the <stdlib.h> header file. */
286 #undef HAVE_STDLIB_H
288 /* Define to 1 if you have the <strings.h> header file. */
289 #undef HAVE_STRINGS_H
291 /* Define to 1 if you have the <string.h> header file. */
292 #undef HAVE_STRING_H
294 /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
295 #undef HAVE_STRUCT_PT_INSN_ENABLED
297 /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
298 #undef HAVE_STRUCT_PT_INSN_RESYNCED
300 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
301 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
303 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
304 #undef HAVE_STRUCT_STAT_ST_BLOCKS
306 /* Define to 1 if the target supports __sync_*_compare_and_swap */
307 #undef HAVE_SYNC_BUILTINS
309 /* Define to 1 if you have the <sys/file.h> header file. */
310 #undef HAVE_SYS_FILE_H
312 /* Define to 1 if you have the <sys/ioctl.h> header file. */
313 #undef HAVE_SYS_IOCTL_H
315 /* Define to 1 if you have the <sys/param.h> header file. */
316 #undef HAVE_SYS_PARAM_H
318 /* Define to 1 if you have the <sys/poll.h> header file. */
319 #undef HAVE_SYS_POLL_H
321 /* Define to 1 if you have the <sys/procfs.h> header file. */
322 #undef HAVE_SYS_PROCFS_H
324 /* Define to 1 if you have the <sys/ptrace.h> header file. */
325 #undef HAVE_SYS_PTRACE_H
327 /* Define to 1 if you have the <sys/reg.h> header file. */
328 #undef HAVE_SYS_REG_H
330 /* Define to 1 if you have the <sys/resource.h> header file. */
331 #undef HAVE_SYS_RESOURCE_H
333 /* Define to 1 if you have the <sys/select.h> header file. */
334 #undef HAVE_SYS_SELECT_H
336 /* Define to 1 if you have the <sys/socket.h> header file. */
337 #undef HAVE_SYS_SOCKET_H
339 /* Define to 1 if you have the <sys/stat.h> header file. */
340 #undef HAVE_SYS_STAT_H
342 /* Define to 1 if you have the <sys/types.h> header file. */
343 #undef HAVE_SYS_TYPES_H
345 /* Define to 1 if you have the <sys/un.h> header file. */
346 #undef HAVE_SYS_UN_H
348 /* Define to 1 if you have the <sys/wait.h> header file. */
349 #undef HAVE_SYS_WAIT_H
351 /* Define if TD_VERSION is available. */
352 #undef HAVE_TD_VERSION
354 /* Define to 1 if you have the <termios.h> header file. */
355 #undef HAVE_TERMIOS_H
357 /* Define to 1 if you have the <thread_db.h> header file. */
358 #undef HAVE_THREAD_DB_H
360 /* Define to 1 if you have the <unistd.h> header file. */
361 #undef HAVE_UNISTD_H
363 /* Define if UST is available */
364 #undef HAVE_UST
366 /* Define to 1 if you have the `vfork' function. */
367 #undef HAVE_VFORK
369 /* Define to 1 if you have the <vfork.h> header file. */
370 #undef HAVE_VFORK_H
372 /* Define to 1 if you have the <wait.h> header file. */
373 #undef HAVE_WAIT_H
375 /* Define to 1 if `fork' works. */
376 #undef HAVE_WORKING_FORK
378 /* Define to 1 if `vfork' works. */
379 #undef HAVE_WORKING_VFORK
381 /* Define to 1 if you have the <ws2tcpip.h> header file. */
382 #undef HAVE_WS2TCPIP_H
384 /* Define to the address where bug reports for this package should be sent. */
385 #undef PACKAGE_BUGREPORT
387 /* Define to the full name of this package. */
388 #undef PACKAGE_NAME
390 /* Define to the full name and version of this package. */
391 #undef PACKAGE_STRING
393 /* Define to the one symbol short name of this package. */
394 #undef PACKAGE_TARNAME
396 /* Define to the home page for this package. */
397 #undef PACKAGE_URL
399 /* Define to the version of this package. */
400 #undef PACKAGE_VERSION
402 /* Additional package description */
403 #undef PKGVERSION
405 /* Define to necessary symbol if this constant uses a non-standard name on
406    your system. */
407 #undef PTHREAD_CREATE_JOINABLE
409 /* Define to the type of arg 1 for ptrace. */
410 #undef PTRACE_TYPE_ARG1
412 /* Define to the type of arg 3 for ptrace. */
413 #undef PTRACE_TYPE_ARG3
415 /* Define to the type of arg 4 for ptrace. */
416 #undef PTRACE_TYPE_ARG4
418 /* Define to the type of arg 5 for ptrace. */
419 #undef PTRACE_TYPE_ARG5
421 /* Define as the return type of ptrace. */
422 #undef PTRACE_TYPE_RET
424 /* Bug reporting address */
425 #undef REPORT_BUGS_TO
427 /* The size of `long long', as computed by sizeof. */
428 #undef SIZEOF_LONG_LONG
430 /* If using the C implementation of alloca, define if you know the
431    direction of stack growth for your system; otherwise it will be
432    automatically deduced at runtime.
433         STACK_DIRECTION > 0 => grows toward higher addresses
434         STACK_DIRECTION < 0 => grows toward lower addresses
435         STACK_DIRECTION = 0 => direction of growth unknown */
436 #undef STACK_DIRECTION
438 /* Define to 1 if you have the ANSI C header files. */
439 #undef STDC_HEADERS
441 /* Define if we should use libthread_db directly. */
442 #undef USE_LIBTHREAD_DB_DIRECTLY
444 /* Enable extensions on AIX 3, Interix.  */
445 #ifndef _ALL_SOURCE
446 # undef _ALL_SOURCE
447 #endif
448 /* Enable GNU extensions on systems that have them.  */
449 #ifndef _GNU_SOURCE
450 # undef _GNU_SOURCE
451 #endif
452 /* Enable threading extensions on Solaris.  */
453 #ifndef _POSIX_PTHREAD_SEMANTICS
454 # undef _POSIX_PTHREAD_SEMANTICS
455 #endif
456 /* Enable extensions on HP NonStop.  */
457 #ifndef _TANDEM_SOURCE
458 # undef _TANDEM_SOURCE
459 #endif
460 /* Enable general extensions on Solaris.  */
461 #ifndef __EXTENSIONS__
462 # undef __EXTENSIONS__
463 #endif
466 /* Define if we should use libthread_db. */
467 #undef USE_THREAD_DB
469 /* Define if we should use the Windows API, instead of the POSIX API. On
470    Windows, we use the Windows API when building for MinGW, but the POSIX API
471    when building for Cygwin. */
472 #undef USE_WIN32API
474 /* Define if an XML target description is available. */
475 #undef USE_XML
477 /* Enable large inode numbers on Mac OS X 10.5.  */
478 #ifndef _DARWIN_USE_64_BIT_INODE
479 # define _DARWIN_USE_64_BIT_INODE 1
480 #endif
482 /* Number of bits in a file offset, on hosts where this is settable. */
483 #undef _FILE_OFFSET_BITS
485 /* Define for large files, on AIX-style hosts. */
486 #undef _LARGE_FILES
488 /* Define to 1 if on MINIX. */
489 #undef _MINIX
491 /* Define to 2 if the system does not provide POSIX.1 features except with
492    this defined. */
493 #undef _POSIX_1_SOURCE
495 /* Define to 1 if you need to in order for `stat' and other things to work. */
496 #undef _POSIX_SOURCE
498 /* Use structured /proc on Solaris. */
499 #undef _STRUCTURED_PROC
501 /* Define to `int' if <sys/types.h> does not define. */
502 #undef pid_t
504 /* Define to `unsigned int' if <sys/types.h> does not define. */
505 #undef size_t
507 /* Define as `fork' if `vfork' does not work. */
508 #undef vfork