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