config.h revision 1.3
1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gdb,v 1.6 2013/10/03 18:58:37 christos Exp  */
3/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4
5/* config.h.  Generated from config.in by configure.  */
6/* config.in.  Generated from configure.ac by autoheader.  */
7
8/* Define if building universal (internal helper macro) */
9/* #undef AC_APPLE_UNIVERSAL_BUILD */
10
11/* Directories from which to load auto-loaded scripts. */
12#define AUTO_LOAD_DIR ":${prefix}/share/auto-load"
13
14/* Directories safe to hold auto-loaded files. */
15#define AUTO_LOAD_SAFE_PATH ":${prefix}/share/auto-load"
16
17/* Directory of programs. */
18#define BINDIR "/usr/bin"
19
20/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
21   systems. This function is required for `alloca.c' support on those systems.
22   */
23/* #undef CRAY_STACKSEG_END */
24
25/* Define to 1 if using `alloca.c'. */
26/* #undef C_ALLOCA */
27
28/* look for global separate debug info in this path [LIBDIR/debug] */
29#define DEBUGDIR "/usr/libdata/debug"
30
31/* Define if the separate-debug-dir directory should be relocated when GDB is
32   moved. */
33#define DEBUGDIR_RELOCATABLE 1
34
35/* Define to BFD's default architecture. */
36#define DEFAULT_BFD_ARCH bfd_arm_arch
37
38/* Define to BFD's default target vector. */
39#define DEFAULT_BFD_VEC bfd_elf32_bigarm_vec
40
41/* Define to 1 if translation of program messages to the user's native
42   language is requested. */
43#define ENABLE_NLS 1
44
45/* The .gdbinit filename. */
46#define GDBINIT ".gdbinit"
47
48/* look for global separate data files in this path [DATADIR/gdb] */
49#define GDB_DATADIR "/usr/share/gdb"
50
51/* Define if the gdb-datadir directory should be relocated when GDB is moved.
52   */
53#define GDB_DATADIR_RELOCATABLE 1
54
55/* Define to be a string naming the default host character set. */
56#define GDB_DEFAULT_HOST_CHARSET "UTF-8"
57
58/* Host double floatformat */
59#define GDB_HOST_DOUBLE_FORMAT 0
60
61/* Host float floatformat */
62#define GDB_HOST_FLOAT_FORMAT 0
63
64/* Host long double floatformat */
65#define GDB_HOST_LONG_DOUBLE_FORMAT 0
66
67/* nativefile */
68/* #undef GDB_NM_FILE */
69
70/* Define to the default OS ABI for this configuration. */
71/* #undef GDB_OSABI_DEFAULT */
72
73/* Define to 1 if you have `alloca', as a function or macro. */
74#define HAVE_ALLOCA 1
75
76/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
77   */
78/* #undef HAVE_ALLOCA_H */
79
80/* Define to 1 if you have the `btowc' function. */
81#define HAVE_BTOWC 1
82
83/* Define to 1 if you have the `canonicalize_file_name' function. */
84/* #undef HAVE_CANONICALIZE_FILE_NAME */
85
86/* Define to 1 if you have the <cursesX.h> header file. */
87/* #undef HAVE_CURSESX_H */
88
89/* Define to 1 if you have the <curses.h> header file. */
90#define HAVE_CURSES_H 1
91
92/* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
93   you don't. */
94#define HAVE_DECL_ADDR_NO_RANDOMIZE 0
95
96/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
97   */
98#define HAVE_DECL_FREE 1
99
100/* Define to 1 if you have the declaration of `getthrds', and to 0 if you
101   don't. */
102/* #undef HAVE_DECL_GETTHRDS */
103
104/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
105   */
106#define HAVE_DECL_MALLOC 1
107
108/* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
109   */
110#define HAVE_DECL_PTRACE 1
111
112/* Define to 1 if you have the declaration of `realloc', and to 0 if you
113   don't. */
114#define HAVE_DECL_REALLOC 1
115
116/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
117   don't. */
118#define HAVE_DECL_SNPRINTF 1
119
120/* Define to 1 if you have the declaration of `strerror', and to 0 if you
121   don't. */
122#define HAVE_DECL_STRERROR 1
123
124/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
125   */
126#define HAVE_DECL_STRSTR 1
127
128/* Define to 1 if you have the <dlfcn.h> header file. */
129#define HAVE_DLFCN_H 1
130
131/* Define if ELF support should be included. */
132#define HAVE_ELF 1
133
134/* Define to 1 if you have the <elf_hp.h> header file. */
135/* #undef HAVE_ELF_HP_H */
136
137/* Define to 1 if your system has the etext variable. */
138#define HAVE_ETEXT 1
139
140/* Define to 1 if you have the `fdwalk' function. */
141/* #undef HAVE_FDWALK */
142
143/* Define to 1 if you have the `fork' function. */
144#define HAVE_FORK 1
145
146/* Define if <sys/procfs.h> has fpregset_t. */
147/* #undef HAVE_FPREGSET_T */
148
149/* Define to 1 if you have the `getgid' function. */
150#define HAVE_GETGID 1
151
152/* Define to 1 if you have the `getpagesize' function. */
153#define HAVE_GETPAGESIZE 1
154
155/* Define to 1 if you have the `getrlimit' function. */
156#define HAVE_GETRLIMIT 1
157
158/* Define to 1 if you have the `getrusage' function. */
159#define HAVE_GETRUSAGE 1
160
161/* Define to 1 if you have the `getuid' function. */
162#define HAVE_GETUID 1
163
164/* Define if <sys/procfs.h> has gregset_t. */
165/* #undef HAVE_GREGSET_T */
166
167/* Define if you have the iconv() function. */
168#define HAVE_ICONV 1
169
170/* Define to 1 if you have the `iconvlist' function. */
171/* #undef HAVE_ICONVLIST */
172
173/* Define to 1 if you have the <inttypes.h> header file. */
174#define HAVE_INTTYPES_H 1
175
176/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
177#define HAVE_LANGINFO_CODESET 1
178
179/* Define if your <locale.h> file defines LC_MESSAGES. */
180#define HAVE_LC_MESSAGES 1
181
182/* Define if you have the babeltrace library. */
183/* #undef HAVE_LIBBABELTRACE */
184
185/* Define to 1 if you have the `dl' library (-ldl). */
186/* #undef HAVE_LIBDL */
187
188/* Define if you have the expat library. */
189/* #undef HAVE_LIBEXPAT */
190
191/* Define to 1 if you have the `libiconvlist' function. */
192/* #undef HAVE_LIBICONVLIST */
193
194/* Define if you have the lzma library. */
195/* #undef HAVE_LIBLZMA */
196
197/* Define to 1 if you have the `m' library (-lm). */
198#define HAVE_LIBM 1
199
200/* Define to 1 if you have the `mcheck' library (-lmcheck). */
201/* #undef HAVE_LIBMCHECK */
202
203/* Define if Python 2.4 is being used. */
204/* #undef HAVE_LIBPYTHON2_4 */
205
206/* Define if Python 2.5 is being used. */
207/* #undef HAVE_LIBPYTHON2_5 */
208
209/* Define if Python 2.6 is being used. */
210/* #undef HAVE_LIBPYTHON2_6 */
211
212/* Define if Python 2.7 is being used. */
213/* #undef HAVE_LIBPYTHON2_7 */
214
215/* Define to 1 if you have the <libunwind-ia64.h> header file. */
216/* #undef HAVE_LIBUNWIND_IA64_H */
217
218/* Define to 1 if you have the `w' library (-lw). */
219/* #undef HAVE_LIBW */
220
221/* Define to 1 if you have the <linux/perf_event.h> header file. */
222/* #undef HAVE_LINUX_PERF_EVENT_H */
223
224/* Define to 1 if you have the <locale.h> header file. */
225#define HAVE_LOCALE_H 1
226
227/* Define to 1 if the compiler supports long double. */
228#define HAVE_LONG_DOUBLE 1
229
230/* Define to 1 if you have the `lstat' function. */
231#define HAVE_LSTAT 1
232
233/* Define if <sys/procfs.h> has lwpid_t. */
234/* #undef HAVE_LWPID_T */
235
236/* Define to 1 if you have the <machine/reg.h> header file. */
237#define HAVE_MACHINE_REG_H 1
238
239/* Define to 1 if you have the <memory.h> header file. */
240#define HAVE_MEMORY_H 1
241
242/* Define to 1 if you have a working `mmap' system call. */
243#define HAVE_MMAP 1
244
245/* Define to 1 if you have the `monstartup' function. */
246#define HAVE_MONSTARTUP 1
247
248/* Define to 1 if you have the <ncurses.h> header file. */
249/* #undef HAVE_NCURSES_H */
250
251/* Define to 1 if you have the <ncurses/ncurses.h> header file. */
252/* #undef HAVE_NCURSES_NCURSES_H */
253
254/* Define to 1 if you have the <ncurses/term.h> header file. */
255/* #undef HAVE_NCURSES_TERM_H */
256
257/* Define to 1 if you have the <nlist.h> header file. */
258#define HAVE_NLIST_H 1
259
260/* Define if you support the personality syscall. */
261/* #undef HAVE_PERSONALITY */
262
263/* Define to 1 if you have the `pipe' function. */
264#define HAVE_PIPE 1
265
266/* Define to 1 if you have the `pipe2' function. */
267#define HAVE_PIPE2 1
268
269/* Define to 1 if you have the `poll' function. */
270#define HAVE_POLL 1
271
272/* Define to 1 if you have the <poll.h> header file. */
273#define HAVE_POLL_H 1
274
275/* Define to 1 if you have the `posix_madvise' function. */
276#define HAVE_POSIX_MADVISE 1
277
278/* Define to 1 if you have the `pread' function. */
279#define HAVE_PREAD 1
280
281/* Define to 1 if you have the `pread64' function. */
282/* #undef HAVE_PREAD64 */
283
284/* Define if <sys/procfs.h> has prfpregset_t. */
285/* #undef HAVE_PRFPREGSET_T */
286
287/* Define if <sys/procfs.h> has prgregset32_t. */
288/* #undef HAVE_PRGREGSET32_T */
289
290/* Define if <sys/procfs.h> has prgregset_t. */
291/* #undef HAVE_PRGREGSET_T */
292
293/* Define to 1 if you have the <proc_service.h> header file. */
294/* #undef HAVE_PROC_SERVICE_H */
295
296/* Define if <sys/procfs.h> has prsysent_t. */
297/* #undef HAVE_PRSYSENT_T */
298
299/* Define if <sys/procfs.h> has pr_sigaction64_t. */
300/* #undef HAVE_PR_SIGACTION64_T */
301
302/* Define if <sys/procfs.h> has pr_siginfo64_t. */
303/* #undef HAVE_PR_SIGINFO64_T */
304
305/* Define if <sys/procfs.h> has pr_sigset_t. */
306/* #undef HAVE_PR_SIGSET_T */
307
308/* Define if <sys/procfs.h> has psaddr_t. */
309/* #undef HAVE_PSADDR_T */
310
311/* Define to 1 if you have the `ptrace64' function. */
312/* #undef HAVE_PTRACE64 */
313
314/* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
315/* #undef HAVE_PTRACE_GETFPXREGS */
316
317/* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
318/* #undef HAVE_PTRACE_GETREGS */
319
320/* Define to 1 if you have the <ptrace.h> header file. */
321/* #undef HAVE_PTRACE_H */
322
323/* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
324/* #undef HAVE_PT_GETDBREGS */
325
326/* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
327/* #undef HAVE_PT_GETXMMREGS */
328
329/* Define to 1 if you have the `pwrite' function. */
330#define HAVE_PWRITE 1
331
332/* Define if Python interpreter is being linked in. */
333/* #undef HAVE_PYTHON */
334
335/* Define to 1 if you have the `readlink' function. */
336#define HAVE_READLINK 1
337
338/* Define to 1 if you have the `realpath' function. */
339#define HAVE_REALPATH 1
340
341/* Define to 1 if you have the `resize_term' function. */
342/* #undef HAVE_RESIZE_TERM */
343
344/* Define to 1 if you have the `sbrk' function. */
345#define HAVE_SBRK 1
346
347/* Define to 1 if you have the `setlocale' function. */
348#define HAVE_SETLOCALE 1
349
350/* Define to 1 if you have the `setpgid' function. */
351#define HAVE_SETPGID 1
352
353/* Define to 1 if you have the `setpgrp' function. */
354#define HAVE_SETPGRP 1
355
356/* Define to 1 if you have the `setrlimit' function. */
357#define HAVE_SETRLIMIT 1
358
359/* Define to 1 if you have the `setsid' function. */
360#define HAVE_SETSID 1
361
362/* Define to 1 if you have the <sgtty.h> header file. */
363#define HAVE_SGTTY_H 1
364
365/* Define to 1 if you have the `sigaction' function. */
366#define HAVE_SIGACTION 1
367
368/* Define to 1 if you have the <signal.h> header file. */
369#define HAVE_SIGNAL_H 1
370
371/* Define to 1 if you have the `sigprocmask' function. */
372#define HAVE_SIGPROCMASK 1
373
374/* Define if sigsetjmp is available. */
375#define HAVE_SIGSETJMP 1
376
377/* Define to 1 if you have the `sigsetmask' function. */
378#define HAVE_SIGSETMASK 1
379
380/* Define to 1 if you have the `socketpair' function. */
381#define HAVE_SOCKETPAIR 1
382
383/* Define to 1 if the system has the type `socklen_t'. */
384#define HAVE_SOCKLEN_T 1
385
386/* Define to 1 if you have the <stdint.h> header file. */
387#define HAVE_STDINT_H 1
388
389/* Define to 1 if you have the <stdlib.h> header file. */
390#define HAVE_STDLIB_H 1
391
392/* Define to 1 if you have the <strings.h> header file. */
393#define HAVE_STRINGS_H 1
394
395/* Define to 1 if you have the <string.h> header file. */
396#define HAVE_STRING_H 1
397
398/* Define to 1 if your system has struct lwp. */
399#define HAVE_STRUCT_LWP 1
400
401/* Define to 1 if your system has struct reg in <machine/reg.h>. */
402#define HAVE_STRUCT_REG 1
403
404/* Define to 1 if `struct reg' is a member of `r_fs'. */
405/* #undef HAVE_STRUCT_REG_R_FS */
406
407/* Define to 1 if `struct reg' is a member of `r_gs'. */
408/* #undef HAVE_STRUCT_REG_R_GS */
409
410/* Define to 1 if `struct stat' is a member of `st_blksize'. */
411#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
412
413/* Define to 1 if `struct stat' is a member of `st_blocks'. */
414#define HAVE_STRUCT_STAT_ST_BLOCKS 1
415
416/* Define to 1 if `struct thread' is a member of `td_pcb'. */
417/* #undef HAVE_STRUCT_THREAD_TD_PCB */
418
419/* Define to 1 if `struct user_regs_struct' is a member of `fs_base'. */
420/* #undef HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE */
421
422/* Define to 1 if `struct user_regs_struct' is a member of `gs_base'. */
423/* #undef HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE */
424
425/* Define to 1 if you have the <sys/debugreg.h> header file. */
426/* #undef HAVE_SYS_DEBUGREG_H */
427
428/* Define to 1 if you have the <sys/fault.h> header file. */
429/* #undef HAVE_SYS_FAULT_H */
430
431/* Define to 1 if you have the <sys/file.h> header file. */
432#define HAVE_SYS_FILE_H 1
433
434/* Define to 1 if you have the <sys/filio.h> header file. */
435#define HAVE_SYS_FILIO_H 1
436
437/* Define to 1 if you have the <sys/ioctl.h> header file. */
438#define HAVE_SYS_IOCTL_H 1
439
440/* Define to 1 if you have the <sys/param.h> header file. */
441#define HAVE_SYS_PARAM_H 1
442
443/* Define to 1 if you have the <sys/poll.h> header file. */
444#define HAVE_SYS_POLL_H 1
445
446/* Define to 1 if you have the <sys/procfs.h> header file. */
447/* #undef HAVE_SYS_PROCFS_H */
448
449/* Define to 1 if you have the <sys/proc.h> header file. */
450#define HAVE_SYS_PROC_H 1
451
452/* Define to 1 if you have the <sys/ptrace.h> header file. */
453#define HAVE_SYS_PTRACE_H 1
454
455/* Define to 1 if you have the <sys/reg.h> header file. */
456/* #undef HAVE_SYS_REG_H */
457
458/* Define to 1 if you have the <sys/resource.h> header file. */
459#define HAVE_SYS_RESOURCE_H 1
460
461/* Define to 1 if you have the <sys/select.h> header file. */
462#define HAVE_SYS_SELECT_H 1
463
464/* Define to 1 if you have the <sys/socket.h> header file. */
465#define HAVE_SYS_SOCKET_H 1
466
467/* Define to 1 if you have the <sys/stat.h> header file. */
468#define HAVE_SYS_STAT_H 1
469
470/* Define to 1 if you have the <sys/syscall.h> header file. */
471#define HAVE_SYS_SYSCALL_H 1
472
473/* Define to 1 if you have the <sys/types.h> header file. */
474#define HAVE_SYS_TYPES_H 1
475
476/* Define to 1 if you have the <sys/un.h> header file. */
477#define HAVE_SYS_UN_H 1
478
479/* Define to 1 if you have the <sys/user.h> header file. */
480#define HAVE_SYS_USER_H 1
481
482/* Define to 1 if you have the <sys/wait.h> header file. */
483#define HAVE_SYS_WAIT_H 1
484
485/* Define to 1 if you have the <termios.h> header file. */
486#define HAVE_TERMIOS_H 1
487
488/* Define to 1 if you have the <termio.h> header file. */
489/* #undef HAVE_TERMIO_H */
490
491/* Define to 1 if you have the <term.h> header file. */
492#define HAVE_TERM_H 1
493
494/* Define to 1 if you have the <thread_db.h> header file. */
495/* #undef HAVE_THREAD_DB_H */
496
497/* Define if using Solaris thread debugging. */
498/* #undef HAVE_THREAD_DB_LIB */
499
500/* Define if you support the tkill syscall. */
501/* #undef HAVE_TKILL_SYSCALL */
502
503/* Define to 1 if you have the `ttrace' function. */
504/* #undef HAVE_TTRACE */
505
506/* Define to 1 if you have the <unistd.h> header file. */
507#define HAVE_UNISTD_H 1
508
509/* Define to 1 if you have the `vfork' function. */
510#define HAVE_VFORK 1
511
512/* Define to 1 if you have the <vfork.h> header file. */
513/* #undef HAVE_VFORK_H */
514
515/* Define to 1 if you have the `waitpid' function. */
516#define HAVE_WAITPID 1
517
518/* Define to 1 if you have the <wait.h> header file. */
519/* #undef HAVE_WAIT_H */
520
521/* Define to 1 if you have the `wborder' function. */
522#define HAVE_WBORDER 1
523
524/* Define to 1 if `fork' works. */
525#define HAVE_WORKING_FORK 1
526
527/* Define to 1 if `vfork' works. */
528#define HAVE_WORKING_VFORK 1
529
530/* Define to 1 if you have the `wresize' function. */
531#define HAVE_WRESIZE 1
532
533/* Define to 1 if you have the `XML_StopParser' function. */
534/* #undef HAVE_XML_STOPPARSER */
535
536/* Define to 1 if you have the <zlib.h> header file. */
537#define HAVE_ZLIB_H 1
538
539/* Define to 1 if your system has the _etext variable. */
540#define HAVE__ETEXT 1
541
542/* Define to 1 if you have the `_mcleanup' function. */
543#define HAVE__MCLEANUP 1
544
545/* Path of directory of iconv program. */
546/* #undef ICONV_BIN */
547
548/* Define if the iconv directory should be relocated when GDB is moved. */
549/* #undef ICONV_BIN_RELOCATABLE */
550
551/* Define as const if the declaration of iconv() needs const. */
552#define ICONV_CONST const
553
554/* directory to load the JIT readers from */
555#define JIT_READER_DIR "/usr/lib/gdb"
556
557/* Define if the jit-reader-dir directory should be relocated when GDB is
558   moved. */
559#define JIT_READER_DIR_RELOCATABLE 1
560
561/* Define if you want to use new multi-fd /proc interface. */
562/* #undef NEW_PROC_API */
563
564/* Name of this package. */
565#define PACKAGE "gdb"
566
567/* Define to the address where bug reports for this package should be sent. */
568#define PACKAGE_BUGREPORT ""
569
570/* Define to the full name of this package. */
571#define PACKAGE_NAME ""
572
573/* Define to the full name and version of this package. */
574#define PACKAGE_STRING ""
575
576/* Define to the one symbol short name of this package. */
577#define PACKAGE_TARNAME ""
578
579/* Define to the home page for this package. */
580#define PACKAGE_URL ""
581
582/* Define to the version of this package. */
583#define PACKAGE_VERSION ""
584
585/* Additional package description */
586#define PKGVERSION "(GDB) "
587
588/* Define if the prfpregset_t type is broken. */
589/* #undef PRFPREGSET_T_BROKEN */
590
591/* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
592/* #undef PRINTF_HAS_DECFLOAT */
593
594/* Define to 1 if the "%Lg" format works to print long doubles. */
595/* #undef PRINTF_HAS_LONG_DOUBLE */
596
597/* Define to 1 if the "%ll" format works to print long longs. */
598/* #undef PRINTF_HAS_LONG_LONG */
599
600/* Define if <proc_service.h> on solaris uses int instead of size_t, and
601   assorted other type changes. */
602/* #undef PROC_SERVICE_IS_OLD */
603
604/* Define to the type of arg 3 for ptrace. */
605#define PTRACE_TYPE_ARG3 void *
606
607/* Define to the type of arg 4 for ptrace. */
608#define PTRACE_TYPE_ARG4 int
609
610/* Define to the type of arg 5 for ptrace. */
611/* #undef PTRACE_TYPE_ARG5 */
612
613/* Define as the return type of ptrace. */
614#define PTRACE_TYPE_RET int
615
616/* Define if the python directory should be relocated when GDB is moved. */
617/* #undef PYTHON_PATH_RELOCATABLE */
618
619/* Relocated directory for source files. */
620/* #undef RELOC_SRCDIR */
621
622/* Bug reporting address */
623#define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>"
624
625/* Define as the return type of signal handlers (`int' or `void'). */
626#define RETSIGTYPE void
627
628/* Define to 1 if the "%Lg" format works to scan long doubles. */
629/* #undef SCANF_HAS_LONG_DOUBLE */
630
631/* Define to 1 if the `setpgrp' function takes no argument. */
632/* #undef SETPGRP_VOID */
633
634/* The size of `long', as computed by sizeof. */
635/* #undef SIZEOF_LONG */
636
637/* The size of `unsigned long', as computed by sizeof. */
638#define SIZEOF_UNSIGNED_LONG 4
639
640/* The size of `unsigned long long', as computed by sizeof. */
641#define SIZEOF_UNSIGNED_LONG_LONG 8
642
643/* The size of `unsigned __int128', as computed by sizeof. */
644#define SIZEOF_UNSIGNED___INT128 0
645
646/* If using the C implementation of alloca, define if you know the
647   direction of stack growth for your system; otherwise it will be
648   automatically deduced at runtime.
649	STACK_DIRECTION > 0 => grows toward higher addresses
650	STACK_DIRECTION < 0 => grows toward lower addresses
651	STACK_DIRECTION = 0 => direction of growth unknown */
652/* #undef STACK_DIRECTION */
653
654/* Define to 1 if you have the ANSI C header files. */
655#define STDC_HEADERS 1
656
657/* automatically load a system-wide gdbinit file */
658#define SYSTEM_GDBINIT ""
659
660/* Define if the system-gdbinit directory should be relocated when GDB is
661   moved. */
662#define SYSTEM_GDBINIT_RELOCATABLE 0
663
664/* search for usr/lib et al within DIR */
665#define TARGET_SYSTEM_ROOT ""
666
667/* Define if the sysroot directory should be relocated when GDB is moved. */
668#define TARGET_SYSTEM_ROOT_RELOCATABLE 0
669
670/* Define if <thread_db.h> has the TD_NOTALLOC error code. */
671/* #undef THREAD_DB_HAS_TD_NOTALLOC */
672
673/* Define if <thread_db.h> has the TD_NOTLS error code. */
674/* #undef THREAD_DB_HAS_TD_NOTLS */
675
676/* Define if <thread_db.h> has the TD_VERSION error code. */
677/* #undef THREAD_DB_HAS_TD_VERSION */
678
679/* Define to 1 if the regex included in libiberty should be used. */
680#define USE_INCLUDED_REGEX 1
681
682/* Enable extensions on AIX 3, Interix.  */
683#ifndef _ALL_SOURCE
684# define _ALL_SOURCE 1
685#endif
686/* Enable GNU extensions on systems that have them.  */
687#ifndef _GNU_SOURCE
688# define _GNU_SOURCE 1
689#endif
690/* Enable threading extensions on Solaris.  */
691#ifndef _POSIX_PTHREAD_SEMANTICS
692# define _POSIX_PTHREAD_SEMANTICS 1
693#endif
694/* Enable extensions on HP NonStop.  */
695#ifndef _TANDEM_SOURCE
696# define _TANDEM_SOURCE 1
697#endif
698/* Enable general extensions on Solaris.  */
699#ifndef __EXTENSIONS__
700# define __EXTENSIONS__ 1
701#endif
702
703
704/* Define if we should use the Windows API, instead of the POSIX API. On
705   Windows, we use the Windows API when building for MinGW, but the POSIX API
706   when building for Cygwin. */
707/* #undef USE_WIN32API */
708
709/* Define if --with-python provides a path, either directly or via
710   python-config.py --exec-prefix. */
711/* #undef WITH_PYTHON_PATH */
712
713/* Define if the simulator is being linked in. */
714/* #undef WITH_SIM */
715
716/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
717   significant byte first (like Motorola and SPARC, unlike Intel). */
718#if defined AC_APPLE_UNIVERSAL_BUILD
719# if defined __BIG_ENDIAN__
720#  define WORDS_BIGENDIAN 1
721# endif
722#else
723# ifndef WORDS_BIGENDIAN
724/* #  undef WORDS_BIGENDIAN */
725# endif
726#endif
727
728/* Number of bits in a file offset, on hosts where this is settable. */
729/* #undef _FILE_OFFSET_BITS */
730
731/* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
732   <sys/proc.h> problem on IRIX 5. */
733/* #undef _KMEMUSER */
734
735/* Define for large files, on AIX-style hosts. */
736/* #undef _LARGE_FILES */
737
738/* Define to 1 if on MINIX. */
739/* #undef _MINIX */
740
741/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
742   2.[789] when using GCC. */
743/* #undef _MSE_INT_H */
744
745/* Define to 2 if the system does not provide POSIX.1 features except with
746   this defined. */
747/* #undef _POSIX_1_SOURCE */
748
749/* Define to 1 if you need to in order for `stat' and other things to work. */
750/* #undef _POSIX_SOURCE */
751
752/* Define to empty if `const' does not conform to ANSI C. */
753/* #undef const */
754
755/* Define to `__inline__' or `__inline' if that's what the C compiler
756   calls it, or to nothing if 'inline' is not supported under any name.  */
757#ifndef __cplusplus
758/* #undef inline */
759#endif
760
761/* Define to `int' if <sys/types.h> does not define. */
762/* #undef pid_t */
763
764/* Define as `fork' if `vfork' does not work. */
765/* #undef vfork */
766