2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / gdbserver / config.in
CommitLineData
f450004a 1/* config.in. Generated from configure.ac by autoheader. */
84563040 2
a1723c35 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
7
8/* Define to 1 if using `alloca.c'. */
9#undef C_ALLOCA
10
11/* Define to 1 if you have `alloca', as a function or macro. */
12#undef HAVE_ALLOCA
13
14/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
15 */
16#undef HAVE_ALLOCA_H
17
b80864fb
DJ
18/* Define to 1 if you have the <arpa/inet.h> header file. */
19#undef HAVE_ARPA_INET_H
20
ec56be1b
PA
21/* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
22 */
23#undef HAVE_DECL_MEMMEM
24
68070c10
PA
25/* Define to 1 if you have the declaration of `perror', and to 0 if you don't.
26 */
27#undef HAVE_DECL_PERROR
28
e122f1f5
SE
29/* Define to 1 if you have the declaration of `strerror', and to 0 if you
30 don't. */
31#undef HAVE_DECL_STRERROR
32
bb0116a4
JB
33/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
34 don't. */
35#undef HAVE_DECL_VASPRINTF
36
37/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
38 don't. */
39#undef HAVE_DECL_VSNPRINTF
40
d26e3629
KY
41/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
42 */
43#undef HAVE_DIRENT_H
44
10e86dd7
DE
45/* Define to 1 if you have the `dladdr' function. */
46#undef HAVE_DLADDR
47
f450004a
DJ
48/* Define if <sys/procfs.h> has elf_fpregset_t. */
49#undef HAVE_ELF_FPREGSET_T
84563040 50
68070c10
PA
51/* Define if errno is available */
52#undef HAVE_ERRNO
53
54/* Define to 1 if you have the <errno.h> header file. */
55#undef HAVE_ERRNO_H
56
57/* Define to 1 if you have the <fcntl.h> header file. */
58#undef HAVE_FCNTL_H
59
f450004a
DJ
60/* Define to 1 if you have the <inttypes.h> header file. */
61#undef HAVE_INTTYPES_H
62
f434ba03
PA
63/* Define to 1 if you have the `dl' library (-ldl). */
64#undef HAVE_LIBDL
65
f450004a
DJ
66/* Define to 1 if you have the <linux/elf.h> header file. */
67#undef HAVE_LINUX_ELF_H
58caa3dc 68
e9d25b98 69/* Define if the target supports register sets. */
58caa3dc
DJ
70#undef HAVE_LINUX_REGSETS
71
f450004a
DJ
72/* Define if the target supports PTRACE_PEEKUSR for register access. */
73#undef HAVE_LINUX_USRREGS
58caa3dc 74
f450004a
DJ
75/* Define if <sys/procfs.h> has lwpid_t. */
76#undef HAVE_LWPID_T
0d62e5e8 77
68070c10
PA
78/* Define to 1 if you have the <malloc.h> header file. */
79#undef HAVE_MALLOC_H
80
c16158bc
JM
81/* Define to 1 if you have the `memmem' function. */
82#undef HAVE_MEMMEM
83
f450004a
DJ
84/* Define to 1 if you have the <memory.h> header file. */
85#undef HAVE_MEMORY_H
86
d26e3629
KY
87/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
88#undef HAVE_NDIR_H
89
b80864fb
DJ
90/* Define to 1 if you have the <netdb.h> header file. */
91#undef HAVE_NETDB_H
92
93/* Define to 1 if you have the <netinet/in.h> header file. */
94#undef HAVE_NETINET_IN_H
95
96/* Define to 1 if you have the <netinet/tcp.h> header file. */
97#undef HAVE_NETINET_TCP_H
98
4e799345
DJ
99/* Define to 1 if you have the `pread' function. */
100#undef HAVE_PREAD
101
fd462a61
DJ
102/* Define to 1 if you have the `pread64' function. */
103#undef HAVE_PREAD64
104
f450004a
DJ
105/* Define if <sys/procfs.h> has prgregset_t. */
106#undef HAVE_PRGREGSET_T
107
108/* Define to 1 if you have the <proc_service.h> header file. */
0d62e5e8
DJ
109#undef HAVE_PROC_SERVICE_H
110
f450004a
DJ
111/* Define if <sys/procfs.h> has psaddr_t. */
112#undef HAVE_PSADDR_T
113
114/* Define if the target supports PTRACE_GETFPXREGS for extended register
115 access. */
116#undef HAVE_PTRACE_GETFPXREGS
117
e9d25b98
DJ
118/* Define if the target supports PTRACE_GETREGS for register access. */
119#undef HAVE_PTRACE_GETREGS
120
4e799345
DJ
121/* Define to 1 if you have the `pwrite' function. */
122#undef HAVE_PWRITE
123
f450004a 124/* Define to 1 if you have the <sgtty.h> header file. */
84563040
DJ
125#undef HAVE_SGTTY_H
126
68070c10
PA
127/* Define to 1 if you have the <signal.h> header file. */
128#undef HAVE_SIGNAL_H
129
ccbd4912 130/* Define to 1 if the system has the type `socklen_t'. */
f450004a
DJ
131#undef HAVE_SOCKLEN_T
132
133/* Define to 1 if you have the <stdint.h> header file. */
134#undef HAVE_STDINT_H
135
136/* Define to 1 if you have the <stdlib.h> header file. */
94e10508
DJ
137#undef HAVE_STDLIB_H
138
f450004a
DJ
139/* Define to 1 if you have the <strings.h> header file. */
140#undef HAVE_STRINGS_H
141
142/* Define to 1 if you have the <string.h> header file. */
0729219d
DJ
143#undef HAVE_STRING_H
144
fa593d66
PA
145/* Define to 1 if the target supports __sync_*_compare_and_swap */
146#undef HAVE_SYNC_BUILTINS
147
d26e3629
KY
148/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
149 */
150#undef HAVE_SYS_DIR_H
151
68070c10
PA
152/* Define to 1 if you have the <sys/file.h> header file. */
153#undef HAVE_SYS_FILE_H
154
b80864fb
DJ
155/* Define to 1 if you have the <sys/ioctl.h> header file. */
156#undef HAVE_SYS_IOCTL_H
157
d26e3629
KY
158/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
159 */
160#undef HAVE_SYS_NDIR_H
161
f450004a 162/* Define to 1 if you have the <sys/procfs.h> header file. */
0d62e5e8
DJ
163#undef HAVE_SYS_PROCFS_H
164
f450004a 165/* Define to 1 if you have the <sys/reg.h> header file. */
84563040
DJ
166#undef HAVE_SYS_REG_H
167
b80864fb
DJ
168/* Define to 1 if you have the <sys/socket.h> header file. */
169#undef HAVE_SYS_SOCKET_H
170
f450004a
DJ
171/* Define to 1 if you have the <sys/stat.h> header file. */
172#undef HAVE_SYS_STAT_H
173
174/* Define to 1 if you have the <sys/types.h> header file. */
175#undef HAVE_SYS_TYPES_H
84563040 176
b80864fb
DJ
177/* Define to 1 if you have the <sys/wait.h> header file. */
178#undef HAVE_SYS_WAIT_H
179
3db0444b
DJ
180/* Define if TD_VERSION is available. */
181#undef HAVE_TD_VERSION
182
f450004a 183/* Define to 1 if you have the <termios.h> header file. */
84563040 184#undef HAVE_TERMIOS_H
0d62e5e8 185
f450004a
DJ
186/* Define to 1 if you have the <termio.h> header file. */
187#undef HAVE_TERMIO_H
188
189/* Define to 1 if you have the <thread_db.h> header file. */
0d62e5e8
DJ
190#undef HAVE_THREAD_DB_H
191
f450004a 192/* Define to 1 if you have the <unistd.h> header file. */
18ff0538
KB
193#undef HAVE_UNISTD_H
194
0fb4aa4b
PA
195/* Define if UST is available */
196#undef HAVE_UST
197
bb0116a4
JB
198/* Define to 1 if you have the `vasprintf' function. */
199#undef HAVE_VASPRINTF
200
201/* Define to 1 if you have the `vsnprintf' function. */
202#undef HAVE_VSNPRINTF
203
68070c10
PA
204/* Checking if errno must be defined */
205#undef MUST_DEFINE_ERRNO
206
f450004a
DJ
207/* Define to the address where bug reports for this package should be sent. */
208#undef PACKAGE_BUGREPORT
0d62e5e8 209
f450004a
DJ
210/* Define to the full name of this package. */
211#undef PACKAGE_NAME
0d62e5e8 212
f450004a
DJ
213/* Define to the full name and version of this package. */
214#undef PACKAGE_STRING
0d62e5e8 215
f450004a
DJ
216/* Define to the one symbol short name of this package. */
217#undef PACKAGE_TARNAME
0d62e5e8 218
81ecdfbb
RW
219/* Define to the home page for this package. */
220#undef PACKAGE_URL
221
f450004a
DJ
222/* Define to the version of this package. */
223#undef PACKAGE_VERSION
0d62e5e8 224
c16158bc
JM
225/* Additional package description */
226#undef PKGVERSION
227
228/* Bug reporting address */
229#undef REPORT_BUGS_TO
230
a1723c35 231/* If using the C implementation of alloca, define if you know the
232 direction of stack growth for your system; otherwise it will be
233 automatically deduced at runtime.
234 STACK_DIRECTION > 0 => grows toward higher addresses
235 STACK_DIRECTION < 0 => grows toward lower addresses
236 STACK_DIRECTION = 0 => direction of growth unknown */
237#undef STACK_DIRECTION
238
f450004a
DJ
239/* Define to 1 if you have the ANSI C header files. */
240#undef STDC_HEADERS
b80864fb 241
96f15937
PP
242/* Define if we should use libthread_db directly. */
243#undef USE_LIBTHREAD_DB_DIRECTLY
244
81ecdfbb
RW
245/* Enable extensions on AIX 3, Interix. */
246#ifndef _ALL_SOURCE
247# undef _ALL_SOURCE
248#endif
249/* Enable GNU extensions on systems that have them. */
250#ifndef _GNU_SOURCE
251# undef _GNU_SOURCE
252#endif
253/* Enable threading extensions on Solaris. */
254#ifndef _POSIX_PTHREAD_SEMANTICS
255# undef _POSIX_PTHREAD_SEMANTICS
256#endif
257/* Enable extensions on HP NonStop. */
258#ifndef _TANDEM_SOURCE
259# undef _TANDEM_SOURCE
260#endif
261/* Enable general extensions on Solaris. */
262#ifndef __EXTENSIONS__
263# undef __EXTENSIONS__
264#endif
265
266
b80864fb
DJ
267/* Define if we should use the Windows API, instead of the POSIX API. On
268 Windows, we use the Windows API when building for MinGW, but the POSIX API
269 when building for Cygwin. */
270#undef USE_WIN32API
fb1e4ffc
DJ
271
272/* Define if an XML target description is available. */
273#undef USE_XML
fd462a61 274
81ecdfbb
RW
275/* Define to 1 if on MINIX. */
276#undef _MINIX
277
278/* Define to 2 if the system does not provide POSIX.1 features except with
279 this defined. */
280#undef _POSIX_1_SOURCE
281
282/* Define to 1 if you need to in order for `stat' and other things to work. */
283#undef _POSIX_SOURCE
This page took 0.70237 seconds and 4 git commands to generate.