gdb: btrace: fix build errors on older glibc builds
[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
03583c20
UW
21/* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
22 you don't. */
23#undef HAVE_DECL_ADDR_NO_RANDOMIZE
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
e6712ff1
DE
33/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
34 */
35#undef HAVE_DECL_STRSTR
36
bb0116a4
JB
37/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
38 don't. */
39#undef HAVE_DECL_VASPRINTF
40
41/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
42 don't. */
43#undef HAVE_DECL_VSNPRINTF
44
d26e3629
KY
45/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
46 */
47#undef HAVE_DIRENT_H
48
10e86dd7
DE
49/* Define to 1 if you have the `dladdr' function. */
50#undef HAVE_DLADDR
51
8365dcf5
TJB
52/* Define to 1 if the system has the type `Elf32_auxv_t'. */
53#undef HAVE_ELF32_AUXV_T
54
55/* Define to 1 if the system has the type `Elf64_auxv_t'. */
56#undef HAVE_ELF64_AUXV_T
57
f450004a
DJ
58/* Define if <sys/procfs.h> has elf_fpregset_t. */
59#undef HAVE_ELF_FPREGSET_T
84563040 60
68070c10
PA
61/* Define if errno is available */
62#undef HAVE_ERRNO
63
64/* Define to 1 if you have the <errno.h> header file. */
65#undef HAVE_ERRNO_H
66
67/* Define to 1 if you have the <fcntl.h> header file. */
68#undef HAVE_FCNTL_H
69
614c279d
TT
70/* Define to 1 if you have the `fdwalk' function. */
71#undef HAVE_FDWALK
72
f450004a
DJ
73/* Define to 1 if you have the <inttypes.h> header file. */
74#undef HAVE_INTTYPES_H
75
f434ba03
PA
76/* Define to 1 if you have the `dl' library (-ldl). */
77#undef HAVE_LIBDL
78
32940073
PA
79/* Define to 1 if you have the `mcheck' library (-lmcheck). */
80#undef HAVE_LIBMCHECK
81
9accd112
MM
82/* Define if the target supports branch tracing. */
83#undef HAVE_LINUX_BTRACE
84
f450004a
DJ
85/* Define to 1 if you have the <linux/elf.h> header file. */
86#undef HAVE_LINUX_ELF_H
58caa3dc 87
945bf713
MM
88/* Define to 1 if you have the <linux/perf_event.h> header file. */
89#undef HAVE_LINUX_PERF_EVENT_H
90
e9d25b98 91/* Define if the target supports register sets. */
58caa3dc
DJ
92#undef HAVE_LINUX_REGSETS
93
f450004a
DJ
94/* Define if the target supports PTRACE_PEEKUSR for register access. */
95#undef HAVE_LINUX_USRREGS
58caa3dc 96
18f5fd81 97/* Define if <thread_db.h> has lwpid_t. */
f450004a 98#undef HAVE_LWPID_T
0d62e5e8 99
68070c10
PA
100/* Define to 1 if you have the <malloc.h> header file. */
101#undef HAVE_MALLOC_H
102
f450004a
DJ
103/* Define to 1 if you have the <memory.h> header file. */
104#undef HAVE_MEMORY_H
105
d26e3629
KY
106/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
107#undef HAVE_NDIR_H
108
b80864fb
DJ
109/* Define to 1 if you have the <netdb.h> header file. */
110#undef HAVE_NETDB_H
111
112/* Define to 1 if you have the <netinet/in.h> header file. */
113#undef HAVE_NETINET_IN_H
114
115/* Define to 1 if you have the <netinet/tcp.h> header file. */
116#undef HAVE_NETINET_TCP_H
117
03583c20
UW
118/* Define if you support the personality syscall. */
119#undef HAVE_PERSONALITY
120
614c279d
TT
121/* Define to 1 if you have the `pipe2' function. */
122#undef HAVE_PIPE2
123
4e799345
DJ
124/* Define to 1 if you have the `pread' function. */
125#undef HAVE_PREAD
126
fd462a61
DJ
127/* Define to 1 if you have the `pread64' function. */
128#undef HAVE_PREAD64
129
f450004a
DJ
130/* Define if <sys/procfs.h> has prgregset_t. */
131#undef HAVE_PRGREGSET_T
132
133/* Define to 1 if you have the <proc_service.h> header file. */
0d62e5e8
DJ
134#undef HAVE_PROC_SERVICE_H
135
18f5fd81 136/* Define if <thread_db.h> has psaddr_t. */
f450004a
DJ
137#undef HAVE_PSADDR_T
138
139/* Define if the target supports PTRACE_GETFPXREGS for extended register
140 access. */
141#undef HAVE_PTRACE_GETFPXREGS
142
e9d25b98
DJ
143/* Define if the target supports PTRACE_GETREGS for register access. */
144#undef HAVE_PTRACE_GETREGS
145
4e799345
DJ
146/* Define to 1 if you have the `pwrite' function. */
147#undef HAVE_PWRITE
148
f8255c2a
JB
149/* Define to 1 if you have the `readlink' function. */
150#undef HAVE_READLINK
151
f450004a 152/* Define to 1 if you have the <sgtty.h> header file. */
84563040
DJ
153#undef HAVE_SGTTY_H
154
68070c10
PA
155/* Define to 1 if you have the <signal.h> header file. */
156#undef HAVE_SIGNAL_H
157
ccbd4912 158/* Define to 1 if the system has the type `socklen_t'. */
f450004a
DJ
159#undef HAVE_SOCKLEN_T
160
161/* Define to 1 if you have the <stdint.h> header file. */
162#undef HAVE_STDINT_H
163
164/* Define to 1 if you have the <stdlib.h> header file. */
94e10508
DJ
165#undef HAVE_STDLIB_H
166
f450004a
DJ
167/* Define to 1 if you have the <strings.h> header file. */
168#undef HAVE_STRINGS_H
169
170/* Define to 1 if you have the <string.h> header file. */
0729219d
DJ
171#undef HAVE_STRING_H
172
fa593d66
PA
173/* Define to 1 if the target supports __sync_*_compare_and_swap */
174#undef HAVE_SYNC_BUILTINS
175
d26e3629
KY
176/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
177 */
178#undef HAVE_SYS_DIR_H
179
68070c10
PA
180/* Define to 1 if you have the <sys/file.h> header file. */
181#undef HAVE_SYS_FILE_H
182
b80864fb
DJ
183/* Define to 1 if you have the <sys/ioctl.h> header file. */
184#undef HAVE_SYS_IOCTL_H
185
d26e3629
KY
186/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
187 */
188#undef HAVE_SYS_NDIR_H
189
f450004a 190/* Define to 1 if you have the <sys/procfs.h> header file. */
0d62e5e8
DJ
191#undef HAVE_SYS_PROCFS_H
192
f450004a 193/* Define to 1 if you have the <sys/reg.h> header file. */
84563040
DJ
194#undef HAVE_SYS_REG_H
195
b80864fb
DJ
196/* Define to 1 if you have the <sys/socket.h> header file. */
197#undef HAVE_SYS_SOCKET_H
198
f450004a
DJ
199/* Define to 1 if you have the <sys/stat.h> header file. */
200#undef HAVE_SYS_STAT_H
201
5b4e221c
MF
202/* Define to 1 if you have the <sys/syscall.h> header file. */
203#undef HAVE_SYS_SYSCALL_H
204
f450004a
DJ
205/* Define to 1 if you have the <sys/types.h> header file. */
206#undef HAVE_SYS_TYPES_H
84563040 207
2fa291ac
YQ
208/* Define to 1 if you have the <sys/un.h> header file. */
209#undef HAVE_SYS_UN_H
210
b80864fb
DJ
211/* Define to 1 if you have the <sys/wait.h> header file. */
212#undef HAVE_SYS_WAIT_H
213
3db0444b
DJ
214/* Define if TD_VERSION is available. */
215#undef HAVE_TD_VERSION
216
f450004a 217/* Define to 1 if you have the <termios.h> header file. */
84563040 218#undef HAVE_TERMIOS_H
0d62e5e8 219
f450004a
DJ
220/* Define to 1 if you have the <termio.h> header file. */
221#undef HAVE_TERMIO_H
222
223/* Define to 1 if you have the <thread_db.h> header file. */
0d62e5e8
DJ
224#undef HAVE_THREAD_DB_H
225
f450004a 226/* Define to 1 if you have the <unistd.h> header file. */
18ff0538
KB
227#undef HAVE_UNISTD_H
228
0fb4aa4b
PA
229/* Define if UST is available */
230#undef HAVE_UST
231
bb0116a4
JB
232/* Define to 1 if you have the `vasprintf' function. */
233#undef HAVE_VASPRINTF
234
235/* Define to 1 if you have the `vsnprintf' function. */
236#undef HAVE_VSNPRINTF
237
8bdce1ff
PM
238/* Define to 1 if you have the <wait.h> header file. */
239#undef HAVE_WAIT_H
240
68070c10
PA
241/* Checking if errno must be defined */
242#undef MUST_DEFINE_ERRNO
243
f450004a
DJ
244/* Define to the address where bug reports for this package should be sent. */
245#undef PACKAGE_BUGREPORT
0d62e5e8 246
f450004a
DJ
247/* Define to the full name of this package. */
248#undef PACKAGE_NAME
0d62e5e8 249
f450004a
DJ
250/* Define to the full name and version of this package. */
251#undef PACKAGE_STRING
0d62e5e8 252
f450004a
DJ
253/* Define to the one symbol short name of this package. */
254#undef PACKAGE_TARNAME
0d62e5e8 255
81ecdfbb
RW
256/* Define to the home page for this package. */
257#undef PACKAGE_URL
258
f450004a
DJ
259/* Define to the version of this package. */
260#undef PACKAGE_VERSION
0d62e5e8 261
c16158bc
JM
262/* Additional package description */
263#undef PKGVERSION
264
265/* Bug reporting address */
266#undef REPORT_BUGS_TO
267
a1723c35 268/* If using the C implementation of alloca, define if you know the
269 direction of stack growth for your system; otherwise it will be
270 automatically deduced at runtime.
271 STACK_DIRECTION > 0 => grows toward higher addresses
272 STACK_DIRECTION < 0 => grows toward lower addresses
273 STACK_DIRECTION = 0 => direction of growth unknown */
274#undef STACK_DIRECTION
275
f450004a
DJ
276/* Define to 1 if you have the ANSI C header files. */
277#undef STDC_HEADERS
b80864fb 278
96f15937
PP
279/* Define if we should use libthread_db directly. */
280#undef USE_LIBTHREAD_DB_DIRECTLY
281
81ecdfbb
RW
282/* Enable extensions on AIX 3, Interix. */
283#ifndef _ALL_SOURCE
284# undef _ALL_SOURCE
285#endif
286/* Enable GNU extensions on systems that have them. */
287#ifndef _GNU_SOURCE
288# undef _GNU_SOURCE
289#endif
290/* Enable threading extensions on Solaris. */
291#ifndef _POSIX_PTHREAD_SEMANTICS
292# undef _POSIX_PTHREAD_SEMANTICS
293#endif
294/* Enable extensions on HP NonStop. */
295#ifndef _TANDEM_SOURCE
296# undef _TANDEM_SOURCE
297#endif
298/* Enable general extensions on Solaris. */
299#ifndef __EXTENSIONS__
300# undef __EXTENSIONS__
301#endif
302
303
7d4e5717
PA
304/* Define if we should use libthread_db. */
305#undef USE_THREAD_DB
306
c971b7fa
PA
307/* Define if we should use the Windows API, instead of the POSIX API. On
308 Windows, we use the Windows API when building for MinGW, but the POSIX API
309 when building for Cygwin. */
310#undef USE_WIN32API
55a8c076 311
c971b7fa
PA
312/* Define if an XML target description is available. */
313#undef USE_XML
fd462a61 314
589bc927
TT
315/* Number of bits in a file offset, on hosts where this is settable. */
316#undef _FILE_OFFSET_BITS
317
318/* Define for large files, on AIX-style hosts. */
319#undef _LARGE_FILES
320
c971b7fa
PA
321/* Define to 1 if on MINIX. */
322#undef _MINIX
81ecdfbb 323
c971b7fa
PA
324/* Define to 2 if the system does not provide POSIX.1 features except with
325 this defined. */
326#undef _POSIX_1_SOURCE
81ecdfbb 327
c971b7fa
PA
328/* Define to 1 if you need to in order for `stat' and other things to work. */
329#undef _POSIX_SOURCE
This page took 0.859983 seconds and 4 git commands to generate.