* configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
[external/binutils.git] / gdb / gdbserver / config.in
1 /* config.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
4    don't. */
5 #undef HAVE_DECL_STRERROR
6
7 /* Define if <sys/procfs.h> has elf_fpregset_t. */
8 #undef HAVE_ELF_FPREGSET_T
9
10 /* Define to 1 if you have the <inttypes.h> header file. */
11 #undef HAVE_INTTYPES_H
12
13 /* Define to 1 if you have the <linux/elf.h> header file. */
14 #undef HAVE_LINUX_ELF_H
15
16 /* Define if the target supports PTRACE_GETREGS for register access. */
17 #undef HAVE_LINUX_REGSETS
18
19 /* Define if the target supports PTRACE_PEEKUSR for register access. */
20 #undef HAVE_LINUX_USRREGS
21
22 /* Define if <sys/procfs.h> has lwpid_t. */
23 #undef HAVE_LWPID_T
24
25 /* Define to 1 if you have the <memory.h> header file. */
26 #undef HAVE_MEMORY_H
27
28 /* Define if <sys/procfs.h> has prfpregset_t. */
29 #undef HAVE_PRFPREGSET_T
30
31 /* Define if <sys/procfs.h> has prgregset_t. */
32 #undef HAVE_PRGREGSET_T
33
34 /* Define to 1 if you have the <proc_service.h> header file. */
35 #undef HAVE_PROC_SERVICE_H
36
37 /* Define if <sys/procfs.h> has psaddr_t. */
38 #undef HAVE_PSADDR_T
39
40 /* Define if the target supports PTRACE_GETFPXREGS for extended register
41    access. */
42 #undef HAVE_PTRACE_GETFPXREGS
43
44 /* Define to 1 if you have the <sgtty.h> header file. */
45 #undef HAVE_SGTTY_H
46
47 /* Define to 1 if the system has the type `socklen_t'. */
48 #undef HAVE_SOCKLEN_T
49
50 /* Define to 1 if you have the <stdint.h> header file. */
51 #undef HAVE_STDINT_H
52
53 /* Define to 1 if you have the <stdlib.h> header file. */
54 #undef HAVE_STDLIB_H
55
56 /* Define to 1 if you have the <strings.h> header file. */
57 #undef HAVE_STRINGS_H
58
59 /* Define to 1 if you have the <string.h> header file. */
60 #undef HAVE_STRING_H
61
62 /* Define to 1 if you have the <sys/procfs.h> header file. */
63 #undef HAVE_SYS_PROCFS_H
64
65 /* Define to 1 if you have the <sys/reg.h> header file. */
66 #undef HAVE_SYS_REG_H
67
68 /* Define to 1 if you have the <sys/stat.h> header file. */
69 #undef HAVE_SYS_STAT_H
70
71 /* Define to 1 if you have the <sys/types.h> header file. */
72 #undef HAVE_SYS_TYPES_H
73
74 /* Define to 1 if you have the <termios.h> header file. */
75 #undef HAVE_TERMIOS_H
76
77 /* Define to 1 if you have the <termio.h> header file. */
78 #undef HAVE_TERMIO_H
79
80 /* Define to 1 if you have the <thread_db.h> header file. */
81 #undef HAVE_THREAD_DB_H
82
83 /* Define to 1 if you have the <unistd.h> header file. */
84 #undef HAVE_UNISTD_H
85
86 /* Define to the address where bug reports for this package should be sent. */
87 #undef PACKAGE_BUGREPORT
88
89 /* Define to the full name of this package. */
90 #undef PACKAGE_NAME
91
92 /* Define to the full name and version of this package. */
93 #undef PACKAGE_STRING
94
95 /* Define to the one symbol short name of this package. */
96 #undef PACKAGE_TARNAME
97
98 /* Define to the version of this package. */
99 #undef PACKAGE_VERSION
100
101 /* Define if the prfpregset_t type is broken. */
102 #undef PRFPREGSET_T_BROKEN
103
104 /* Define to 1 if you have the ANSI C header files. */
105 #undef STDC_HEADERS