2012-04-18 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / config.in
1 /* config.in. Generated from configure.ac by autoheader. */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Directory of programs. */
7 #undef BINDIR
8
9 /* Define to the number of bits in type 'ptrdiff_t'. */
10 #undef BITSIZEOF_PTRDIFF_T
11
12 /* Define to the number of bits in type 'sig_atomic_t'. */
13 #undef BITSIZEOF_SIG_ATOMIC_T
14
15 /* Define to the number of bits in type 'size_t'. */
16 #undef BITSIZEOF_SIZE_T
17
18 /* Define to the number of bits in type 'wchar_t'. */
19 #undef BITSIZEOF_WCHAR_T
20
21 /* Define to the number of bits in type 'wint_t'. */
22 #undef BITSIZEOF_WINT_T
23
24 /* Define to 1 if the compiler supports long long. */
25 #undef CC_HAS_LONG_LONG
26
27 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
28 systems. This function is required for `alloca.c' support on those systems.
29 */
30 #undef CRAY_STACKSEG_END
31
32 /* Define to 1 if using `alloca.c'. */
33 #undef C_ALLOCA
34
35 /* look for global separate debug info in this path [LIBDIR/debug] */
36 #undef DEBUGDIR
37
38 /* Define if the separate-debug-dir directory should be relocated when GDB is
39 moved. */
40 #undef DEBUGDIR_RELOCATABLE
41
42 /* Directories safe to hold auto-loaded files. */
43 #undef DEFAULT_AUTO_LOAD_SAFE_PATH
44
45 /* Define to BFD's default architecture. */
46 #undef DEFAULT_BFD_ARCH
47
48 /* Define to BFD's default target vector. */
49 #undef DEFAULT_BFD_VEC
50
51 /* Define to 1 if translation of program messages to the user's native
52 language is requested. */
53 #undef ENABLE_NLS
54
55 /* look for global separate data files in this path [DATADIR/gdb] */
56 #undef GDB_DATADIR
57
58 /* Define if the gdb-datadir directory should be relocated when GDB is moved.
59 */
60 #undef GDB_DATADIR_RELOCATABLE
61
62 /* Define to be a string naming the default host character set. */
63 #undef GDB_DEFAULT_HOST_CHARSET
64
65 /* Host double floatformat */
66 #undef GDB_HOST_DOUBLE_FORMAT
67
68 /* Host float floatformat */
69 #undef GDB_HOST_FLOAT_FORMAT
70
71 /* Host long double floatformat */
72 #undef GDB_HOST_LONG_DOUBLE_FORMAT
73
74 /* nativefile */
75 #undef GDB_NM_FILE
76
77 /* Define to the default OS ABI for this configuration. */
78 #undef GDB_OSABI_DEFAULT
79
80 /* Define to 1 when the gnulib module memchr should be tested. */
81 #undef GNULIB_TEST_MEMCHR
82
83 /* Define to 1 when the gnulib module memmem should be tested. */
84 #undef GNULIB_TEST_MEMMEM
85
86 /* Define to 1 if you have `alloca', as a function or macro. */
87 #undef HAVE_ALLOCA
88
89 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
90 */
91 #undef HAVE_ALLOCA_H
92
93 /* Define to 1 if you have the <bp-sym.h> header file. */
94 #undef HAVE_BP_SYM_H
95
96 /* Define to 1 if you have the `btowc' function. */
97 #undef HAVE_BTOWC
98
99 /* Define to 1 if you have the `canonicalize_file_name' function. */
100 #undef HAVE_CANONICALIZE_FILE_NAME
101
102 /* Define to 1 if you have the <ctype.h> header file. */
103 #undef HAVE_CTYPE_H
104
105 /* Define to 1 if you have the <cursesX.h> header file. */
106 #undef HAVE_CURSESX_H
107
108 /* Define to 1 if you have the <curses.h> header file. */
109 #undef HAVE_CURSES_H
110
111 /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
112 you don't. */
113 #undef HAVE_DECL_ADDR_NO_RANDOMIZE
114
115 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
116 */
117 #undef HAVE_DECL_FREE
118
119 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
120 */
121 #undef HAVE_DECL_GETOPT
122
123 /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
124 don't. */
125 #undef HAVE_DECL_GETTHRDS
126
127 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
128 */
129 #undef HAVE_DECL_MALLOC
130
131 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
132 */
133 #undef HAVE_DECL_MEMMEM
134
135 /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
136 */
137 #undef HAVE_DECL_PTRACE
138
139 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
140 don't. */
141 #undef HAVE_DECL_REALLOC
142
143 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
144 don't. */
145 #undef HAVE_DECL_SNPRINTF
146
147 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
148 don't. */
149 #undef HAVE_DECL_STRERROR
150
151 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
152 */
153 #undef HAVE_DECL_STRSTR
154
155 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
156 don't. */
157 #undef HAVE_DECL_VSNPRINTF
158
159 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
160 */
161 #undef HAVE_DIRENT_H
162
163 /* Define to 1 if you have the <dlfcn.h> header file. */
164 #undef HAVE_DLFCN_H
165
166 /* Define if ELF support should be included. */
167 #undef HAVE_ELF
168
169 /* Define to 1 if you have the <elf_hp.h> header file. */
170 #undef HAVE_ELF_HP_H
171
172 /* Define to 1 if your system has the etext variable. */
173 #undef HAVE_ETEXT
174
175 /* Define to 1 if you have the `fork' function. */
176 #undef HAVE_FORK
177
178 /* Define if <sys/procfs.h> has fpregset_t. */
179 #undef HAVE_FPREGSET_T
180
181 /* Define to 1 if you have the `getgid' function. */
182 #undef HAVE_GETGID
183
184 /* Define to 1 if you have the `getpagesize' function. */
185 #undef HAVE_GETPAGESIZE
186
187 /* Define to 1 if you have the `getrlimit' function. */
188 #undef HAVE_GETRLIMIT
189
190 /* Define to 1 if you have the `getrusage' function. */
191 #undef HAVE_GETRUSAGE
192
193 /* Define to 1 if you have the `getuid' function. */
194 #undef HAVE_GETUID
195
196 /* Define to 1 if you have the <gnu/libc-version.h> header file. */
197 #undef HAVE_GNU_LIBC_VERSION_H
198
199 /* Define if <sys/procfs.h> has gregset_t. */
200 #undef HAVE_GREGSET_T
201
202 /* Define if you have the iconv() function. */
203 #undef HAVE_ICONV
204
205 /* Define to 1 if you have the `iconvlist' function. */
206 #undef HAVE_ICONVLIST
207
208 /* Define to 1 if you have the <inttypes.h> header file. */
209 #undef HAVE_INTTYPES_H
210
211 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
212 #undef HAVE_LANGINFO_CODESET
213
214 /* Define if your <locale.h> file defines LC_MESSAGES. */
215 #undef HAVE_LC_MESSAGES
216
217 /* Define to 1 if you have the `dl' library (-ldl). */
218 #undef HAVE_LIBDL
219
220 /* Define if you have the expat library. */
221 #undef HAVE_LIBEXPAT
222
223 /* Define to 1 if you have the `libiconvlist' function. */
224 #undef HAVE_LIBICONVLIST
225
226 /* Define to 1 if you have the `m' library (-lm). */
227 #undef HAVE_LIBM
228
229 /* Define if Python 2.4 is being used. */
230 #undef HAVE_LIBPYTHON2_4
231
232 /* Define if Python 2.5 is being used. */
233 #undef HAVE_LIBPYTHON2_5
234
235 /* Define if Python 2.6 is being used. */
236 #undef HAVE_LIBPYTHON2_6
237
238 /* Define if Python 2.7 is being used. */
239 #undef HAVE_LIBPYTHON2_7
240
241 /* Define to 1 if you have the <libunwind-ia64.h> header file. */
242 #undef HAVE_LIBUNWIND_IA64_H
243
244 /* Define to 1 if you have the `w' library (-lw). */
245 #undef HAVE_LIBW
246
247 /* Define to 1 if you have the <link.h> header file. */
248 #undef HAVE_LINK_H
249
250 /* Define to 1 if you have the <locale.h> header file. */
251 #undef HAVE_LOCALE_H
252
253 /* Define to 1 if the compiler supports long double. */
254 #undef HAVE_LONG_DOUBLE
255
256 /* Define to 1 if the system has the type 'long long int'. */
257 #undef HAVE_LONG_LONG_INT
258
259 /* Define to 1 if you have the `lstat' function. */
260 #undef HAVE_LSTAT
261
262 /* Define if <sys/procfs.h> has lwpid_t. */
263 #undef HAVE_LWPID_T
264
265 /* Define to 1 if you have the <machine/reg.h> header file. */
266 #undef HAVE_MACHINE_REG_H
267
268 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
269 config.h and <sys/mman.h>. */
270 #undef HAVE_MAP_ANONYMOUS
271
272 /* Define to 1 if you have the `memmem' function. */
273 #undef HAVE_MEMMEM
274
275 /* Define to 1 if you have the <memory.h> header file. */
276 #undef HAVE_MEMORY_H
277
278 /* Define to 1 if you have a working `mmap' system call. */
279 #undef HAVE_MMAP
280
281 /* Define to 1 if you have the `monstartup' function. */
282 #undef HAVE_MONSTARTUP
283
284 /* Define to 1 if you have the 'mprotect' function. */
285 #undef HAVE_MPROTECT
286
287 /* Define to 1 if you have the <ncurses.h> header file. */
288 #undef HAVE_NCURSES_H
289
290 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
291 #undef HAVE_NCURSES_NCURSES_H
292
293 /* Define to 1 if you have the <ncurses/term.h> header file. */
294 #undef HAVE_NCURSES_TERM_H
295
296 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
297 #undef HAVE_NDIR_H
298
299 /* Define to 1 if you have the <nlist.h> header file. */
300 #undef HAVE_NLIST_H
301
302 /* Define if you support the personality syscall. */
303 #undef HAVE_PERSONALITY
304
305 /* Define to 1 if you have the `pipe' function. */
306 #undef HAVE_PIPE
307
308 /* Define to 1 if you have the `poll' function. */
309 #undef HAVE_POLL
310
311 /* Define to 1 if you have the <poll.h> header file. */
312 #undef HAVE_POLL_H
313
314 /* Define to 1 if you have the `posix_madvise' function. */
315 #undef HAVE_POSIX_MADVISE
316
317 /* Define to 1 if you have the `pread' function. */
318 #undef HAVE_PREAD
319
320 /* Define to 1 if you have the `pread64' function. */
321 #undef HAVE_PREAD64
322
323 /* Define if <sys/procfs.h> has prfpregset32_t. */
324 #undef HAVE_PRFPREGSET32_T
325
326 /* Define if <sys/procfs.h> has prfpregset_t. */
327 #undef HAVE_PRFPREGSET_T
328
329 /* Define if <sys/procfs.h> has prgregset32_t. */
330 #undef HAVE_PRGREGSET32_T
331
332 /* Define if <sys/procfs.h> has prgregset_t. */
333 #undef HAVE_PRGREGSET_T
334
335 /* Define if ioctl argument PIOCSET is available. */
336 #undef HAVE_PROCFS_PIOCSET
337
338 /* Define to 1 if you have the <proc_service.h> header file. */
339 #undef HAVE_PROC_SERVICE_H
340
341 /* Define if <sys/procfs.h> has prrun_t. */
342 #undef HAVE_PRRUN_T
343
344 /* Define if <sys/procfs.h> has prsysent_t. */
345 #undef HAVE_PRSYSENT_T
346
347 /* Define if <sys/procfs.h> has pr_sigaction64_t. */
348 #undef HAVE_PR_SIGACTION64_T
349
350 /* Define if <sys/procfs.h> has pr_siginfo64_t. */
351 #undef HAVE_PR_SIGINFO64_T
352
353 /* Define if <sys/procfs.h> has pr_sigset_t. */
354 #undef HAVE_PR_SIGSET_T
355
356 /* Define if <sys/procfs.h> has psaddr_t. */
357 #undef HAVE_PSADDR_T
358
359 /* Define if <sys/procfs.h> has pstatus_t. */
360 #undef HAVE_PSTATUS_T
361
362 /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
363 #undef HAVE_PTRACE_GETFPXREGS
364
365 /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
366 #undef HAVE_PTRACE_GETREGS
367
368 /* Define to 1 if you have the <ptrace.h> header file. */
369 #undef HAVE_PTRACE_H
370
371 /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
372 #undef HAVE_PT_GETDBREGS
373
374 /* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
375 #undef HAVE_PT_GETXMMREGS
376
377 /* Define to 1 if you have the `pwrite' function. */
378 #undef HAVE_PWRITE
379
380 /* Define if Python interpreter is being linked in. */
381 #undef HAVE_PYTHON
382
383 /* Define to 1 if ffsl is declared even after undefining macros. */
384 #undef HAVE_RAW_DECL_FFSL
385
386 /* Define to 1 if ffsll is declared even after undefining macros. */
387 #undef HAVE_RAW_DECL_FFSLL
388
389 /* Define to 1 if imaxabs is declared even after undefining macros. */
390 #undef HAVE_RAW_DECL_IMAXABS
391
392 /* Define to 1 if imaxdiv is declared even after undefining macros. */
393 #undef HAVE_RAW_DECL_IMAXDIV
394
395 /* Define to 1 if memmem is declared even after undefining macros. */
396 #undef HAVE_RAW_DECL_MEMMEM
397
398 /* Define to 1 if mempcpy is declared even after undefining macros. */
399 #undef HAVE_RAW_DECL_MEMPCPY
400
401 /* Define to 1 if memrchr is declared even after undefining macros. */
402 #undef HAVE_RAW_DECL_MEMRCHR
403
404 /* Define to 1 if rawmemchr is declared even after undefining macros. */
405 #undef HAVE_RAW_DECL_RAWMEMCHR
406
407 /* Define to 1 if stpcpy is declared even after undefining macros. */
408 #undef HAVE_RAW_DECL_STPCPY
409
410 /* Define to 1 if stpncpy is declared even after undefining macros. */
411 #undef HAVE_RAW_DECL_STPNCPY
412
413 /* Define to 1 if strcasestr is declared even after undefining macros. */
414 #undef HAVE_RAW_DECL_STRCASESTR
415
416 /* Define to 1 if strchrnul is declared even after undefining macros. */
417 #undef HAVE_RAW_DECL_STRCHRNUL
418
419 /* Define to 1 if strdup is declared even after undefining macros. */
420 #undef HAVE_RAW_DECL_STRDUP
421
422 /* Define to 1 if strerror_r is declared even after undefining macros. */
423 #undef HAVE_RAW_DECL_STRERROR_R
424
425 /* Define to 1 if strncat is declared even after undefining macros. */
426 #undef HAVE_RAW_DECL_STRNCAT
427
428 /* Define to 1 if strndup is declared even after undefining macros. */
429 #undef HAVE_RAW_DECL_STRNDUP
430
431 /* Define to 1 if strnlen is declared even after undefining macros. */
432 #undef HAVE_RAW_DECL_STRNLEN
433
434 /* Define to 1 if strpbrk is declared even after undefining macros. */
435 #undef HAVE_RAW_DECL_STRPBRK
436
437 /* Define to 1 if strsep is declared even after undefining macros. */
438 #undef HAVE_RAW_DECL_STRSEP
439
440 /* Define to 1 if strsignal is declared even after undefining macros. */
441 #undef HAVE_RAW_DECL_STRSIGNAL
442
443 /* Define to 1 if strtoimax is declared even after undefining macros. */
444 #undef HAVE_RAW_DECL_STRTOIMAX
445
446 /* Define to 1 if strtok_r is declared even after undefining macros. */
447 #undef HAVE_RAW_DECL_STRTOK_R
448
449 /* Define to 1 if strtoumax is declared even after undefining macros. */
450 #undef HAVE_RAW_DECL_STRTOUMAX
451
452 /* Define to 1 if strverscmp is declared even after undefining macros. */
453 #undef HAVE_RAW_DECL_STRVERSCMP
454
455 /* Define to 1 if you have the `readlink' function. */
456 #undef HAVE_READLINK
457
458 /* Define to 1 if you have the `realpath' function. */
459 #undef HAVE_REALPATH
460
461 /* Define to 1 if you have the `resize_term' function. */
462 #undef HAVE_RESIZE_TERM
463
464 /* Define to 1 if you have the `sbrk' function. */
465 #undef HAVE_SBRK
466
467 /* Define to 1 if you have the `setlocale' function. */
468 #undef HAVE_SETLOCALE
469
470 /* Define to 1 if you have the `setpgid' function. */
471 #undef HAVE_SETPGID
472
473 /* Define to 1 if you have the `setpgrp' function. */
474 #undef HAVE_SETPGRP
475
476 /* Define to 1 if you have the `setrlimit' function. */
477 #undef HAVE_SETRLIMIT
478
479 /* Define to 1 if you have the `setsid' function. */
480 #undef HAVE_SETSID
481
482 /* Define to 1 if you have the <sgtty.h> header file. */
483 #undef HAVE_SGTTY_H
484
485 /* Define to 1 if you have the `sigaction' function. */
486 #undef HAVE_SIGACTION
487
488 /* Define to 1 if you have the <signal.h> header file. */
489 #undef HAVE_SIGNAL_H
490
491 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
492 #undef HAVE_SIGNED_SIG_ATOMIC_T
493
494 /* Define to 1 if 'wchar_t' is a signed integer type. */
495 #undef HAVE_SIGNED_WCHAR_T
496
497 /* Define to 1 if 'wint_t' is a signed integer type. */
498 #undef HAVE_SIGNED_WINT_T
499
500 /* Define to 1 if you have the `sigprocmask' function. */
501 #undef HAVE_SIGPROCMASK
502
503 /* Define if sigsetjmp is available. */
504 #undef HAVE_SIGSETJMP
505
506 /* Define to 1 if you have the `sigsetmask' function. */
507 #undef HAVE_SIGSETMASK
508
509 /* Define to 1 if you have the `socketpair' function. */
510 #undef HAVE_SOCKETPAIR
511
512 /* Define to 1 if the system has the type `socklen_t'. */
513 #undef HAVE_SOCKLEN_T
514
515 /* Define to 1 if you have the <stddef.h> header file. */
516 #undef HAVE_STDDEF_H
517
518 /* Define to 1 if you have the <stdint.h> header file. */
519 #undef HAVE_STDINT_H
520
521 /* Define to 1 if you have the <stdlib.h> header file. */
522 #undef HAVE_STDLIB_H
523
524 /* Define to 1 if you have the <strings.h> header file. */
525 #undef HAVE_STRINGS_H
526
527 /* Define to 1 if you have the <string.h> header file. */
528 #undef HAVE_STRING_H
529
530 /* Define if <sys/link.h> has struct link_map32 */
531 #undef HAVE_STRUCT_LINK_MAP32
532
533 /* Define if <link.h> exists and defines struct link_map which has members
534 with an ``lm_'' prefix. (For SunOS.) */
535 #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
536
537 /* Define if <link.h> exists and defines struct link_map which has members
538 with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */
539 #undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
540
541 /* Define to 1 if your system has struct lwp. */
542 #undef HAVE_STRUCT_LWP
543
544 /* Define to 1 if your system has struct reg in <machine/reg.h>. */
545 #undef HAVE_STRUCT_REG
546
547 /* Define to 1 if `struct reg' is a member of `r_fs'. */
548 #undef HAVE_STRUCT_REG_R_FS
549
550 /* Define to 1 if `struct reg' is a member of `r_gs'. */
551 #undef HAVE_STRUCT_REG_R_GS
552
553 /* Define if <link.h> exists and defines a struct so_map which has members
554 with an ``som_'' prefix. (Found on older *BSD systems.) */
555 #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
556
557 /* Define to 1 if `struct stat' is a member of `st_blksize'. */
558 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
559
560 /* Define to 1 if `struct stat' is a member of `st_blocks'. */
561 #undef HAVE_STRUCT_STAT_ST_BLOCKS
562
563 /* Define to 1 if `struct thread' is a member of `td_pcb'. */
564 #undef HAVE_STRUCT_THREAD_TD_PCB
565
566 /* Define to 1 if you have the `syscall' function. */
567 #undef HAVE_SYSCALL
568
569 /* Define to 1 if you have the <sys/bitypes.h> header file. */
570 #undef HAVE_SYS_BITYPES_H
571
572 /* Define to 1 if you have the <sys/debugreg.h> header file. */
573 #undef HAVE_SYS_DEBUGREG_H
574
575 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
576 */
577 #undef HAVE_SYS_DIR_H
578
579 /* Define to 1 if you have the <sys/fault.h> header file. */
580 #undef HAVE_SYS_FAULT_H
581
582 /* Define to 1 if you have the <sys/file.h> header file. */
583 #undef HAVE_SYS_FILE_H
584
585 /* Define to 1 if you have the <sys/filio.h> header file. */
586 #undef HAVE_SYS_FILIO_H
587
588 /* Define to 1 if you have the <sys/inttypes.h> header file. */
589 #undef HAVE_SYS_INTTYPES_H
590
591 /* Define to 1 if you have the <sys/ioctl.h> header file. */
592 #undef HAVE_SYS_IOCTL_H
593
594 /* Define to 1 if you have the <sys/mman.h> header file. */
595 #undef HAVE_SYS_MMAN_H
596
597 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
598 */
599 #undef HAVE_SYS_NDIR_H
600
601 /* Define to 1 if you have the <sys/param.h> header file. */
602 #undef HAVE_SYS_PARAM_H
603
604 /* Define to 1 if you have the <sys/poll.h> header file. */
605 #undef HAVE_SYS_POLL_H
606
607 /* Define to 1 if you have the <sys/procfs.h> header file. */
608 #undef HAVE_SYS_PROCFS_H
609
610 /* Define to 1 if you have the <sys/proc.h> header file. */
611 #undef HAVE_SYS_PROC_H
612
613 /* Define to 1 if you have the <sys/ptrace.h> header file. */
614 #undef HAVE_SYS_PTRACE_H
615
616 /* Define to 1 if you have the <sys/reg.h> header file. */
617 #undef HAVE_SYS_REG_H
618
619 /* Define to 1 if you have the <sys/resource.h> header file. */
620 #undef HAVE_SYS_RESOURCE_H
621
622 /* Define to 1 if you have the <sys/select.h> header file. */
623 #undef HAVE_SYS_SELECT_H
624
625 /* Define to 1 if you have the <sys/socket.h> header file. */
626 #undef HAVE_SYS_SOCKET_H
627
628 /* Define to 1 if you have the <sys/stat.h> header file. */
629 #undef HAVE_SYS_STAT_H
630
631 /* Define to 1 if you have the <sys/syscall.h> header file. */
632 #undef HAVE_SYS_SYSCALL_H
633
634 /* Define to 1 if you have the <sys/types.h> header file. */
635 #undef HAVE_SYS_TYPES_H
636
637 /* Define to 1 if you have the <sys/un.h> header file. */
638 #undef HAVE_SYS_UN_H
639
640 /* Define to 1 if you have the <sys/user.h> header file. */
641 #undef HAVE_SYS_USER_H
642
643 /* Define to 1 if you have the <sys/wait.h> header file. */
644 #undef HAVE_SYS_WAIT_H
645
646 /* Define to 1 if you have the <termios.h> header file. */
647 #undef HAVE_TERMIOS_H
648
649 /* Define to 1 if you have the <termio.h> header file. */
650 #undef HAVE_TERMIO_H
651
652 /* Define to 1 if you have the <term.h> header file. */
653 #undef HAVE_TERM_H
654
655 /* Define to 1 if you have the <thread_db.h> header file. */
656 #undef HAVE_THREAD_DB_H
657
658 /* Define if using Solaris thread debugging. */
659 #undef HAVE_THREAD_DB_LIB
660
661 /* Define to 1 if you have the <time.h> header file. */
662 #undef HAVE_TIME_H
663
664 /* Define if you support the tkill syscall. */
665 #undef HAVE_TKILL_SYSCALL
666
667 /* Define to 1 if you have the `ttrace' function. */
668 #undef HAVE_TTRACE
669
670 /* Define to 1 if you have the <unistd.h> header file. */
671 #undef HAVE_UNISTD_H
672
673 /* Define to 1 if the system has the type 'unsigned long long int'. */
674 #undef HAVE_UNSIGNED_LONG_LONG_INT
675
676 /* Define to 1 if you have the `vfork' function. */
677 #undef HAVE_VFORK
678
679 /* Define to 1 if you have the <vfork.h> header file. */
680 #undef HAVE_VFORK_H
681
682 /* Define to 1 if you have the `waitpid' function. */
683 #undef HAVE_WAITPID
684
685 /* Define to 1 if you have the <wait.h> header file. */
686 #undef HAVE_WAIT_H
687
688 /* Define to 1 if you have the `wborder' function. */
689 #undef HAVE_WBORDER
690
691 /* Define to 1 if you have the <wchar.h> header file. */
692 #undef HAVE_WCHAR_H
693
694 /* Define if you have the 'wchar_t' type. */
695 #undef HAVE_WCHAR_T
696
697 /* Define to 1 if `fork' works. */
698 #undef HAVE_WORKING_FORK
699
700 /* Define to 1 if `vfork' works. */
701 #undef HAVE_WORKING_VFORK
702
703 /* Define to 1 if you have the `wresize' function. */
704 #undef HAVE_WRESIZE
705
706 /* Define to 1 if you have the `XML_StopParser' function. */
707 #undef HAVE_XML_STOPPARSER
708
709 /* Define to 1 if you have the <zlib.h> header file. */
710 #undef HAVE_ZLIB_H
711
712 /* Define to 1 if your system has the _etext variable. */
713 #undef HAVE__ETEXT
714
715 /* Define to 1 if you have the `_mcleanup' function. */
716 #undef HAVE__MCLEANUP
717
718 /* Path of directory of iconv program. */
719 #undef ICONV_BIN
720
721 /* Define if the iconv directory should be relocated when GDB is moved. */
722 #undef ICONV_BIN_RELOCATABLE
723
724 /* Define as const if the declaration of iconv() needs const. */
725 #undef ICONV_CONST
726
727 /* directory to load the JIT readers from */
728 #undef JIT_READER_DIR
729
730 /* Define if the jit-reader-dir directory should be relocated when GDB is
731 moved. */
732 #undef JIT_READER_DIR_RELOCATABLE
733
734 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
735 #undef MAP_ANONYMOUS
736
737 /* Define if you want to use new multi-fd /proc interface (replaces
738 HAVE_MULTIPLE_PROC_FDS as well as other macros). */
739 #undef NEW_PROC_API
740
741 /* Name of this package. */
742 #undef PACKAGE
743
744 /* Define to the address where bug reports for this package should be sent. */
745 #undef PACKAGE_BUGREPORT
746
747 /* Define to the full name of this package. */
748 #undef PACKAGE_NAME
749
750 /* Define to the full name and version of this package. */
751 #undef PACKAGE_STRING
752
753 /* Define to the one symbol short name of this package. */
754 #undef PACKAGE_TARNAME
755
756 /* Define to the home page for this package. */
757 #undef PACKAGE_URL
758
759 /* Define to the version of this package. */
760 #undef PACKAGE_VERSION
761
762 /* Additional package description */
763 #undef PKGVERSION
764
765 /* Define if the prfpregset_t type is broken. */
766 #undef PRFPREGSET_T_BROKEN
767
768 /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
769 #undef PRINTF_HAS_DECFLOAT
770
771 /* Define to 1 if the "%Lg" format works to print long doubles. */
772 #undef PRINTF_HAS_LONG_DOUBLE
773
774 /* Define to 1 if the "%ll" format works to print long longs. */
775 #undef PRINTF_HAS_LONG_LONG
776
777 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
778 #undef PRI_MACROS_BROKEN
779
780 /* Define if <proc_service.h> on solaris uses int instead of size_t, and
781 assorted other type changes. */
782 #undef PROC_SERVICE_IS_OLD
783
784 /* Define to the type of arg 3 for ptrace. */
785 #undef PTRACE_TYPE_ARG3
786
787 /* Define to the type of arg 5 for ptrace. */
788 #undef PTRACE_TYPE_ARG5
789
790 /* Define as the return type of ptrace. */
791 #undef PTRACE_TYPE_RET
792
793 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
794 'ptrdiff_t'. */
795 #undef PTRDIFF_T_SUFFIX
796
797 /* Define if the python directory should be relocated when GDB is moved. */
798 #undef PYTHON_PATH_RELOCATABLE
799
800 /* Relocated directory for source files. */
801 #undef RELOC_SRCDIR
802
803 /* Bug reporting address */
804 #undef REPORT_BUGS_TO
805
806 /* Define as the return type of signal handlers (`int' or `void'). */
807 #undef RETSIGTYPE
808
809 /* Define to 1 if the "%Lg" format works to scan long doubles. */
810 #undef SCANF_HAS_LONG_DOUBLE
811
812 /* Define to 1 if the `setpgrp' function takes no argument. */
813 #undef SETPGRP_VOID
814
815 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
816 'sig_atomic_t'. */
817 #undef SIG_ATOMIC_T_SUFFIX
818
819 /* The size of `long', as computed by sizeof. */
820 #undef SIZEOF_LONG
821
822 /* The size of `unsigned long', as computed by sizeof. */
823 #undef SIZEOF_UNSIGNED_LONG
824
825 /* The size of `unsigned long long', as computed by sizeof. */
826 #undef SIZEOF_UNSIGNED_LONG_LONG
827
828 /* The size of `unsigned __int128', as computed by sizeof. */
829 #undef SIZEOF_UNSIGNED___INT128
830
831 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
832 'size_t'. */
833 #undef SIZE_T_SUFFIX
834
835 /* If using the C implementation of alloca, define if you know the
836 direction of stack growth for your system; otherwise it will be
837 automatically deduced at runtime.
838 STACK_DIRECTION > 0 => grows toward higher addresses
839 STACK_DIRECTION < 0 => grows toward lower addresses
840 STACK_DIRECTION = 0 => direction of growth unknown */
841 #undef STACK_DIRECTION
842
843 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
844 #undef STAT_MACROS_BROKEN
845
846 /* Define to 1 if you have the ANSI C header files. */
847 #undef STDC_HEADERS
848
849 /* automatically load a system-wide gdbinit file */
850 #undef SYSTEM_GDBINIT
851
852 /* Define if the system-gdbinit directory should be relocated when GDB is
853 moved. */
854 #undef SYSTEM_GDBINIT_RELOCATABLE
855
856 /* search for usr/lib et al within DIR */
857 #undef TARGET_SYSTEM_ROOT
858
859 /* Define if the sysroot directory should be relocated when GDB is moved. */
860 #undef TARGET_SYSTEM_ROOT_RELOCATABLE
861
862 /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
863 #undef THREAD_DB_HAS_TD_NOTALLOC
864
865 /* Define if <thread_db.h> has the TD_NOTLS error code. */
866 #undef THREAD_DB_HAS_TD_NOTLS
867
868 /* Define if <thread_db.h> has the TD_VERSION error code. */
869 #undef THREAD_DB_HAS_TD_VERSION
870
871 /* Define to 1 if the regex included in libiberty should be used. */
872 #undef USE_INCLUDED_REGEX
873
874 /* Define if we should use the Windows API, instead of the POSIX API. On
875 Windows, we use the Windows API when building for MinGW, but the POSIX API
876 when building for Cygwin. */
877 #undef USE_WIN32API
878
879 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
880 'wchar_t'. */
881 #undef WCHAR_T_SUFFIX
882
883 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
884 'wint_t'. */
885 #undef WINT_T_SUFFIX
886
887 /* Define if --with-python provides a path, either directly or via
888 python-config.py --exec-prefix. */
889 #undef WITH_PYTHON_PATH
890
891 /* Define if the simulator is being linked in. */
892 #undef WITH_SIM
893
894 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
895 significant byte first (like Motorola and SPARC, unlike Intel). */
896 #if defined AC_APPLE_UNIVERSAL_BUILD
897 # if defined __BIG_ENDIAN__
898 # define WORDS_BIGENDIAN 1
899 # endif
900 #else
901 # ifndef WORDS_BIGENDIAN
902 # undef WORDS_BIGENDIAN
903 # endif
904 #endif
905
906 /* Number of bits in a file offset, on hosts where this is settable. */
907 #undef _FILE_OFFSET_BITS
908
909 /* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
910 <sys/proc.h> problem on IRIX 5. */
911 #undef _KMEMUSER
912
913 /* Define for large files, on AIX-style hosts. */
914 #undef _LARGE_FILES
915
916 /* Define to 1 if on MINIX. */
917 #undef _MINIX
918
919 /* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
920 2.[789] when using GCC. */
921 #undef _MSE_INT_H
922
923 /* The _Noreturn keyword of C11. */
924 #ifndef _Noreturn
925 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
926 || 0x5110 <= __SUNPRO_C)
927 # define _Noreturn __attribute__ ((__noreturn__))
928 # elif defined _MSC_VER && 1200 <= _MSC_VER
929 # define _Noreturn __declspec (noreturn)
930 # else
931 # define _Noreturn
932 # endif
933 #endif
934
935
936 /* Define to 2 if the system does not provide POSIX.1 features except with
937 this defined. */
938 #undef _POSIX_1_SOURCE
939
940 /* Define to 1 if you need to in order for 'stat' and other things to work. */
941 #undef _POSIX_SOURCE
942
943 /* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
944 #undef _SYSCALL32
945
946 /* Define to 500 only on HP-UX. */
947 #undef _XOPEN_SOURCE
948
949 /* Enable extensions on AIX 3, Interix. */
950 #ifndef _ALL_SOURCE
951 # undef _ALL_SOURCE
952 #endif
953 /* Enable general extensions on MacOS X. */
954 #ifndef _DARWIN_C_SOURCE
955 # undef _DARWIN_C_SOURCE
956 #endif
957 /* Enable GNU extensions on systems that have them. */
958 #ifndef _GNU_SOURCE
959 # undef _GNU_SOURCE
960 #endif
961 /* Enable threading extensions on Solaris. */
962 #ifndef _POSIX_PTHREAD_SEMANTICS
963 # undef _POSIX_PTHREAD_SEMANTICS
964 #endif
965 /* Enable extensions on HP NonStop. */
966 #ifndef _TANDEM_SOURCE
967 # undef _TANDEM_SOURCE
968 #endif
969 /* Enable general extensions on Solaris. */
970 #ifndef __EXTENSIONS__
971 # undef __EXTENSIONS__
972 #endif
973
974
975 /* Define to empty if `const' does not conform to ANSI C. */
976 #undef const
977
978 /* Define to `__inline__' or `__inline' if that's what the C compiler
979 calls it, or to nothing if 'inline' is not supported under any name. */
980 #ifndef __cplusplus
981 #undef inline
982 #endif
983
984 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
985 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
986 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
987 __APPLE__ && __MACH__ test for MacOS X.
988 __APPLE_CC__ tests for the Apple compiler and its version.
989 __STDC_VERSION__ tests for the C99 mode. */
990 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
991 # define __GNUC_STDC_INLINE__ 1
992 #endif
993
994 /* Define to `int' if <sys/types.h> does not define. */
995 #undef pid_t
996
997 /* Define to the equivalent of the C99 'restrict' keyword, or to
998 nothing if this is not supported. Do not define if restrict is
999 supported directly. */
1000 #undef restrict
1001 /* Work around a bug in Sun C++: it does not support _Restrict or
1002 __restrict__, even though the corresponding Sun C compiler ends up with
1003 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1004 previous line. Perhaps some future version of Sun C++ will work with
1005 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1006 #if defined __SUNPRO_CC && !defined __RESTRICT
1007 # define _Restrict
1008 # define __restrict__
1009 #endif
1010
1011 /* Define as a marker that can be attached to declarations that might not
1012 be used. This helps to reduce warnings, such as from
1013 GCC -Wunused-parameter. */
1014 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1015 # define _GL_UNUSED __attribute__ ((__unused__))
1016 #else
1017 # define _GL_UNUSED
1018 #endif
1019 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1020 is a misnomer outside of parameter lists. */
1021 #define _UNUSED_PARAMETER_ _GL_UNUSED
1022
1023 /* The __pure__ attribute was added in gcc 2.96. */
1024 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1025 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1026 #else
1027 # define _GL_ATTRIBUTE_PURE /* empty */
1028 #endif
1029
1030 /* The __const__ attribute was added in gcc 2.95. */
1031 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1032 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1033 #else
1034 # define _GL_ATTRIBUTE_CONST /* empty */
1035 #endif
1036
1037
1038 /* Define as `fork' if `vfork' does not work. */
1039 #undef vfork
This page took 0.053632 seconds and 5 git commands to generate.