gdb/
[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 <arpa/inet.h> header file. */
4 #undef HAVE_ARPA_INET_H
5
6 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
7    don't. */
8 #undef HAVE_DECL_STRERROR
9
10 /* Define if <sys/procfs.h> has elf_fpregset_t. */
11 #undef HAVE_ELF_FPREGSET_T
12
13 /* Define to 1 if you have the <inttypes.h> header file. */
14 #undef HAVE_INTTYPES_H
15
16 /* Define to 1 if you have the <linux/elf.h> header file. */
17 #undef HAVE_LINUX_ELF_H
18
19 /* Define if the target supports register sets. */
20 #undef HAVE_LINUX_REGSETS
21
22 /* Define if the target supports PTRACE_PEEKUSR for register access. */
23 #undef HAVE_LINUX_USRREGS
24
25 /* Define if <sys/procfs.h> has lwpid_t. */
26 #undef HAVE_LWPID_T
27
28 /* Define to 1 if you have the <memory.h> header file. */
29 #undef HAVE_MEMORY_H
30
31 /* Define to 1 if you have the <netdb.h> header file. */
32 #undef HAVE_NETDB_H
33
34 /* Define to 1 if you have the <netinet/in.h> header file. */
35 #undef HAVE_NETINET_IN_H
36
37 /* Define to 1 if you have the <netinet/tcp.h> header file. */
38 #undef HAVE_NETINET_TCP_H
39
40 /* Define if <sys/procfs.h> has prgregset_t. */
41 #undef HAVE_PRGREGSET_T
42
43 /* Define to 1 if you have the <proc_service.h> header file. */
44 #undef HAVE_PROC_SERVICE_H
45
46 /* Define if <sys/procfs.h> has psaddr_t. */
47 #undef HAVE_PSADDR_T
48
49 /* Define if the target supports PTRACE_GETFPXREGS for extended register
50    access. */
51 #undef HAVE_PTRACE_GETFPXREGS
52
53 /* Define if the target supports PTRACE_GETREGS for register access. */
54 #undef HAVE_PTRACE_GETREGS
55
56 /* Define to 1 if you have the <sgtty.h> header file. */
57 #undef HAVE_SGTTY_H
58
59 /* Define to 1 if the system has the type `socklen_t'. */
60 #undef HAVE_SOCKLEN_T
61
62 /* Define to 1 if you have the <stdint.h> header file. */
63 #undef HAVE_STDINT_H
64
65 /* Define to 1 if you have the <stdlib.h> header file. */
66 #undef HAVE_STDLIB_H
67
68 /* Define to 1 if you have the <strings.h> header file. */
69 #undef HAVE_STRINGS_H
70
71 /* Define to 1 if you have the <string.h> header file. */
72 #undef HAVE_STRING_H
73
74 /* Define to 1 if you have the <sys/ioctl.h> header file. */
75 #undef HAVE_SYS_IOCTL_H
76
77 /* Define to 1 if you have the <sys/procfs.h> header file. */
78 #undef HAVE_SYS_PROCFS_H
79
80 /* Define to 1 if you have the <sys/reg.h> header file. */
81 #undef HAVE_SYS_REG_H
82
83 /* Define to 1 if you have the <sys/socket.h> header file. */
84 #undef HAVE_SYS_SOCKET_H
85
86 /* Define to 1 if you have the <sys/stat.h> header file. */
87 #undef HAVE_SYS_STAT_H
88
89 /* Define to 1 if you have the <sys/types.h> header file. */
90 #undef HAVE_SYS_TYPES_H
91
92 /* Define to 1 if you have the <sys/wait.h> header file. */
93 #undef HAVE_SYS_WAIT_H
94
95 /* Define if TD_VERSION is available. */
96 #undef HAVE_TD_VERSION
97
98 /* Define to 1 if you have the <terminal.h> header file. */
99 #undef HAVE_TERMINAL_H
100
101 /* Define to 1 if you have the <termios.h> header file. */
102 #undef HAVE_TERMIOS_H
103
104 /* Define to 1 if you have the <termio.h> header file. */
105 #undef HAVE_TERMIO_H
106
107 /* Define to 1 if you have the <thread_db.h> header file. */
108 #undef HAVE_THREAD_DB_H
109
110 /* Define to 1 if you have the <unistd.h> header file. */
111 #undef HAVE_UNISTD_H
112
113 /* Define to the address where bug reports for this package should be sent. */
114 #undef PACKAGE_BUGREPORT
115
116 /* Define to the full name of this package. */
117 #undef PACKAGE_NAME
118
119 /* Define to the full name and version of this package. */
120 #undef PACKAGE_STRING
121
122 /* Define to the one symbol short name of this package. */
123 #undef PACKAGE_TARNAME
124
125 /* Define to the version of this package. */
126 #undef PACKAGE_VERSION
127
128 /* Define to 1 if you have the ANSI C header files. */
129 #undef STDC_HEADERS
130
131 /* Define if we should use the Windows API, instead of the POSIX API. On
132    Windows, we use the Windows API when building for MinGW, but the POSIX API
133    when building for Cygwin. */
134 #undef USE_WIN32API