gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdbserver / config.in
1 /* config.in. Generated from configure.ac by autoheader. */
2
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 std::thread works. */
9 #undef CXX_STD_THREAD
10
11 /* Define to 1 if using `alloca.c'. */
12 #undef C_ALLOCA
13
14 /* Define to 1 if translation of program messages to the user's native
15 language is requested. */
16 #undef ENABLE_NLS
17
18 /* Define if self-testing features should be enabled */
19 #undef GDB_SELF_TEST
20
21 /* Define to 1 if you have `alloca', as a function or macro. */
22 #undef HAVE_ALLOCA
23
24 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
25 */
26 #undef HAVE_ALLOCA_H
27
28 /* Define to 1 if you have the <arpa/inet.h> header file. */
29 #undef HAVE_ARPA_INET_H
30
31 /* define if the compiler supports basic C++11 syntax */
32 #undef HAVE_CXX11
33
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
37
38 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
39 don't. */
40 #undef HAVE_DECL_ASPRINTF
41
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
45
46 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
47 #undef HAVE_DECL_FFS
48
49 /* Define to 1 if you have the declaration of `perror', and to 0 if you don't.
50 */
51 #undef HAVE_DECL_PERROR
52
53 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
54 don't. */
55 #undef HAVE_DECL_SNPRINTF
56
57 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
58 */
59 #undef HAVE_DECL_STRSTR
60
61 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
62 */
63 #undef HAVE_DECL_STRTOL
64
65 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
66 don't. */
67 #undef HAVE_DECL_STRTOLL
68
69 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
70 don't. */
71 #undef HAVE_DECL_STRTOUL
72
73 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
74 don't. */
75 #undef HAVE_DECL_STRTOULL
76
77 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
78 don't. */
79 #undef HAVE_DECL_STRVERSCMP
80
81 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
82 don't. */
83 #undef HAVE_DECL_VASPRINTF
84
85 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
86 don't. */
87 #undef HAVE_DECL_VSNPRINTF
88
89 /* Define to 1 if you have the `dladdr' function. */
90 #undef HAVE_DLADDR
91
92 /* Define to 1 if you have the <dlfcn.h> header file. */
93 #undef HAVE_DLFCN_H
94
95 /* Define to 1 if the system has the type `Elf32_auxv_t'. */
96 #undef HAVE_ELF32_AUXV_T
97
98 /* Define to 1 if the system has the type `Elf64_auxv_t'. */
99 #undef HAVE_ELF64_AUXV_T
100
101 /* Define if <sys/procfs.h> has elf_fpregset_t. */
102 #undef HAVE_ELF_FPREGSET_T
103
104 /* Define to 1 if you have the <fcntl.h> header file. */
105 #undef HAVE_FCNTL_H
106
107 /* Define to 1 if you have the `fdwalk' function. */
108 #undef HAVE_FDWALK
109
110 /* Define to 1 if you have the `fork' function. */
111 #undef HAVE_FORK
112
113 /* Define if <sys/procfs.h> has fpregset_t. */
114 #undef HAVE_FPREGSET_T
115
116 /* Define to 1 if you have the `getauxval' function. */
117 #undef HAVE_GETAUXVAL
118
119 /* Define to 1 if you have the `getpagesize' function. */
120 #undef HAVE_GETPAGESIZE
121
122 /* Define to 1 if you have the `getrlimit' function. */
123 #undef HAVE_GETRLIMIT
124
125 /* Define to 1 if you have the `getrusage' function. */
126 #undef HAVE_GETRUSAGE
127
128 /* Define if <sys/procfs.h> has gregset_t. */
129 #undef HAVE_GREGSET_T
130
131 /* Define to 1 if you have the <inttypes.h> header file. */
132 #undef HAVE_INTTYPES_H
133
134 /* Define to 1 if your system has the kinfo_getfile function. */
135 #undef HAVE_KINFO_GETFILE
136
137 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
138 #undef HAVE_LANGINFO_CODESET
139
140 /* Define to 1 if you have the `dl' library (-ldl). */
141 #undef HAVE_LIBDL
142
143 /* Define if you have the ipt library. */
144 #undef HAVE_LIBIPT
145
146 /* Define if the target supports branch tracing. */
147 #undef HAVE_LINUX_BTRACE
148
149 /* Define to 1 if you have the <linux/elf.h> header file. */
150 #undef HAVE_LINUX_ELF_H
151
152 /* Define to 1 if you have the <linux/perf_event.h> header file. */
153 #undef HAVE_LINUX_PERF_EVENT_H
154
155 /* Define if the target supports register sets. */
156 #undef HAVE_LINUX_REGSETS
157
158 /* Define if the target supports PTRACE_PEEKUSR for register access. */
159 #undef HAVE_LINUX_USRREGS
160
161 /* Define to 1 if you have the <locale.h> header file. */
162 #undef HAVE_LOCALE_H
163
164 /* Define to 1 if the system has the type `long long'. */
165 #undef HAVE_LONG_LONG
166
167 /* Define if <thread_db.h> has lwpid_t. */
168 #undef HAVE_LWPID_T
169
170 /* Define to 1 if you have the <memory.h> header file. */
171 #undef HAVE_MEMORY_H
172
173 /* Define to 1 if you have a working `mmap' system call. */
174 #undef HAVE_MMAP
175
176 /* Define to 1 if you have the <netdb.h> header file. */
177 #undef HAVE_NETDB_H
178
179 /* Define to 1 if you have the <netinet/in.h> header file. */
180 #undef HAVE_NETINET_IN_H
181
182 /* Define to 1 if you have the <netinet/tcp.h> header file. */
183 #undef HAVE_NETINET_TCP_H
184
185 /* Define if you support the personality syscall. */
186 #undef HAVE_PERSONALITY
187
188 /* Define to 1 if you have the `pipe' function. */
189 #undef HAVE_PIPE
190
191 /* Define to 1 if you have the `pipe2' function. */
192 #undef HAVE_PIPE2
193
194 /* Define to 1 if you have the `poll' function. */
195 #undef HAVE_POLL
196
197 /* Define to 1 if you have the <poll.h> header file. */
198 #undef HAVE_POLL_H
199
200 /* Define to 1 if you have the `pread' function. */
201 #undef HAVE_PREAD
202
203 /* Define to 1 if you have the `pread64' function. */
204 #undef HAVE_PREAD64
205
206 /* Define if <sys/procfs.h> has prfpregset_t. */
207 #undef HAVE_PRFPREGSET_T
208
209 /* Define if <sys/procfs.h> has prgregset32_t. */
210 #undef HAVE_PRGREGSET32_T
211
212 /* Define if <sys/procfs.h> has prgregset_t. */
213 #undef HAVE_PRGREGSET_T
214
215 /* Define to 1 if you have the <proc_service.h> header file. */
216 #undef HAVE_PROC_SERVICE_H
217
218 /* Define if <thread_db.h> has psaddr_t. */
219 #undef HAVE_PSADDR_T
220
221 /* Have PTHREAD_PRIO_INHERIT. */
222 #undef HAVE_PTHREAD_PRIO_INHERIT
223
224 /* Define to 1 if you have the `pthread_setname_np' function. */
225 #undef HAVE_PTHREAD_SETNAME_NP
226
227 /* Define to 1 if you have the `pthread_sigmask' function. */
228 #undef HAVE_PTHREAD_SIGMASK
229
230 /* Define to 1 if you have the `ptrace64' function. */
231 #undef HAVE_PTRACE64
232
233 /* Define if the target supports PTRACE_GETFPXREGS for extended register
234 access. */
235 #undef HAVE_PTRACE_GETFPXREGS
236
237 /* Define if the target supports PTRACE_GETREGS for register access. */
238 #undef HAVE_PTRACE_GETREGS
239
240 /* Define to 1 if you have the <ptrace.h> header file. */
241 #undef HAVE_PTRACE_H
242
243 /* Define to 1 if you have the `pt_insn_event' function. */
244 #undef HAVE_PT_INSN_EVENT
245
246 /* Define to 1 if you have the `pwrite' function. */
247 #undef HAVE_PWRITE
248
249 /* Define to 1 if you have the `sbrk' function. */
250 #undef HAVE_SBRK
251
252 /* Define to 1 if you have the `setns' function. */
253 #undef HAVE_SETNS
254
255 /* Define to 1 if you have the `setpgid' function. */
256 #undef HAVE_SETPGID
257
258 /* Define to 1 if you have the `setpgrp' function. */
259 #undef HAVE_SETPGRP
260
261 /* Define to 1 if you have the `sigaction' function. */
262 #undef HAVE_SIGACTION
263
264 /* Define to 1 if you have the `sigaltstack' function. */
265 #undef HAVE_SIGALTSTACK
266
267 /* Define to 1 if you have the <signal.h> header file. */
268 #undef HAVE_SIGNAL_H
269
270 /* Define to 1 if you have the `sigprocmask' function. */
271 #undef HAVE_SIGPROCMASK
272
273 /* Define if sigsetjmp is available. */
274 #undef HAVE_SIGSETJMP
275
276 /* Define to 1 if you have the `socketpair' function. */
277 #undef HAVE_SOCKETPAIR
278
279 /* Define to 1 if the system has the type `socklen_t'. */
280 #undef HAVE_SOCKLEN_T
281
282 /* Define to 1 if you have the <stdint.h> header file. */
283 #undef HAVE_STDINT_H
284
285 /* Define to 1 if you have the <stdlib.h> header file. */
286 #undef HAVE_STDLIB_H
287
288 /* Define to 1 if you have the <strings.h> header file. */
289 #undef HAVE_STRINGS_H
290
291 /* Define to 1 if you have the <string.h> header file. */
292 #undef HAVE_STRING_H
293
294 /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
295 #undef HAVE_STRUCT_PT_INSN_ENABLED
296
297 /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
298 #undef HAVE_STRUCT_PT_INSN_RESYNCED
299
300 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
301 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
302
303 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
304 #undef HAVE_STRUCT_STAT_ST_BLOCKS
305
306 /* Define to 1 if the target supports __sync_*_compare_and_swap */
307 #undef HAVE_SYNC_BUILTINS
308
309 /* Define to 1 if you have the <sys/file.h> header file. */
310 #undef HAVE_SYS_FILE_H
311
312 /* Define to 1 if you have the <sys/ioctl.h> header file. */
313 #undef HAVE_SYS_IOCTL_H
314
315 /* Define to 1 if you have the <sys/param.h> header file. */
316 #undef HAVE_SYS_PARAM_H
317
318 /* Define to 1 if you have the <sys/poll.h> header file. */
319 #undef HAVE_SYS_POLL_H
320
321 /* Define to 1 if you have the <sys/procfs.h> header file. */
322 #undef HAVE_SYS_PROCFS_H
323
324 /* Define to 1 if you have the <sys/ptrace.h> header file. */
325 #undef HAVE_SYS_PTRACE_H
326
327 /* Define to 1 if you have the <sys/reg.h> header file. */
328 #undef HAVE_SYS_REG_H
329
330 /* Define to 1 if you have the <sys/resource.h> header file. */
331 #undef HAVE_SYS_RESOURCE_H
332
333 /* Define to 1 if you have the <sys/select.h> header file. */
334 #undef HAVE_SYS_SELECT_H
335
336 /* Define to 1 if you have the <sys/socket.h> header file. */
337 #undef HAVE_SYS_SOCKET_H
338
339 /* Define to 1 if you have the <sys/stat.h> header file. */
340 #undef HAVE_SYS_STAT_H
341
342 /* Define to 1 if you have the <sys/types.h> header file. */
343 #undef HAVE_SYS_TYPES_H
344
345 /* Define to 1 if you have the <sys/un.h> header file. */
346 #undef HAVE_SYS_UN_H
347
348 /* Define to 1 if you have the <sys/wait.h> header file. */
349 #undef HAVE_SYS_WAIT_H
350
351 /* Define if TD_VERSION is available. */
352 #undef HAVE_TD_VERSION
353
354 /* Define to 1 if you have the <termios.h> header file. */
355 #undef HAVE_TERMIOS_H
356
357 /* Define to 1 if you have the <thread_db.h> header file. */
358 #undef HAVE_THREAD_DB_H
359
360 /* Define to 1 if you have the <unistd.h> header file. */
361 #undef HAVE_UNISTD_H
362
363 /* Define if UST is available */
364 #undef HAVE_UST
365
366 /* Define to 1 if you have the `vfork' function. */
367 #undef HAVE_VFORK
368
369 /* Define to 1 if you have the <vfork.h> header file. */
370 #undef HAVE_VFORK_H
371
372 /* Define to 1 if you have the <wait.h> header file. */
373 #undef HAVE_WAIT_H
374
375 /* Define to 1 if `fork' works. */
376 #undef HAVE_WORKING_FORK
377
378 /* Define to 1 if `vfork' works. */
379 #undef HAVE_WORKING_VFORK
380
381 /* Define to the address where bug reports for this package should be sent. */
382 #undef PACKAGE_BUGREPORT
383
384 /* Define to the full name of this package. */
385 #undef PACKAGE_NAME
386
387 /* Define to the full name and version of this package. */
388 #undef PACKAGE_STRING
389
390 /* Define to the one symbol short name of this package. */
391 #undef PACKAGE_TARNAME
392
393 /* Define to the home page for this package. */
394 #undef PACKAGE_URL
395
396 /* Define to the version of this package. */
397 #undef PACKAGE_VERSION
398
399 /* Additional package description */
400 #undef PKGVERSION
401
402 /* Define to necessary symbol if this constant uses a non-standard name on
403 your system. */
404 #undef PTHREAD_CREATE_JOINABLE
405
406 /* Define to the type of arg 1 for ptrace. */
407 #undef PTRACE_TYPE_ARG1
408
409 /* Define to the type of arg 3 for ptrace. */
410 #undef PTRACE_TYPE_ARG3
411
412 /* Define to the type of arg 4 for ptrace. */
413 #undef PTRACE_TYPE_ARG4
414
415 /* Define to the type of arg 5 for ptrace. */
416 #undef PTRACE_TYPE_ARG5
417
418 /* Define as the return type of ptrace. */
419 #undef PTRACE_TYPE_RET
420
421 /* Bug reporting address */
422 #undef REPORT_BUGS_TO
423
424 /* The size of `long long', as computed by sizeof. */
425 #undef SIZEOF_LONG_LONG
426
427 /* If using the C implementation of alloca, define if you know the
428 direction of stack growth for your system; otherwise it will be
429 automatically deduced at runtime.
430 STACK_DIRECTION > 0 => grows toward higher addresses
431 STACK_DIRECTION < 0 => grows toward lower addresses
432 STACK_DIRECTION = 0 => direction of growth unknown */
433 #undef STACK_DIRECTION
434
435 /* Define to 1 if you have the ANSI C header files. */
436 #undef STDC_HEADERS
437
438 /* Define if we should use libthread_db directly. */
439 #undef USE_LIBTHREAD_DB_DIRECTLY
440
441 /* Enable extensions on AIX 3, Interix. */
442 #ifndef _ALL_SOURCE
443 # undef _ALL_SOURCE
444 #endif
445 /* Enable GNU extensions on systems that have them. */
446 #ifndef _GNU_SOURCE
447 # undef _GNU_SOURCE
448 #endif
449 /* Enable threading extensions on Solaris. */
450 #ifndef _POSIX_PTHREAD_SEMANTICS
451 # undef _POSIX_PTHREAD_SEMANTICS
452 #endif
453 /* Enable extensions on HP NonStop. */
454 #ifndef _TANDEM_SOURCE
455 # undef _TANDEM_SOURCE
456 #endif
457 /* Enable general extensions on Solaris. */
458 #ifndef __EXTENSIONS__
459 # undef __EXTENSIONS__
460 #endif
461
462
463 /* Define if we should use libthread_db. */
464 #undef USE_THREAD_DB
465
466 /* Define if we should use the Windows API, instead of the POSIX API. On
467 Windows, we use the Windows API when building for MinGW, but the POSIX API
468 when building for Cygwin. */
469 #undef USE_WIN32API
470
471 /* Define if an XML target description is available. */
472 #undef USE_XML
473
474 /* Enable large inode numbers on Mac OS X 10.5. */
475 #ifndef _DARWIN_USE_64_BIT_INODE
476 # define _DARWIN_USE_64_BIT_INODE 1
477 #endif
478
479 /* Number of bits in a file offset, on hosts where this is settable. */
480 #undef _FILE_OFFSET_BITS
481
482 /* Define for large files, on AIX-style hosts. */
483 #undef _LARGE_FILES
484
485 /* Define to 1 if on MINIX. */
486 #undef _MINIX
487
488 /* Define to 2 if the system does not provide POSIX.1 features except with
489 this defined. */
490 #undef _POSIX_1_SOURCE
491
492 /* Define to 1 if you need to in order for `stat' and other things to work. */
493 #undef _POSIX_SOURCE
494
495 /* Define to `int' if <sys/types.h> does not define. */
496 #undef pid_t
497
498 /* Define to `unsigned int' if <sys/types.h> does not define. */
499 #undef size_t
500
501 /* Define as `fork' if `vfork' does not work. */
502 #undef vfork
This page took 0.039404 seconds and 4 git commands to generate.