* gdbint.texinfo (Defining Other Architecture Features): Remove
[deliverable/binutils-gdb.git] / gdb / config.in
1 /* config.in. Generated from configure.ac by autoheader. */
2
3 /* Define to the number of bits in type 'ptrdiff_t'. */
4 #undef BITSIZEOF_PTRDIFF_T
5
6 /* Define to the number of bits in type 'sig_atomic_t'. */
7 #undef BITSIZEOF_SIG_ATOMIC_T
8
9 /* Define to the number of bits in type 'size_t'. */
10 #undef BITSIZEOF_SIZE_T
11
12 /* Define to the number of bits in type 'wchar_t'. */
13 #undef BITSIZEOF_WCHAR_T
14
15 /* Define to the number of bits in type 'wint_t'. */
16 #undef BITSIZEOF_WINT_T
17
18 /* Define to 1 if the compiler supports long long. */
19 #undef CC_HAS_LONG_LONG
20
21 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
22 systems. This function is required for `alloca.c' support on those systems.
23 */
24 #undef CRAY_STACKSEG_END
25
26 /* Define to 1 if using `alloca.c'. */
27 #undef C_ALLOCA
28
29 /* Global directory for separate debug files. */
30 #undef DEBUGDIR
31
32 /* Define if the debug directory should be relocated when GDB is moved. */
33 #undef DEBUGDIR_RELOCATABLE
34
35 /* Define to BFD's default architecture. */
36 #undef DEFAULT_BFD_ARCH
37
38 /* Define to BFD's default target vector. */
39 #undef DEFAULT_BFD_VEC
40
41 /* Define to 1 if translation of program messages to the user's native
42 language is requested. */
43 #undef ENABLE_NLS
44
45 /* Define to be a string naming the default host character set. */
46 #undef GDB_DEFAULT_HOST_CHARSET
47
48 /* Host double floatformat */
49 #undef GDB_HOST_DOUBLE_FORMAT
50
51 /* Host float floatformat */
52 #undef GDB_HOST_FLOAT_FORMAT
53
54 /* Host long double floatformat */
55 #undef GDB_HOST_LONG_DOUBLE_FORMAT
56
57 /* nativefile */
58 #undef GDB_NM_FILE
59
60 /* Define to the default OS ABI for this configuration. */
61 #undef GDB_OSABI_DEFAULT
62
63 /* Define to 1 if you have `alloca', as a function or macro. */
64 #undef HAVE_ALLOCA
65
66 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
67 */
68 #undef HAVE_ALLOCA_H
69
70 /* Define to 1 if you have the <bp-sym.h> header file. */
71 #undef HAVE_BP_SYM_H
72
73 /* Define to 1 if you have the `btowc' function. */
74 #undef HAVE_BTOWC
75
76 /* Define to 1 if you have the `canonicalize_file_name' function. */
77 #undef HAVE_CANONICALIZE_FILE_NAME
78
79 /* Define to 1 if you have the <ctype.h> header file. */
80 #undef HAVE_CTYPE_H
81
82 /* Define to 1 if you have the <cursesX.h> header file. */
83 #undef HAVE_CURSESX_H
84
85 /* Define to 1 if you have the <curses.h> header file. */
86 #undef HAVE_CURSES_H
87
88 /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
89 you don't. */
90 #undef HAVE_DECL_ADDR_NO_RANDOMIZE
91
92 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
93 */
94 #undef HAVE_DECL_FREE
95
96 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
97 */
98 #undef HAVE_DECL_GETOPT
99
100 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
101 */
102 #undef HAVE_DECL_MALLOC
103
104 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
105 */
106 #undef HAVE_DECL_MEMMEM
107
108 /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
109 */
110 #undef HAVE_DECL_PTRACE
111
112 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
113 don't. */
114 #undef HAVE_DECL_REALLOC
115
116 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
117 don't. */
118 #undef HAVE_DECL_SNPRINTF
119
120 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
121 don't. */
122 #undef HAVE_DECL_STRERROR
123
124 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
125 */
126 #undef HAVE_DECL_STRSTR
127
128 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
129 don't. */
130 #undef HAVE_DECL_VSNPRINTF
131
132 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
133 */
134 #undef HAVE_DIRENT_H
135
136 /* Define if ELF support should be included. */
137 #undef HAVE_ELF
138
139 /* Define to 1 if you have the <elf_hp.h> header file. */
140 #undef HAVE_ELF_HP_H
141
142 /* Define to 1 if your system has the etext variable. */
143 #undef HAVE_ETEXT
144
145 /* Define to 1 if you have the `fork' function. */
146 #undef HAVE_FORK
147
148 /* Define if <sys/procfs.h> has fpregset_t. */
149 #undef HAVE_FPREGSET_T
150
151 /* Define to 1 if you have the `getgid' function. */
152 #undef HAVE_GETGID
153
154 /* Define to 1 if you have the `getpagesize' function. */
155 #undef HAVE_GETPAGESIZE
156
157 /* Define to 1 if you have the `getrusage' function. */
158 #undef HAVE_GETRUSAGE
159
160 /* Define to 1 if you have the `getuid' function. */
161 #undef HAVE_GETUID
162
163 /* Define to 1 if you have the <gnu/libc-version.h> header file. */
164 #undef HAVE_GNU_LIBC_VERSION_H
165
166 /* Define if <sys/procfs.h> has gregset_t. */
167 #undef HAVE_GREGSET_T
168
169 /* Define if you have HPUX threads */
170 #undef HAVE_HPUX_THREAD_SUPPORT
171
172 /* Define if you have the iconv() function. */
173 #undef HAVE_ICONV
174
175 /* Define to 1 if you have the `iconvlist' function. */
176 #undef HAVE_ICONVLIST
177
178 /* Define if your compiler supports the #include_next directive. */
179 #undef HAVE_INCLUDE_NEXT
180
181 /* Define to 1 if you have the <inttypes.h> header file. */
182 #undef HAVE_INTTYPES_H
183
184 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
185 #undef HAVE_LANGINFO_CODESET
186
187 /* Define if your <locale.h> file defines LC_MESSAGES. */
188 #undef HAVE_LC_MESSAGES
189
190 /* Define to 1 if you have the `dl' library (-ldl). */
191 #undef HAVE_LIBDL
192
193 /* Define if you have the expat library. */
194 #undef HAVE_LIBEXPAT
195
196 /* Define to 1 if you have the `libiconvlist' function. */
197 #undef HAVE_LIBICONVLIST
198
199 /* Define to 1 if you have the `m' library (-lm). */
200 #undef HAVE_LIBM
201
202 /* Define if Python 2.4 is being used. */
203 #undef HAVE_LIBPYTHON2_4
204
205 /* Define if Python 2.5 is being used. */
206 #undef HAVE_LIBPYTHON2_5
207
208 /* Define if Python 2.6 is being used. */
209 #undef HAVE_LIBPYTHON2_6
210
211 /* Define if libunwind library is being used. */
212 #undef HAVE_LIBUNWIND
213
214 /* Define to 1 if you have the <libunwind.h> header file. */
215 #undef HAVE_LIBUNWIND_H
216
217 /* Define to 1 if you have the <libunwind-ia64.h> header file. */
218 #undef HAVE_LIBUNWIND_IA64_H
219
220 /* Define to 1 if you have the `w' library (-lw). */
221 #undef HAVE_LIBW
222
223 /* Define to 1 if you have the <link.h> header file. */
224 #undef HAVE_LINK_H
225
226 /* Define to 1 if you have the <locale.h> header file. */
227 #undef HAVE_LOCALE_H
228
229 /* Define to 1 if the compiler supports long double. */
230 #undef HAVE_LONG_DOUBLE
231
232 /* Define to 1 if the system has the type `long long int'. */
233 #undef HAVE_LONG_LONG_INT
234
235 /* Define if <sys/procfs.h> has lwpid_t. */
236 #undef HAVE_LWPID_T
237
238 /* Define to 1 if you have the <machine/reg.h> header file. */
239 #undef HAVE_MACHINE_REG_H
240
241 /* Define to 1 if you have the `memchr' function. */
242 #undef HAVE_MEMCHR
243
244 /* Define to 1 if you have the `memmem' function. */
245 #undef HAVE_MEMMEM
246
247 /* Define to 1 if you have the <memory.h> header file. */
248 #undef HAVE_MEMORY_H
249
250 /* Define to 1 if you have a working `mmap' system call. */
251 #undef HAVE_MMAP
252
253 /* Define to 1 if you have the `monstartup' function. */
254 #undef HAVE_MONSTARTUP
255
256 /* Define to 1 if you have the <ncurses.h> header file. */
257 #undef HAVE_NCURSES_H
258
259 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
260 #undef HAVE_NCURSES_NCURSES_H
261
262 /* Define to 1 if you have the <ncurses/term.h> header file. */
263 #undef HAVE_NCURSES_TERM_H
264
265 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
266 #undef HAVE_NDIR_H
267
268 /* Define to 1 if you have the <nlist.h> header file. */
269 #undef HAVE_NLIST_H
270
271 /* Define if you support the personality syscall. */
272 #undef HAVE_PERSONALITY
273
274 /* Define to 1 if you have the `poll' function. */
275 #undef HAVE_POLL
276
277 /* Define to 1 if you have the <poll.h> header file. */
278 #undef HAVE_POLL_H
279
280 /* Define to 1 if you have the `pread64' function. */
281 #undef HAVE_PREAD64
282
283 /* Define if <sys/procfs.h> has prfpregset32_t. */
284 #undef HAVE_PRFPREGSET32_T
285
286 /* Define if <sys/procfs.h> has prfpregset_t. */
287 #undef HAVE_PRFPREGSET_T
288
289 /* Define if <sys/procfs.h> has prgregset32_t. */
290 #undef HAVE_PRGREGSET32_T
291
292 /* Define if <sys/procfs.h> has prgregset_t. */
293 #undef HAVE_PRGREGSET_T
294
295 /* Define if ioctl argument PIOCSET is available. */
296 #undef HAVE_PROCFS_PIOCSET
297
298 /* Define to 1 if you have the <proc_service.h> header file. */
299 #undef HAVE_PROC_SERVICE_H
300
301 /* Define if <sys/procfs.h> has prrun_t. */
302 #undef HAVE_PRRUN_T
303
304 /* Define if <sys/procfs.h> has prsysent_t. */
305 #undef HAVE_PRSYSENT_T
306
307 /* Define if <sys/procfs.h> has pr_sigaction64_t. */
308 #undef HAVE_PR_SIGACTION64_T
309
310 /* Define if <sys/procfs.h> has pr_siginfo64_t. */
311 #undef HAVE_PR_SIGINFO64_T
312
313 /* Define if <sys/procfs.h> has pr_sigset_t. */
314 #undef HAVE_PR_SIGSET_T
315
316 /* Define if <sys/procfs.h> has psaddr_t. */
317 #undef HAVE_PSADDR_T
318
319 /* Define if <sys/procfs.h> has pstatus_t. */
320 #undef HAVE_PSTATUS_T
321
322 /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
323 #undef HAVE_PTRACE_GETFPXREGS
324
325 /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
326 #undef HAVE_PTRACE_GETREGS
327
328 /* Define to 1 if you have the <ptrace.h> header file. */
329 #undef HAVE_PTRACE_H
330
331 /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
332 #undef HAVE_PT_GETDBREGS
333
334 /* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
335 #undef HAVE_PT_GETXMMREGS
336
337 /* Define if Python interpreter is being linked in. */
338 #undef HAVE_PYTHON
339
340 /* Define to 1 if you have the `realpath' function. */
341 #undef HAVE_REALPATH
342
343 /* Define to 1 if you have the `sbrk' function. */
344 #undef HAVE_SBRK
345
346 /* Define to 1 if you have the `setlocale' function. */
347 #undef HAVE_SETLOCALE
348
349 /* Define to 1 if you have the `setpgid' function. */
350 #undef HAVE_SETPGID
351
352 /* Define to 1 if you have the `setpgrp' function. */
353 #undef HAVE_SETPGRP
354
355 /* Define to 1 if you have the `setsid' function. */
356 #undef HAVE_SETSID
357
358 /* Define to 1 if you have the <sgtty.h> header file. */
359 #undef HAVE_SGTTY_H
360
361 /* Define to 1 if you have the `sigaction' function. */
362 #undef HAVE_SIGACTION
363
364 /* Define to 1 if you have the <signal.h> header file. */
365 #undef HAVE_SIGNAL_H
366
367 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
368 #undef HAVE_SIGNED_SIG_ATOMIC_T
369
370 /* Define to 1 if 'wchar_t' is a signed integer type. */
371 #undef HAVE_SIGNED_WCHAR_T
372
373 /* Define to 1 if 'wint_t' is a signed integer type. */
374 #undef HAVE_SIGNED_WINT_T
375
376 /* Define to 1 if you have the `sigprocmask' function. */
377 #undef HAVE_SIGPROCMASK
378
379 /* Define if sigsetjmp is available. */
380 #undef HAVE_SIGSETJMP
381
382 /* Define to 1 if you have the `sigsetmask' function. */
383 #undef HAVE_SIGSETMASK
384
385 /* Define to 1 if you have the `socketpair' function. */
386 #undef HAVE_SOCKETPAIR
387
388 /* Define to 1 if the system has the type `socklen_t'. */
389 #undef HAVE_SOCKLEN_T
390
391 /* Define to 1 if you have the <stddef.h> header file. */
392 #undef HAVE_STDDEF_H
393
394 /* Define to 1 if you have the <stdint.h> header file. */
395 #undef HAVE_STDINT_H
396
397 /* Define to 1 if you have the <stdlib.h> header file. */
398 #undef HAVE_STDLIB_H
399
400 /* Define to 1 if you have the <strings.h> header file. */
401 #undef HAVE_STRINGS_H
402
403 /* Define to 1 if you have the <string.h> header file. */
404 #undef HAVE_STRING_H
405
406 /* Define if <sys/link.h> has struct link_map32 */
407 #undef HAVE_STRUCT_LINK_MAP32
408
409 /* Define if <link.h> exists and defines struct link_map which has members
410 with an ``lm_'' prefix. (For SunOS.) */
411 #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
412
413 /* Define if <link.h> exists and defines struct link_map which has members
414 with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */
415 #undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
416
417 /* Define to 1 if your system has struct lwp. */
418 #undef HAVE_STRUCT_LWP
419
420 /* Define to 1 if your system has struct reg in <machine/reg.h>. */
421 #undef HAVE_STRUCT_REG
422
423 /* Define to 1 if `r_fs' is member of `struct reg'. */
424 #undef HAVE_STRUCT_REG_R_FS
425
426 /* Define to 1 if `r_gs' is member of `struct reg'. */
427 #undef HAVE_STRUCT_REG_R_GS
428
429 /* Define if <link.h> exists and defines a struct so_map which has members
430 with an ``som_'' prefix. (Found on older *BSD systems.) */
431 #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
432
433 /* Define to 1 if `st_blksize' is member of `struct stat'. */
434 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
435
436 /* Define to 1 if `st_blocks' is member of `struct stat'. */
437 #undef HAVE_STRUCT_STAT_ST_BLOCKS
438
439 /* Define to 1 if `td_pcb' is member of `struct thread'. */
440 #undef HAVE_STRUCT_THREAD_TD_PCB
441
442 /* Define to 1 if you have the `syscall' function. */
443 #undef HAVE_SYSCALL
444
445 /* Define to 1 if you have the <sys/bitypes.h> header file. */
446 #undef HAVE_SYS_BITYPES_H
447
448 /* Define to 1 if you have the <sys/debugreg.h> header file. */
449 #undef HAVE_SYS_DEBUGREG_H
450
451 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
452 */
453 #undef HAVE_SYS_DIR_H
454
455 /* Define to 1 if you have the <sys/fault.h> header file. */
456 #undef HAVE_SYS_FAULT_H
457
458 /* Define to 1 if you have the <sys/file.h> header file. */
459 #undef HAVE_SYS_FILE_H
460
461 /* Define to 1 if you have the <sys/filio.h> header file. */
462 #undef HAVE_SYS_FILIO_H
463
464 /* Define to 1 if you have the <sys/inttypes.h> header file. */
465 #undef HAVE_SYS_INTTYPES_H
466
467 /* Define to 1 if you have the <sys/ioctl.h> header file. */
468 #undef HAVE_SYS_IOCTL_H
469
470 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
471 */
472 #undef HAVE_SYS_NDIR_H
473
474 /* Define to 1 if you have the <sys/param.h> header file. */
475 #undef HAVE_SYS_PARAM_H
476
477 /* Define to 1 if you have the <sys/poll.h> header file. */
478 #undef HAVE_SYS_POLL_H
479
480 /* Define to 1 if you have the <sys/procfs.h> header file. */
481 #undef HAVE_SYS_PROCFS_H
482
483 /* Define to 1 if you have the <sys/proc.h> header file. */
484 #undef HAVE_SYS_PROC_H
485
486 /* Define to 1 if you have the <sys/ptrace.h> header file. */
487 #undef HAVE_SYS_PTRACE_H
488
489 /* Define to 1 if you have the <sys/reg.h> header file. */
490 #undef HAVE_SYS_REG_H
491
492 /* Define to 1 if you have the <sys/resource.h> header file. */
493 #undef HAVE_SYS_RESOURCE_H
494
495 /* Define to 1 if you have the <sys/select.h> header file. */
496 #undef HAVE_SYS_SELECT_H
497
498 /* Define to 1 if you have the <sys/stat.h> header file. */
499 #undef HAVE_SYS_STAT_H
500
501 /* Define to 1 if you have the <sys/syscall.h> header file. */
502 #undef HAVE_SYS_SYSCALL_H
503
504 /* Define to 1 if you have the <sys/types.h> header file. */
505 #undef HAVE_SYS_TYPES_H
506
507 /* Define to 1 if you have the <sys/user.h> header file. */
508 #undef HAVE_SYS_USER_H
509
510 /* Define to 1 if you have the <sys/wait.h> header file. */
511 #undef HAVE_SYS_WAIT_H
512
513 /* Define to 1 if you have the <termios.h> header file. */
514 #undef HAVE_TERMIOS_H
515
516 /* Define to 1 if you have the <termio.h> header file. */
517 #undef HAVE_TERMIO_H
518
519 /* Define to 1 if you have the <term.h> header file. */
520 #undef HAVE_TERM_H
521
522 /* Define to 1 if you have the <thread_db.h> header file. */
523 #undef HAVE_THREAD_DB_H
524
525 /* Define if using Solaris thread debugging. */
526 #undef HAVE_THREAD_DB_LIB
527
528 /* Define to 1 if you have the <time.h> header file. */
529 #undef HAVE_TIME_H
530
531 /* Define if you support the tkill syscall. */
532 #undef HAVE_TKILL_SYSCALL
533
534 /* Define to 1 if you have the `ttrace' function. */
535 #undef HAVE_TTRACE
536
537 /* Define to 1 if you have the <unistd.h> header file. */
538 #undef HAVE_UNISTD_H
539
540 /* Define to 1 if the system has the type `unsigned long long int'. */
541 #undef HAVE_UNSIGNED_LONG_LONG_INT
542
543 /* Define to 1 if you have the `vfork' function. */
544 #undef HAVE_VFORK
545
546 /* Define to 1 if you have the <vfork.h> header file. */
547 #undef HAVE_VFORK_H
548
549 /* Define to 1 if you have the <wait.h> header file. */
550 #undef HAVE_WAIT_H
551
552 /* Define to 1 if you have the `wborder' function. */
553 #undef HAVE_WBORDER
554
555 /* Define to 1 if you have the <wchar.h> header file. */
556 #undef HAVE_WCHAR_H
557
558 /* Define to 1 if `fork' works. */
559 #undef HAVE_WORKING_FORK
560
561 /* Define to 1 if `vfork' works. */
562 #undef HAVE_WORKING_VFORK
563
564 /* Define to 1 if you have the `XML_StopParser' function. */
565 #undef HAVE_XML_STOPPARSER
566
567 /* Define to 1 if you have the <zlib.h> header file. */
568 #undef HAVE_ZLIB_H
569
570 /* Define to 1 if your system has the _etext variable. */
571 #undef HAVE__ETEXT
572
573 /* Define to 1 if you have the `_mcleanup' function. */
574 #undef HAVE__MCLEANUP
575
576 /* Define as const if the declaration of iconv() needs const. */
577 #undef ICONV_CONST
578
579 /* Define if you want to use new multi-fd /proc interface (replaces
580 HAVE_MULTIPLE_PROC_FDS as well as other macros). */
581 #undef NEW_PROC_API
582
583 /* Name of this package. */
584 #undef PACKAGE
585
586 /* Define to the address where bug reports for this package should be sent. */
587 #undef PACKAGE_BUGREPORT
588
589 /* Define to the full name of this package. */
590 #undef PACKAGE_NAME
591
592 /* Define to the full name and version of this package. */
593 #undef PACKAGE_STRING
594
595 /* Define to the one symbol short name of this package. */
596 #undef PACKAGE_TARNAME
597
598 /* Define to the version of this package. */
599 #undef PACKAGE_VERSION
600
601 /* Additional package description */
602 #undef PKGVERSION
603
604 /* Define if the prfpregset_t type is broken. */
605 #undef PRFPREGSET_T_BROKEN
606
607 /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
608 #undef PRINTF_HAS_DECFLOAT
609
610 /* Define to 1 if the "%Lg" format works to print long doubles. */
611 #undef PRINTF_HAS_LONG_DOUBLE
612
613 /* Define to 1 if the "%ll" format works to print long longs. */
614 #undef PRINTF_HAS_LONG_LONG
615
616 /* Define if <proc_service.h> on solaris uses int instead of size_t, and
617 assorted other type changes. */
618 #undef PROC_SERVICE_IS_OLD
619
620 /* Define to the type of arg 3 for ptrace. */
621 #undef PTRACE_TYPE_ARG3
622
623 /* Define to the type of arg 5 for ptrace. */
624 #undef PTRACE_TYPE_ARG5
625
626 /* Define as the return type of ptrace. */
627 #undef PTRACE_TYPE_RET
628
629 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
630 'ptrdiff_t'. */
631 #undef PTRDIFF_T_SUFFIX
632
633 /* Relocated directory for source files. */
634 #undef RELOC_SRCDIR
635
636 /* Bug reporting address */
637 #undef REPORT_BUGS_TO
638
639 /* Define as the return type of signal handlers (`int' or `void'). */
640 #undef RETSIGTYPE
641
642 /* Define to 1 if the "%Lg" format works to scan long doubles. */
643 #undef SCANF_HAS_LONG_DOUBLE
644
645 /* Define to 1 if the `setpgrp' function takes no argument. */
646 #undef SETPGRP_VOID
647
648 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
649 'sig_atomic_t'. */
650 #undef SIG_ATOMIC_T_SUFFIX
651
652 /* The size of a `long', as computed by sizeof. */
653 #undef SIZEOF_LONG
654
655 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
656 'size_t'. */
657 #undef SIZE_T_SUFFIX
658
659 /* If using the C implementation of alloca, define if you know the
660 direction of stack growth for your system; otherwise it will be
661 automatically deduced at run-time.
662 STACK_DIRECTION > 0 => grows toward higher addresses
663 STACK_DIRECTION < 0 => grows toward lower addresses
664 STACK_DIRECTION = 0 => direction of growth unknown */
665 #undef STACK_DIRECTION
666
667 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
668 #undef STAT_MACROS_BROKEN
669
670 /* Define to 1 if you have the ANSI C header files. */
671 #undef STDC_HEADERS
672
673 /* System-wide gdbinit file. */
674 #undef SYSTEM_GDBINIT
675
676 /* Define if the system-wide gdbinit file should be relocated when GDB is
677 moved. */
678 #undef SYSTEM_GDBINIT_RELOCATABLE
679
680 /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
681 #undef THREAD_DB_HAS_TD_NOTALLOC
682
683 /* Define if <thread_db.h> has the TD_NOTLS error code. */
684 #undef THREAD_DB_HAS_TD_NOTLS
685
686 /* Define if <thread_db.h> has the TD_VERSION error code. */
687 #undef THREAD_DB_HAS_TD_VERSION
688
689 /* Define to 1 if the regex included in libiberty should be used. */
690 #undef USE_INCLUDED_REGEX
691
692 /* Define if we should use the Windows API, instead of the POSIX API. On
693 Windows, we use the Windows API when building for MinGW, but the POSIX API
694 when building for Cygwin. */
695 #undef USE_WIN32API
696
697 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
698 'wchar_t'. */
699 #undef WCHAR_T_SUFFIX
700
701 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
702 'wint_t'. */
703 #undef WINT_T_SUFFIX
704
705 /* Define if the simulator is being linked in. */
706 #undef WITH_SIM
707
708 /* Define to 1 if your processor stores words with the most significant byte
709 first (like Motorola and SPARC, unlike Intel and VAX). */
710 #undef WORDS_BIGENDIAN
711
712 /* Define to 1 if on AIX 3.
713 System headers sometimes define this.
714 We just want to avoid a redefinition error message. */
715 #ifndef _ALL_SOURCE
716 # undef _ALL_SOURCE
717 #endif
718
719 /* Enable GNU extensions on systems that have them. */
720 #ifndef _GNU_SOURCE
721 # undef _GNU_SOURCE
722 #endif
723
724 /* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
725 <sys/proc.h> problem on IRIX 5. */
726 #undef _KMEMUSER
727
728 /* Define to 1 if on MINIX. */
729 #undef _MINIX
730
731 /* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
732 2.[789] when using GCC. */
733 #undef _MSE_INT_H
734
735 /* Define to 2 if the system does not provide POSIX.1 features except with
736 this defined. */
737 #undef _POSIX_1_SOURCE
738
739 /* Define to 1 if you need to in order for `stat' and other things to work. */
740 #undef _POSIX_SOURCE
741
742 /* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
743 #undef _SYSCALL32
744
745 /* Enable extensions on AIX 3, Interix. */
746 #ifndef _ALL_SOURCE
747 # undef _ALL_SOURCE
748 #endif
749 /* Enable GNU extensions on systems that have them. */
750 #ifndef _GNU_SOURCE
751 # undef _GNU_SOURCE
752 #endif
753 /* Enable threading extensions on Solaris. */
754 #ifndef _POSIX_PTHREAD_SEMANTICS
755 # undef _POSIX_PTHREAD_SEMANTICS
756 #endif
757 /* Enable extensions on HP NonStop. */
758 #ifndef _TANDEM_SOURCE
759 # undef _TANDEM_SOURCE
760 #endif
761 /* Enable general extensions on Solaris. */
762 #ifndef __EXTENSIONS__
763 # undef __EXTENSIONS__
764 #endif
765
766
767 /* Define to empty if `const' does not conform to ANSI C. */
768 #undef const
769
770 /* Define to `__inline__' or `__inline' if that's what the C compiler
771 calls it, or to nothing if 'inline' is not supported under any name. */
772 #ifndef __cplusplus
773 #undef inline
774 #endif
775
776 /* Define to rpl_memcmp if the replacement function should be used. */
777 #undef memcmp
778
779 /* Define to `int' if <sys/types.h> does not define. */
780 #undef pid_t
781
782 /* Define to the equivalent of the C99 'restrict' keyword, or to
783 nothing if this is not supported. Do not define if restrict is
784 supported directly. */
785 #undef restrict
786 /* Work around a bug in Sun C++: it does not support _Restrict, even
787 though the corresponding Sun C compiler does, which causes
788 "#define restrict _Restrict" in the previous line. Perhaps some future
789 version of Sun C++ will work with _Restrict; if so, it'll probably
790 define __RESTRICT, just as Sun C does. */
791 #if defined __SUNPRO_CC && !defined __RESTRICT
792 # define _Restrict
793 #endif
794
795 /* Define as `fork' if `vfork' does not work. */
796 #undef vfork
This page took 0.044754 seconds and 4 git commands to generate.