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