gdb: Import AX_CXX_COMPILE_STDCXX from the GNU Autoconf Archive
[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
07697489
PA
25/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
26 don't. */
27#undef HAVE_DECL_ASPRINTF
28
29/* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
30 you don't. */
31#undef HAVE_DECL_BASENAME
32
33/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
34#undef HAVE_DECL_FFS
35
68070c10
PA
36/* Define to 1 if you have the declaration of `perror', and to 0 if you don't.
37 */
38#undef HAVE_DECL_PERROR
39
eb7aa561
PA
40/* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
41 */
42#undef HAVE_DECL_PTRACE
43
07697489
PA
44/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
45 don't. */
46#undef HAVE_DECL_SNPRINTF
47
e122f1f5
SE
48/* Define to 1 if you have the declaration of `strerror', and to 0 if you
49 don't. */
50#undef HAVE_DECL_STRERROR
51
e6712ff1
DE
52/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
53 */
54#undef HAVE_DECL_STRSTR
55
07697489
PA
56/* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
57 */
58#undef HAVE_DECL_STRTOL
59
60/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
61 don't. */
62#undef HAVE_DECL_STRTOLL
63
64/* Define to 1 if you have the declaration of `strtoul', and to 0 if you
65 don't. */
66#undef HAVE_DECL_STRTOUL
67
68/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
69 don't. */
70#undef HAVE_DECL_STRTOULL
71
72/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
73 don't. */
74#undef HAVE_DECL_STRVERSCMP
75
bb0116a4
JB
76/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
77 don't. */
78#undef HAVE_DECL_VASPRINTF
79
80/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
81 don't. */
82#undef HAVE_DECL_VSNPRINTF
83
10e86dd7
DE
84/* Define to 1 if you have the `dladdr' function. */
85#undef HAVE_DLADDR
86
8365dcf5
TJB
87/* Define to 1 if the system has the type `Elf32_auxv_t'. */
88#undef HAVE_ELF32_AUXV_T
89
90/* Define to 1 if the system has the type `Elf64_auxv_t'. */
91#undef HAVE_ELF64_AUXV_T
92
f450004a
DJ
93/* Define if <sys/procfs.h> has elf_fpregset_t. */
94#undef HAVE_ELF_FPREGSET_T
84563040 95
68070c10
PA
96/* Define to 1 if you have the <fcntl.h> header file. */
97#undef HAVE_FCNTL_H
98
614c279d
TT
99/* Define to 1 if you have the `fdwalk' function. */
100#undef HAVE_FDWALK
101
eb0edac8
GB
102/* Define to 1 if you have the `fork' function. */
103#undef HAVE_FORK
104
cdf43629
YQ
105/* Define to 1 if you have the `getauxval' function. */
106#undef HAVE_GETAUXVAL
107
3266f10b
TT
108/* Define to 1 if you have the `getrlimit' function. */
109#undef HAVE_GETRLIMIT
110
f450004a
DJ
111/* Define to 1 if you have the <inttypes.h> header file. */
112#undef HAVE_INTTYPES_H
113
3266f10b
TT
114/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
115#undef HAVE_LANGINFO_CODESET
116
f434ba03
PA
117/* Define to 1 if you have the `dl' library (-ldl). */
118#undef HAVE_LIBDL
119
32940073
PA
120/* Define to 1 if you have the `mcheck' library (-lmcheck). */
121#undef HAVE_LIBMCHECK
122
9accd112
MM
123/* Define if the target supports branch tracing. */
124#undef HAVE_LINUX_BTRACE
125
f450004a
DJ
126/* Define to 1 if you have the <linux/elf.h> header file. */
127#undef HAVE_LINUX_ELF_H
58caa3dc 128
945bf713
MM
129/* Define to 1 if you have the <linux/perf_event.h> header file. */
130#undef HAVE_LINUX_PERF_EVENT_H
131
e9d25b98 132/* Define if the target supports register sets. */
58caa3dc
DJ
133#undef HAVE_LINUX_REGSETS
134
f450004a
DJ
135/* Define if the target supports PTRACE_PEEKUSR for register access. */
136#undef HAVE_LINUX_USRREGS
58caa3dc 137
3266f10b
TT
138/* Define to 1 if you have the <locale.h> header file. */
139#undef HAVE_LOCALE_H
140
07697489
PA
141/* Define to 1 if the system has the type `long long'. */
142#undef HAVE_LONG_LONG
143
18f5fd81 144/* Define if <thread_db.h> has lwpid_t. */
f450004a 145#undef HAVE_LWPID_T
0d62e5e8 146
f450004a
DJ
147/* Define to 1 if you have the <memory.h> header file. */
148#undef HAVE_MEMORY_H
149
b80864fb
DJ
150/* Define to 1 if you have the <netdb.h> header file. */
151#undef HAVE_NETDB_H
152
153/* Define to 1 if you have the <netinet/in.h> header file. */
154#undef HAVE_NETINET_IN_H
155
156/* Define to 1 if you have the <netinet/tcp.h> header file. */
157#undef HAVE_NETINET_TCP_H
158
03583c20
UW
159/* Define if you support the personality syscall. */
160#undef HAVE_PERSONALITY
161
3266f10b
TT
162/* Define to 1 if you have the `pipe' function. */
163#undef HAVE_PIPE
164
614c279d
TT
165/* Define to 1 if you have the `pipe2' function. */
166#undef HAVE_PIPE2
167
4e799345
DJ
168/* Define to 1 if you have the `pread' function. */
169#undef HAVE_PREAD
170
fd462a61
DJ
171/* Define to 1 if you have the `pread64' function. */
172#undef HAVE_PREAD64
173
1041a03c
JB
174/* Define if <sys/procfs.h> has prfpregset_t. */
175#undef HAVE_PRFPREGSET_T
176
f450004a
DJ
177/* Define if <sys/procfs.h> has prgregset_t. */
178#undef HAVE_PRGREGSET_T
179
180/* Define to 1 if you have the <proc_service.h> header file. */
0d62e5e8
DJ
181#undef HAVE_PROC_SERVICE_H
182
18f5fd81 183/* Define if <thread_db.h> has psaddr_t. */
f450004a
DJ
184#undef HAVE_PSADDR_T
185
186/* Define if the target supports PTRACE_GETFPXREGS for extended register
187 access. */
188#undef HAVE_PTRACE_GETFPXREGS
189
e9d25b98
DJ
190/* Define if the target supports PTRACE_GETREGS for register access. */
191#undef HAVE_PTRACE_GETREGS
192
eb7aa561
PA
193/* Define to 1 if you have the <ptrace.h> header file. */
194#undef HAVE_PTRACE_H
195
4e799345
DJ
196/* Define to 1 if you have the `pwrite' function. */
197#undef HAVE_PWRITE
198
4b8b5e72
GB
199/* Define to 1 if you have the `setns' function. */
200#undef HAVE_SETNS
201
f450004a 202/* Define to 1 if you have the <sgtty.h> header file. */
84563040
DJ
203#undef HAVE_SGTTY_H
204
f348d89a
PA
205/* Define to 1 if you have the `sigaction' function. */
206#undef HAVE_SIGACTION
207
68070c10
PA
208/* Define to 1 if you have the <signal.h> header file. */
209#undef HAVE_SIGNAL_H
210
e9bcb658
GB
211/* Define if sigsetjmp is available. */
212#undef HAVE_SIGSETJMP
213
3266f10b
TT
214/* Define to 1 if you have the `socketpair' function. */
215#undef HAVE_SOCKETPAIR
216
ccbd4912 217/* Define to 1 if the system has the type `socklen_t'. */
f450004a
DJ
218#undef HAVE_SOCKLEN_T
219
220/* Define to 1 if you have the <stdint.h> header file. */
221#undef HAVE_STDINT_H
222
223/* Define to 1 if you have the <stdlib.h> header file. */
94e10508
DJ
224#undef HAVE_STDLIB_H
225
f450004a
DJ
226/* Define to 1 if you have the <strings.h> header file. */
227#undef HAVE_STRINGS_H
228
229/* Define to 1 if you have the <string.h> header file. */
0729219d
DJ
230#undef HAVE_STRING_H
231
791c0056
GB
232/* Define to 1 if `struct stat' is a member of `st_blksize'. */
233#undef HAVE_STRUCT_STAT_ST_BLKSIZE
234
235/* Define to 1 if `struct stat' is a member of `st_blocks'. */
236#undef HAVE_STRUCT_STAT_ST_BLOCKS
237
fa593d66
PA
238/* Define to 1 if the target supports __sync_*_compare_and_swap */
239#undef HAVE_SYNC_BUILTINS
240
68070c10
PA
241/* Define to 1 if you have the <sys/file.h> header file. */
242#undef HAVE_SYS_FILE_H
243
b80864fb
DJ
244/* Define to 1 if you have the <sys/ioctl.h> header file. */
245#undef HAVE_SYS_IOCTL_H
246
f450004a 247/* Define to 1 if you have the <sys/procfs.h> header file. */
0d62e5e8
DJ
248#undef HAVE_SYS_PROCFS_H
249
eb7aa561
PA
250/* Define to 1 if you have the <sys/ptrace.h> header file. */
251#undef HAVE_SYS_PTRACE_H
252
f450004a 253/* Define to 1 if you have the <sys/reg.h> header file. */
84563040
DJ
254#undef HAVE_SYS_REG_H
255
3266f10b
TT
256/* Define to 1 if you have the <sys/resource.h> header file. */
257#undef HAVE_SYS_RESOURCE_H
258
b80864fb
DJ
259/* Define to 1 if you have the <sys/socket.h> header file. */
260#undef HAVE_SYS_SOCKET_H
261
f450004a
DJ
262/* Define to 1 if you have the <sys/stat.h> header file. */
263#undef HAVE_SYS_STAT_H
264
5b4e221c
MF
265/* Define to 1 if you have the <sys/syscall.h> header file. */
266#undef HAVE_SYS_SYSCALL_H
267
f450004a
DJ
268/* Define to 1 if you have the <sys/types.h> header file. */
269#undef HAVE_SYS_TYPES_H
84563040 270
2fa291ac
YQ
271/* Define to 1 if you have the <sys/un.h> header file. */
272#undef HAVE_SYS_UN_H
273
b80864fb
DJ
274/* Define to 1 if you have the <sys/wait.h> header file. */
275#undef HAVE_SYS_WAIT_H
276
3db0444b
DJ
277/* Define if TD_VERSION is available. */
278#undef HAVE_TD_VERSION
279
f450004a 280/* Define to 1 if you have the <termios.h> header file. */
84563040 281#undef HAVE_TERMIOS_H
0d62e5e8 282
f450004a
DJ
283/* Define to 1 if you have the <termio.h> header file. */
284#undef HAVE_TERMIO_H
285
286/* Define to 1 if you have the <thread_db.h> header file. */
0d62e5e8
DJ
287#undef HAVE_THREAD_DB_H
288
f450004a 289/* Define to 1 if you have the <unistd.h> header file. */
18ff0538
KB
290#undef HAVE_UNISTD_H
291
0fb4aa4b
PA
292/* Define if UST is available */
293#undef HAVE_UST
294
eb0edac8
GB
295/* Define to 1 if you have the `vfork' function. */
296#undef HAVE_VFORK
297
298/* Define to 1 if you have the <vfork.h> header file. */
299#undef HAVE_VFORK_H
300
8bdce1ff
PM
301/* Define to 1 if you have the <wait.h> header file. */
302#undef HAVE_WAIT_H
303
eb0edac8
GB
304/* Define to 1 if `fork' works. */
305#undef HAVE_WORKING_FORK
306
307/* Define to 1 if `vfork' works. */
308#undef HAVE_WORKING_VFORK
309
f450004a
DJ
310/* Define to the address where bug reports for this package should be sent. */
311#undef PACKAGE_BUGREPORT
0d62e5e8 312
f450004a
DJ
313/* Define to the full name of this package. */
314#undef PACKAGE_NAME
0d62e5e8 315
f450004a
DJ
316/* Define to the full name and version of this package. */
317#undef PACKAGE_STRING
0d62e5e8 318
f450004a
DJ
319/* Define to the one symbol short name of this package. */
320#undef PACKAGE_TARNAME
0d62e5e8 321
81ecdfbb
RW
322/* Define to the home page for this package. */
323#undef PACKAGE_URL
324
f450004a
DJ
325/* Define to the version of this package. */
326#undef PACKAGE_VERSION
0d62e5e8 327
c16158bc
JM
328/* Additional package description */
329#undef PKGVERSION
330
54019719
PA
331/* Define to the type of arg 1 for ptrace. */
332#undef PTRACE_TYPE_ARG1
333
eb7aa561
PA
334/* Define to the type of arg 3 for ptrace. */
335#undef PTRACE_TYPE_ARG3
336
337/* Define to the type of arg 4 for ptrace. */
338#undef PTRACE_TYPE_ARG4
339
340/* Define to the type of arg 5 for ptrace. */
341#undef PTRACE_TYPE_ARG5
342
343/* Define as the return type of ptrace. */
344#undef PTRACE_TYPE_RET
345
c16158bc
JM
346/* Bug reporting address */
347#undef REPORT_BUGS_TO
348
07697489
PA
349/* The size of `long long', as computed by sizeof. */
350#undef SIZEOF_LONG_LONG
351
a1723c35 352/* If using the C implementation of alloca, define if you know the
353 direction of stack growth for your system; otherwise it will be
354 automatically deduced at runtime.
355 STACK_DIRECTION > 0 => grows toward higher addresses
356 STACK_DIRECTION < 0 => grows toward lower addresses
357 STACK_DIRECTION = 0 => direction of growth unknown */
358#undef STACK_DIRECTION
359
f450004a
DJ
360/* Define to 1 if you have the ANSI C header files. */
361#undef STDC_HEADERS
b80864fb 362
96f15937
PP
363/* Define if we should use libthread_db directly. */
364#undef USE_LIBTHREAD_DB_DIRECTLY
365
81ecdfbb
RW
366/* Enable extensions on AIX 3, Interix. */
367#ifndef _ALL_SOURCE
368# undef _ALL_SOURCE
369#endif
370/* Enable GNU extensions on systems that have them. */
371#ifndef _GNU_SOURCE
372# undef _GNU_SOURCE
373#endif
374/* Enable threading extensions on Solaris. */
375#ifndef _POSIX_PTHREAD_SEMANTICS
376# undef _POSIX_PTHREAD_SEMANTICS
377#endif
378/* Enable extensions on HP NonStop. */
379#ifndef _TANDEM_SOURCE
380# undef _TANDEM_SOURCE
381#endif
382/* Enable general extensions on Solaris. */
383#ifndef __EXTENSIONS__
384# undef __EXTENSIONS__
385#endif
386
387
7d4e5717
PA
388/* Define if we should use libthread_db. */
389#undef USE_THREAD_DB
390
c971b7fa
PA
391/* Define if we should use the Windows API, instead of the POSIX API. On
392 Windows, we use the Windows API when building for MinGW, but the POSIX API
393 when building for Cygwin. */
394#undef USE_WIN32API
55a8c076 395
c971b7fa
PA
396/* Define if an XML target description is available. */
397#undef USE_XML
fd462a61 398
589bc927
TT
399/* Number of bits in a file offset, on hosts where this is settable. */
400#undef _FILE_OFFSET_BITS
401
402/* Define for large files, on AIX-style hosts. */
403#undef _LARGE_FILES
404
c971b7fa
PA
405/* Define to 1 if on MINIX. */
406#undef _MINIX
81ecdfbb 407
c971b7fa
PA
408/* Define to 2 if the system does not provide POSIX.1 features except with
409 this defined. */
410#undef _POSIX_1_SOURCE
81ecdfbb 411
c971b7fa
PA
412/* Define to 1 if you need to in order for `stat' and other things to work. */
413#undef _POSIX_SOURCE
eb0edac8
GB
414
415/* Define to `int' if <sys/types.h> does not define. */
416#undef pid_t
417
418/* Define as `fork' if `vfork' does not work. */
419#undef vfork
This page took 1.118817 seconds and 4 git commands to generate.