gdb/
[deliverable/binutils-gdb.git] / gdb / gdbserver / config.in
1 /* config.in. Generated from configure.ac by autoheader. */
2
3 /* Define if the compiler is building for multiple architectures of Apple
4 platforms at once. */
5 #undef AA_APPLE_UNIVERSAL_BUILD
6
7 /* Define to the number of bits in type 'ptrdiff_t'. */
8 #undef BITSIZEOF_PTRDIFF_T
9
10 /* Define to the number of bits in type 'sig_atomic_t'. */
11 #undef BITSIZEOF_SIG_ATOMIC_T
12
13 /* Define to the number of bits in type 'size_t'. */
14 #undef BITSIZEOF_SIZE_T
15
16 /* Define to the number of bits in type 'wchar_t'. */
17 #undef BITSIZEOF_WCHAR_T
18
19 /* Define to the number of bits in type 'wint_t'. */
20 #undef BITSIZEOF_WINT_T
21
22 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
23 systems. This function is required for `alloca.c' support on those systems.
24 */
25 #undef CRAY_STACKSEG_END
26
27 /* Define to 1 if using `alloca.c'. */
28 #undef C_ALLOCA
29
30 /* Define to make the limit macros in <stdint.h> visible. */
31 #undef GL_TRIGGER_STDC_LIMIT_MACROS
32
33 /* Define to 1 when the gnulib module memchr should be tested. */
34 #undef GNULIB_TEST_MEMCHR
35
36 /* Define to 1 when the gnulib module memmem should be tested. */
37 #undef GNULIB_TEST_MEMMEM
38
39 /* Define to 1 if you have `alloca', as a function or macro. */
40 #undef HAVE_ALLOCA
41
42 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
43 */
44 #undef HAVE_ALLOCA_H
45
46 /* Define to 1 if you have the <arpa/inet.h> header file. */
47 #undef HAVE_ARPA_INET_H
48
49 /* Define to 1 if you have the <bp-sym.h> header file. */
50 #undef HAVE_BP_SYM_H
51
52 /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
53 you don't. */
54 #undef HAVE_DECL_ADDR_NO_RANDOMIZE
55
56 /* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
57 don't. */
58 #undef HAVE_DECL_IMAXABS
59
60 /* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
61 don't. */
62 #undef HAVE_DECL_IMAXDIV
63
64 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
65 */
66 #undef HAVE_DECL_MEMMEM
67
68 /* Define to 1 if you have the declaration of `perror', and to 0 if you don't.
69 */
70 #undef HAVE_DECL_PERROR
71
72 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
73 don't. */
74 #undef HAVE_DECL_STRERROR
75
76 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
77 don't. */
78 #undef HAVE_DECL_STRTOIMAX
79
80 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
81 don't. */
82 #undef HAVE_DECL_STRTOUMAX
83
84 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
85 don't. */
86 #undef HAVE_DECL_VASPRINTF
87
88 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
89 don't. */
90 #undef HAVE_DECL_VSNPRINTF
91
92 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
93 */
94 #undef HAVE_DIRENT_H
95
96 /* Define to 1 if you have the `dladdr' function. */
97 #undef HAVE_DLADDR
98
99 /* Define to 1 if the system has the type `Elf32_auxv_t'. */
100 #undef HAVE_ELF32_AUXV_T
101
102 /* Define to 1 if the system has the type `Elf64_auxv_t'. */
103 #undef HAVE_ELF64_AUXV_T
104
105 /* Define if <sys/procfs.h> has elf_fpregset_t. */
106 #undef HAVE_ELF_FPREGSET_T
107
108 /* Define if errno is available */
109 #undef HAVE_ERRNO
110
111 /* Define to 1 if you have the <errno.h> header file. */
112 #undef HAVE_ERRNO_H
113
114 /* Define to 1 if you have the <fcntl.h> header file. */
115 #undef HAVE_FCNTL_H
116
117 /* Define to 1 if you have the <inttypes.h> header file. */
118 #undef HAVE_INTTYPES_H
119
120 /* Define to 1 if you have the `dl' library (-ldl). */
121 #undef HAVE_LIBDL
122
123 /* Define to 1 if you have the <linux/elf.h> header file. */
124 #undef HAVE_LINUX_ELF_H
125
126 /* Define if the target supports register sets. */
127 #undef HAVE_LINUX_REGSETS
128
129 /* Define if the target supports PTRACE_PEEKUSR for register access. */
130 #undef HAVE_LINUX_USRREGS
131
132 /* Define to 1 if the system has the type `long long int'. */
133 #undef HAVE_LONG_LONG_INT
134
135 /* Define if <thread_db.h> has lwpid_t. */
136 #undef HAVE_LWPID_T
137
138 /* Define to 1 if you have the <malloc.h> header file. */
139 #undef HAVE_MALLOC_H
140
141 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
142 config.h and <sys/mman.h>. */
143 #undef HAVE_MAP_ANONYMOUS
144
145 /* Define to 1 if you have the `memchr' function. */
146 #undef HAVE_MEMCHR
147
148 /* Define to 1 if you have the `memmem' function. */
149 #undef HAVE_MEMMEM
150
151 /* Define to 1 if you have the <memory.h> header file. */
152 #undef HAVE_MEMORY_H
153
154 /* Define to 1 if you have the `mprotect' function. */
155 #undef HAVE_MPROTECT
156
157 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
158 #undef HAVE_NDIR_H
159
160 /* Define to 1 if you have the <netdb.h> header file. */
161 #undef HAVE_NETDB_H
162
163 /* Define to 1 if you have the <netinet/in.h> header file. */
164 #undef HAVE_NETINET_IN_H
165
166 /* Define to 1 if you have the <netinet/tcp.h> header file. */
167 #undef HAVE_NETINET_TCP_H
168
169 /* Define if you support the personality syscall. */
170 #undef HAVE_PERSONALITY
171
172 /* Define to 1 if you have the `pread' function. */
173 #undef HAVE_PREAD
174
175 /* Define to 1 if you have the `pread64' function. */
176 #undef HAVE_PREAD64
177
178 /* Define if <sys/procfs.h> has prgregset_t. */
179 #undef HAVE_PRGREGSET_T
180
181 /* Define to 1 if you have the <proc_service.h> header file. */
182 #undef HAVE_PROC_SERVICE_H
183
184 /* Define if <thread_db.h> has psaddr_t. */
185 #undef HAVE_PSADDR_T
186
187 /* Define if the target supports PTRACE_GETFPXREGS for extended register
188 access. */
189 #undef HAVE_PTRACE_GETFPXREGS
190
191 /* Define if the target supports PTRACE_GETREGS for register access. */
192 #undef HAVE_PTRACE_GETREGS
193
194 /* Define to 1 if you have the `pwrite' function. */
195 #undef HAVE_PWRITE
196
197 /* Define to 1 if btowc is declared even after undefining macros. */
198 #undef HAVE_RAW_DECL_BTOWC
199
200 /* Define to 1 if imaxabs is declared even after undefining macros. */
201 #undef HAVE_RAW_DECL_IMAXABS
202
203 /* Define to 1 if imaxdiv is declared even after undefining macros. */
204 #undef HAVE_RAW_DECL_IMAXDIV
205
206 /* Define to 1 if mbrlen is declared even after undefining macros. */
207 #undef HAVE_RAW_DECL_MBRLEN
208
209 /* Define to 1 if mbrtowc is declared even after undefining macros. */
210 #undef HAVE_RAW_DECL_MBRTOWC
211
212 /* Define to 1 if mbsinit is declared even after undefining macros. */
213 #undef HAVE_RAW_DECL_MBSINIT
214
215 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
216 #undef HAVE_RAW_DECL_MBSNRTOWCS
217
218 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
219 #undef HAVE_RAW_DECL_MBSRTOWCS
220
221 /* Define to 1 if memmem is declared even after undefining macros. */
222 #undef HAVE_RAW_DECL_MEMMEM
223
224 /* Define to 1 if mempcpy is declared even after undefining macros. */
225 #undef HAVE_RAW_DECL_MEMPCPY
226
227 /* Define to 1 if memrchr is declared even after undefining macros. */
228 #undef HAVE_RAW_DECL_MEMRCHR
229
230 /* Define to 1 if rawmemchr is declared even after undefining macros. */
231 #undef HAVE_RAW_DECL_RAWMEMCHR
232
233 /* Define to 1 if stpcpy is declared even after undefining macros. */
234 #undef HAVE_RAW_DECL_STPCPY
235
236 /* Define to 1 if stpncpy is declared even after undefining macros. */
237 #undef HAVE_RAW_DECL_STPNCPY
238
239 /* Define to 1 if strcasestr is declared even after undefining macros. */
240 #undef HAVE_RAW_DECL_STRCASESTR
241
242 /* Define to 1 if strchrnul is declared even after undefining macros. */
243 #undef HAVE_RAW_DECL_STRCHRNUL
244
245 /* Define to 1 if strdup is declared even after undefining macros. */
246 #undef HAVE_RAW_DECL_STRDUP
247
248 /* Define to 1 if strncat is declared even after undefining macros. */
249 #undef HAVE_RAW_DECL_STRNCAT
250
251 /* Define to 1 if strndup is declared even after undefining macros. */
252 #undef HAVE_RAW_DECL_STRNDUP
253
254 /* Define to 1 if strnlen is declared even after undefining macros. */
255 #undef HAVE_RAW_DECL_STRNLEN
256
257 /* Define to 1 if strpbrk is declared even after undefining macros. */
258 #undef HAVE_RAW_DECL_STRPBRK
259
260 /* Define to 1 if strsep is declared even after undefining macros. */
261 #undef HAVE_RAW_DECL_STRSEP
262
263 /* Define to 1 if strsignal is declared even after undefining macros. */
264 #undef HAVE_RAW_DECL_STRSIGNAL
265
266 /* Define to 1 if strtoimax is declared even after undefining macros. */
267 #undef HAVE_RAW_DECL_STRTOIMAX
268
269 /* Define to 1 if strtok_r is declared even after undefining macros. */
270 #undef HAVE_RAW_DECL_STRTOK_R
271
272 /* Define to 1 if strtoumax is declared even after undefining macros. */
273 #undef HAVE_RAW_DECL_STRTOUMAX
274
275 /* Define to 1 if strverscmp is declared even after undefining macros. */
276 #undef HAVE_RAW_DECL_STRVERSCMP
277
278 /* Define to 1 if wcrtomb is declared even after undefining macros. */
279 #undef HAVE_RAW_DECL_WCRTOMB
280
281 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
282 #undef HAVE_RAW_DECL_WCSNRTOMBS
283
284 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
285 #undef HAVE_RAW_DECL_WCSRTOMBS
286
287 /* Define to 1 if wctob is declared even after undefining macros. */
288 #undef HAVE_RAW_DECL_WCTOB
289
290 /* Define to 1 if wcwidth is declared even after undefining macros. */
291 #undef HAVE_RAW_DECL_WCWIDTH
292
293 /* Define to 1 if you have the `readlink' function. */
294 #undef HAVE_READLINK
295
296 /* Define to 1 if you have the <sgtty.h> header file. */
297 #undef HAVE_SGTTY_H
298
299 /* Define to 1 if you have the <signal.h> header file. */
300 #undef HAVE_SIGNAL_H
301
302 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
303 #undef HAVE_SIGNED_SIG_ATOMIC_T
304
305 /* Define to 1 if 'wchar_t' is a signed integer type. */
306 #undef HAVE_SIGNED_WCHAR_T
307
308 /* Define to 1 if 'wint_t' is a signed integer type. */
309 #undef HAVE_SIGNED_WINT_T
310
311 /* Define to 1 if the system has the type `socklen_t'. */
312 #undef HAVE_SOCKLEN_T
313
314 /* Define to 1 if you have the <stddef.h> header file. */
315 #undef HAVE_STDDEF_H
316
317 /* Define to 1 if you have the <stdint.h> header file. */
318 #undef HAVE_STDINT_H
319
320 /* Define to 1 if you have the <stdlib.h> header file. */
321 #undef HAVE_STDLIB_H
322
323 /* Define to 1 if you have the <strings.h> header file. */
324 #undef HAVE_STRINGS_H
325
326 /* Define to 1 if you have the <string.h> header file. */
327 #undef HAVE_STRING_H
328
329 /* Define to 1 if the target supports __sync_*_compare_and_swap */
330 #undef HAVE_SYNC_BUILTINS
331
332 /* Define to 1 if you have the <sys/bitypes.h> header file. */
333 #undef HAVE_SYS_BITYPES_H
334
335 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
336 */
337 #undef HAVE_SYS_DIR_H
338
339 /* Define to 1 if you have the <sys/file.h> header file. */
340 #undef HAVE_SYS_FILE_H
341
342 /* Define to 1 if you have the <sys/inttypes.h> header file. */
343 #undef HAVE_SYS_INTTYPES_H
344
345 /* Define to 1 if you have the <sys/ioctl.h> header file. */
346 #undef HAVE_SYS_IOCTL_H
347
348 /* Define to 1 if you have the <sys/mman.h> header file. */
349 #undef HAVE_SYS_MMAN_H
350
351 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
352 */
353 #undef HAVE_SYS_NDIR_H
354
355 /* Define to 1 if you have the <sys/procfs.h> header file. */
356 #undef HAVE_SYS_PROCFS_H
357
358 /* Define to 1 if you have the <sys/reg.h> header file. */
359 #undef HAVE_SYS_REG_H
360
361 /* Define to 1 if you have the <sys/socket.h> header file. */
362 #undef HAVE_SYS_SOCKET_H
363
364 /* Define to 1 if you have the <sys/stat.h> header file. */
365 #undef HAVE_SYS_STAT_H
366
367 /* Define to 1 if you have the <sys/types.h> header file. */
368 #undef HAVE_SYS_TYPES_H
369
370 /* Define to 1 if you have the <sys/un.h> header file. */
371 #undef HAVE_SYS_UN_H
372
373 /* Define to 1 if you have the <sys/wait.h> header file. */
374 #undef HAVE_SYS_WAIT_H
375
376 /* Define if TD_VERSION is available. */
377 #undef HAVE_TD_VERSION
378
379 /* Define to 1 if you have the <termios.h> header file. */
380 #undef HAVE_TERMIOS_H
381
382 /* Define to 1 if you have the <termio.h> header file. */
383 #undef HAVE_TERMIO_H
384
385 /* Define to 1 if you have the <thread_db.h> header file. */
386 #undef HAVE_THREAD_DB_H
387
388 /* Define to 1 if you have the <unistd.h> header file. */
389 #undef HAVE_UNISTD_H
390
391 /* Define to 1 if the system has the type `unsigned long long int'. */
392 #undef HAVE_UNSIGNED_LONG_LONG_INT
393
394 /* Define if UST is available */
395 #undef HAVE_UST
396
397 /* Define to 1 if you have the `vasprintf' function. */
398 #undef HAVE_VASPRINTF
399
400 /* Define to 1 if you have the `vsnprintf' function. */
401 #undef HAVE_VSNPRINTF
402
403 /* Define to 1 if you have the <wchar.h> header file. */
404 #undef HAVE_WCHAR_H
405
406 /* Define if you have the 'wchar_t' type. */
407 #undef HAVE_WCHAR_T
408
409 /* Define if you have the 'wint_t' type. */
410 #undef HAVE_WINT_T
411
412 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
413 #undef MAP_ANONYMOUS
414
415 /* Checking if errno must be defined */
416 #undef MUST_DEFINE_ERRNO
417
418 /* Define to the address where bug reports for this package should be sent. */
419 #undef PACKAGE_BUGREPORT
420
421 /* Define to the full name of this package. */
422 #undef PACKAGE_NAME
423
424 /* Define to the full name and version of this package. */
425 #undef PACKAGE_STRING
426
427 /* Define to the one symbol short name of this package. */
428 #undef PACKAGE_TARNAME
429
430 /* Define to the home page for this package. */
431 #undef PACKAGE_URL
432
433 /* Define to the version of this package. */
434 #undef PACKAGE_VERSION
435
436 /* Additional package description */
437 #undef PKGVERSION
438
439 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
440 #undef PRI_MACROS_BROKEN
441
442 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
443 'ptrdiff_t'. */
444 #undef PTRDIFF_T_SUFFIX
445
446 /* Bug reporting address */
447 #undef REPORT_BUGS_TO
448
449 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
450 'sig_atomic_t'. */
451 #undef SIG_ATOMIC_T_SUFFIX
452
453 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
454 'size_t'. */
455 #undef SIZE_T_SUFFIX
456
457 /* If using the C implementation of alloca, define if you know the
458 direction of stack growth for your system; otherwise it will be
459 automatically deduced at runtime.
460 STACK_DIRECTION > 0 => grows toward higher addresses
461 STACK_DIRECTION < 0 => grows toward lower addresses
462 STACK_DIRECTION = 0 => direction of growth unknown */
463 #undef STACK_DIRECTION
464
465 /* Define to 1 if you have the ANSI C header files. */
466 #undef STDC_HEADERS
467
468 /* Define if we should use libthread_db directly. */
469 #undef USE_LIBTHREAD_DB_DIRECTLY
470
471 /* Define if we should use the Windows API, instead of the POSIX API. On
472 Windows, we use the Windows API when building for MinGW, but the POSIX API
473 when building for Cygwin. */
474 #undef USE_WIN32API
475
476 /* Define if an XML target description is available. */
477 #undef USE_XML
478
479 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
480 'wchar_t'. */
481 #undef WCHAR_T_SUFFIX
482
483 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
484 'wint_t'. */
485 #undef WINT_T_SUFFIX
486
487 /* Define to 1 if on MINIX. */
488 #undef _MINIX
489
490 /* Define to 2 if the system does not provide POSIX.1 features except with
491 this defined. */
492 #undef _POSIX_1_SOURCE
493
494 /* Define to 1 if you need to in order for `stat' and other things to work. */
495 #undef _POSIX_SOURCE
496
497 /* Define to 500 only on HP-UX. */
498 #undef _XOPEN_SOURCE
499
500 /* Enable extensions on AIX 3, Interix. */
501 #ifndef _ALL_SOURCE
502 # undef _ALL_SOURCE
503 #endif
504 /* Enable GNU extensions on systems that have them. */
505 #ifndef _GNU_SOURCE
506 # undef _GNU_SOURCE
507 #endif
508 /* Enable threading extensions on Solaris. */
509 #ifndef _POSIX_PTHREAD_SEMANTICS
510 # undef _POSIX_PTHREAD_SEMANTICS
511 #endif
512 /* Enable extensions on HP NonStop. */
513 #ifndef _TANDEM_SOURCE
514 # undef _TANDEM_SOURCE
515 #endif
516 /* Enable general extensions on Solaris. */
517 #ifndef __EXTENSIONS__
518 # undef __EXTENSIONS__
519 #endif
520
521
522 /* Ensure that <stdint.h> defines the limit macros, since gnulib's
523 <inttypes.h> relies on them. */
524 #if defined __cplusplus && !defined __STDC_LIMIT_MACROS && GL_TRIGGER_STDC_LIMIT_MACROS
525 # define __STDC_LIMIT_MACROS 1
526 #endif
527
528
529 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
530 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
531 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
532 __APPLE__ && __MACH__ test for MacOS X.
533 __APPLE_CC__ tests for the Apple compiler and its version.
534 __STDC_VERSION__ tests for the C99 mode. */
535 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
536 # define __GNUC_STDC_INLINE__ 1
537 #endif
538
539 /* Define to the equivalent of the C99 'restrict' keyword, or to
540 nothing if this is not supported. Do not define if restrict is
541 supported directly. */
542 #undef restrict
543 /* Work around a bug in Sun C++: it does not support _Restrict or
544 __restrict__, even though the corresponding Sun C compiler ends up with
545 "#define restrict _Restrict" or "#define restrict __restrict__" in the
546 previous line. Perhaps some future version of Sun C++ will work with
547 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
548 #if defined __SUNPRO_CC && !defined __RESTRICT
549 # define _Restrict
550 # define __restrict__
551 #endif
552
553 /* Define as a marker that can be attached to declarations that might not
554 be used. This helps to reduce warnings, such as from
555 GCC -Wunused-parameter. */
556 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
557 # define _GL_UNUSED __attribute__ ((__unused__))
558 #else
559 # define _GL_UNUSED
560 #endif
561 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
562 is a misnomer outside of parameter lists. */
563 #define _UNUSED_PARAMETER_ _GL_UNUSED
564
This page took 0.041774 seconds and 4 git commands to generate.