config.h revision 131087
179684Sru/* $FreeBSD: head/gnu/usr.bin/gdb/arch/amd64/config.h 131087 2004-06-25 06:48:54Z marcel $ */
279684Sru
379684Sru/* config.h.  Generated automatically by configure.  */
479684Sru/* config.in.  Generated automatically from configure.in by autoheader.  */
579684Sru
679684Sru/* Define if on AIX 3.
779684Sru   System headers sometimes define this.
879684Sru   We just want to avoid a redefinition error message.  */
979684Sru#ifndef _ALL_SOURCE
1079684Sru/* #undef _ALL_SOURCE */
1179684Sru#endif
1279684Sru
1379684Sru/* Define if using alloca.c.  */
1479684Sru/* #undef C_ALLOCA */
1579684Sru
1679684Sru/* Define to empty if the keyword does not work.  */
1779684Sru/* #undef const */
1879684Sru
1979684Sru/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
2079684Sru   This function is required for alloca.c support on those systems.  */
2179684Sru/* #undef CRAY_STACKSEG_END */
2279684Sru
2379684Sru/* Define if you have alloca, as a function or macro.  */
2479684Sru#define HAVE_ALLOCA 1
2579684Sru
2679684Sru/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
2779684Sru/* #undef HAVE_ALLOCA_H */
2879684Sru
2979684Sru/* Define if the `long double' type works.  */
3079684Sru#define HAVE_LONG_DOUBLE 1
3179684Sru
3279684Sru/* Define if you have a working `mmap' system call.  */
3379684Sru#define HAVE_MMAP 1
3479684Sru
3579684Sru/* Define if you have <vfork.h>.  */
3679684Sru/* #undef HAVE_VFORK_H */
3779684Sru
3879684Sru/* Define as __inline if that's what the C compiler calls it.  */
3979684Sru/* #undef inline */
4079684Sru
4188509Sdavidc/* Define to `long' if <sys/types.h> doesn't define.  */
4279684Sru/* #undef off_t */
4379684Sru
4479684Sru/* Define to `int' if <sys/types.h> doesn't define.  */
4579684Sru/* #undef pid_t */
4679684Sru
4779684Sru/* Define if you need to in order for stat and other things to work.  */
4879684Sru/* #undef _POSIX_SOURCE */
4979684Sru
5079684Sru/* Define as the return type of signal handlers (int or void).  */
5179684Sru#define RETSIGTYPE void
5279684Sru
5379684Sru/* Define if the `setpgrp' function takes no argument.  */
5479684Sru/* #undef SETPGRP_VOID */
5579684Sru
5679684Sru/* Define to `unsigned' if <sys/types.h> doesn't define.  */
5779684Sru/* #undef size_t */
5898098Sdavidc
5979684Sru/* If using the C implementation of alloca, define if you know the
6098098Sdavidc   direction of stack growth for your system; otherwise it will be
6198098Sdavidc   automatically deduced at run-time.
6279684Sru STACK_DIRECTION > 0 => grows toward higher addresses
6379684Sru STACK_DIRECTION < 0 => grows toward lower addresses
6479684Sru STACK_DIRECTION = 0 => direction of growth unknown
6579684Sru */
6679684Sru/* #undef STACK_DIRECTION */
6798098Sdavidc
6879684Sru/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
6979684Sru/* #undef STAT_MACROS_BROKEN */
7079684Sru
7179684Sru/* Define if you have the ANSI C header files.  */
7279684Sru#define STDC_HEADERS 1
7379684Sru
7498098Sdavidc/* Define vfork as fork if vfork does not work.  */
7579684Sru/* #undef vfork */
76101822Sru
7779684Sru/* Enable GNU extensions on systems that have them.  */
7898098Sdavidc#ifndef _GNU_SOURCE
7998098Sdavidc# define _GNU_SOURCE 1
8098098Sdavidc#endif
81101822Sru
82101822Sru/* Define if your struct reg has r_fs.  */
83101822Sru/* #undef HAVE_STRUCT_REG_R_FS */
8479684Sru
8579684Sru/* Define if your struct stat has st_blocks.  */
8679684Sru#define HAVE_STRUCT_STAT_ST_BLOCKS 1
8798098Sdavidc
8898098Sdavidc/* Define if your struct reg has r_gs.  */
89101822Sru/* #undef HAVE_STRUCT_REG_R_GS */
9098098Sdavidc
9179684Sru/* Define if <link.h> exists and defines struct link_map which has
9279684Sru   members with an ``l_'' prefix.  (For Solaris, SVR4, and
9379684Sru   SVR4-like systems.) */
9498098Sdavidc#define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1
9598098Sdavidc
9698098Sdavidc/* Define if <link.h> exists and defines struct link_map which has
9798098Sdavidc  members with an ``lm_'' prefix.  (For SunOS.)  */
9898098Sdavidc/* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */
99101822Sru
10098098Sdavidc/* Define if <link.h> exists and defines a struct so_map which has
10198098Sdavidc  members with an ``som_'' prefix.  (Found on older *BSD systems.)  */
10279684Sru/* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */
10398098Sdavidc
10498098Sdavidc/* Define if <sys/link.h> has struct link_map32 */
10579684Sru/* #undef HAVE_STRUCT_LINK_MAP32 */
10698098Sdavidc
10779684Sru/* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
108147647Shmp/* #undef _SYSCALL32 */
10979684Sru
110/* Define if the prfpregset_t type is broken. */
111/* #undef PRFPREGSET_T_BROKEN */
112
113/* Define if you want to use new multi-fd /proc interface
114   (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
115/* #undef NEW_PROC_API */
116
117/* Define if ioctl argument PIOCSET is available. */
118/* #undef HAVE_PROCFS_PIOCSET */
119
120/* Define if the `long long' type works.  */
121#define CC_HAS_LONG_LONG 1
122
123/* Define if the "ll" format works to print long long ints. */
124#define PRINTF_HAS_LONG_LONG 1
125
126/* Define if the "%Lg" format works to print long doubles. */
127#define PRINTF_HAS_LONG_DOUBLE 1
128
129/* Define if the "%Lg" format works to scan long doubles. */
130#define SCANF_HAS_LONG_DOUBLE 1
131
132/* Define if using Solaris thread debugging.  */
133/* #undef HAVE_THREAD_DB_LIB */
134
135/* Define on a GNU/Linux system to work around problems in sys/procfs.h.  */
136/* #undef START_INFERIOR_TRAPS_EXPECTED */
137/* #undef sys_quotactl */
138
139/* Define if you have HPUX threads */
140/* #undef HAVE_HPUX_THREAD_SUPPORT */
141
142/* Define if <proc_service.h> on solaris uses int instead of
143   size_t, and assorted other type changes. */
144/* #undef PROC_SERVICE_IS_OLD */
145
146/* Define if the simulator is being linked in.  */
147#define WITH_SIM 1
148
149/* Set to true if the save_state_t structure is present */
150/* #undef HAVE_STRUCT_SAVE_STATE_T */
151
152/* Set to true if the save_state_t structure has the ss_wide member */
153/* #undef HAVE_STRUCT_MEMBER_SS_WIDE */
154
155/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request.  */
156/* #undef HAVE_PTRACE_GETREGS */
157
158/* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request.  */
159/* #undef HAVE_PTRACE_GETFPXREGS */
160
161/* Define if <sys/ptrace.h> defines the PT_GETDBREGS request.  */
162#define HAVE_PT_GETDBREGS 1
163
164/* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request.  */
165/* #undef HAVE_PT_GETXMMREGS */
166
167/* Define if libunwind library is being used.  */
168/* #undef HAVE_LIBUNWIND */
169
170/* hostfile */
171#define GDB_XM_FILE config/i386/xm-i386.h
172
173/* targetfile */
174#define GDB_TM_FILE config/i386/tm-fbsd.h
175
176/* nativefile */
177#define GDB_NM_FILE config/i386/nm-fbsd64.h
178
179/* Define to 1 so <sys/proc.h> gets a definition of anon_hdl.  Works
180   around a <sys/proc.h> problem on IRIX 5.  */
181#ifndef _KMEMUSER
182/* #undef _KMEMUSER */
183#endif
184
185/* Define if you have the __argz_count function.  */
186/* #undef HAVE___ARGZ_COUNT */
187
188/* Define if you have the __argz_next function.  */
189/* #undef HAVE___ARGZ_NEXT */
190
191/* Define if you have the __argz_stringify function.  */
192/* #undef HAVE___ARGZ_STRINGIFY */
193
194/* Define if you have the _mcleanup function.  */
195#define HAVE__MCLEANUP 1
196
197/* Define if you have the canonicalize_file_name function.  */
198/* #undef HAVE_CANONICALIZE_FILE_NAME */
199
200/* Define if you have the dcgettext function.  */
201/* #undef HAVE_DCGETTEXT */
202
203/* Define if you have the getcwd function.  */
204#define HAVE_GETCWD 1
205
206/* Define if you have the getpagesize function.  */
207#define HAVE_GETPAGESIZE 1
208
209/* Define if you have the monstartup function.  */
210#define HAVE_MONSTARTUP 1
211
212/* Define if you have the munmap function.  */
213#define HAVE_MUNMAP 1
214
215/* Define if you have the poll function.  */
216#define HAVE_POLL 1
217
218/* Define if you have the pread64 function.  */
219/* #undef HAVE_PREAD64 */
220
221/* Define if you have the putenv function.  */
222#define HAVE_PUTENV 1
223
224/* Define if you have the realpath function.  */
225#define HAVE_REALPATH 1
226
227/* Define if you have the sbrk function.  */
228#define HAVE_SBRK 1
229
230/* Define if you have the setenv function.  */
231#define HAVE_SETENV 1
232
233/* Define if you have the setlocale function.  */
234#define HAVE_SETLOCALE 1
235
236/* Define if you have the setpgid function.  */
237#define HAVE_SETPGID 1
238
239/* Define if you have the setpgrp function.  */
240#define HAVE_SETPGRP 1
241
242/* Define if you have the sigaction function.  */
243#define HAVE_SIGACTION 1
244
245/* Define if you have the sigprocmask function.  */
246#define HAVE_SIGPROCMASK 1
247
248/* Define if you have the sigsetmask function.  */
249#define HAVE_SIGSETMASK 1
250
251/* Define if you have the socketpair function.  */
252#define HAVE_SOCKETPAIR 1
253
254/* Define if you have the stpcpy function.  */
255#define HAVE_STPCPY 1
256
257/* Define if you have the strcasecmp function.  */
258#define HAVE_STRCASECMP 1
259
260/* Define if you have the strchr function.  */
261#define HAVE_STRCHR 1
262
263/* Define if you have the syscall function.  */
264#define HAVE_SYSCALL 1
265
266/* Define if you have the <argz.h> header file.  */
267/* #undef HAVE_ARGZ_H */
268
269/* Define if you have the <ctype.h> header file.  */
270#define HAVE_CTYPE_H 1
271
272/* Define if you have the <curses.h> header file.  */
273#define HAVE_CURSES_H 1
274
275/* Define if you have the <dirent.h> header file.  */
276#define HAVE_DIRENT_H 1
277
278/* Define if you have the <libunwind-ia64.h> header file.  */
279/* #undef HAVE_LIBUNWIND_IA64_H */
280
281/* Define if you have the <libunwind.h> header file.  */
282/* #undef HAVE_LIBUNWIND_H */
283
284/* Define if you have the <limits.h> header file.  */
285#define HAVE_LIMITS_H 1
286
287/* Define if you have the <link.h> header file.  */
288#define HAVE_LINK_H 1
289
290/* Define if you have the <locale.h> header file.  */
291#define HAVE_LOCALE_H 1
292
293/* Define if you have the <machine/reg.h> header file.  */
294#define HAVE_MACHINE_REG_H 1
295
296/* Define if you have the <malloc.h> header file.  */
297/* #undef HAVE_MALLOC_H */
298
299/* Define if you have the <memory.h> header file.  */
300#define HAVE_MEMORY_H 1
301
302/* Define if you have the <ncurses.h> header file.  */
303#define HAVE_NCURSES_H 1
304
305/* Define if you have the <ndir.h> header file.  */
306/* #undef HAVE_NDIR_H */
307
308/* Define if you have the <nl_types.h> header file.  */
309#define HAVE_NL_TYPES_H 1
310
311/* Define if you have the <nlist.h> header file.  */
312#define HAVE_NLIST_H 1
313
314/* Define if you have the <poll.h> header file.  */
315#define HAVE_POLL_H 1
316
317/* Define if you have the <proc_service.h> header file.  */
318/* #undef HAVE_PROC_SERVICE_H */
319
320/* Define if you have the <ptrace.h> header file.  */
321/* #undef HAVE_PTRACE_H */
322
323/* Define if you have the <sgtty.h> header file.  */
324#define HAVE_SGTTY_H 1
325
326/* Define if you have the <stddef.h> header file.  */
327#define HAVE_STDDEF_H 1
328
329/* Define if you have the <stdint.h> header file.  */
330#define HAVE_STDINT_H 1
331
332/* Define if you have the <stdlib.h> header file.  */
333#define HAVE_STDLIB_H 1
334
335/* Define if you have the <string.h> header file.  */
336#define HAVE_STRING_H 1
337
338/* Define if you have the <strings.h> header file.  */
339#define HAVE_STRINGS_H 1
340
341/* Define if you have the <sys/debugreg.h> header file.  */
342/* #undef HAVE_SYS_DEBUGREG_H */
343
344/* Define if you have the <sys/dir.h> header file.  */
345/* #undef HAVE_SYS_DIR_H */
346
347/* Define if you have the <sys/fault.h> header file.  */
348/* #undef HAVE_SYS_FAULT_H */
349
350/* Define if you have the <sys/file.h> header file.  */
351#define HAVE_SYS_FILE_H 1
352
353/* Define if you have the <sys/filio.h> header file.  */
354#define HAVE_SYS_FILIO_H 1
355
356/* Define if you have the <sys/ioctl.h> header file.  */
357#define HAVE_SYS_IOCTL_H 1
358
359/* Define if you have the <sys/ndir.h> header file.  */
360/* #undef HAVE_SYS_NDIR_H */
361
362/* Define if you have the <sys/param.h> header file.  */
363#define HAVE_SYS_PARAM_H 1
364
365/* Define if you have the <sys/poll.h> header file.  */
366#define HAVE_SYS_POLL_H 1
367
368/* Define if you have the <sys/proc.h> header file.  */
369#define HAVE_SYS_PROC_H 1
370
371/* Define if you have the <sys/procfs.h> header file.  */
372#define HAVE_SYS_PROCFS_H 1
373
374/* Define if you have the <sys/ptrace.h> header file.  */
375#define HAVE_SYS_PTRACE_H 1
376
377/* Define if you have the <sys/reg.h> header file.  */
378/* #undef HAVE_SYS_REG_H */
379
380/* Define if you have the <sys/select.h> header file.  */
381#define HAVE_SYS_SELECT_H 1
382
383/* Define if you have the <sys/syscall.h> header file.  */
384#define HAVE_SYS_SYSCALL_H 1
385
386/* Define if you have the <sys/user.h> header file.  */
387#define HAVE_SYS_USER_H 1
388
389/* Define if you have the <sys/wait.h> header file.  */
390#define HAVE_SYS_WAIT_H 1
391
392/* Define if you have the <term.h> header file.  */
393#define HAVE_TERM_H 1
394
395/* Define if you have the <termio.h> header file.  */
396/* #undef HAVE_TERMIO_H */
397
398/* Define if you have the <termios.h> header file.  */
399#define HAVE_TERMIOS_H 1
400
401/* Define if you have the <thread_db.h> header file.  */
402/* #undef HAVE_THREAD_DB_H */
403
404/* Define if you have the <time.h> header file.  */
405#define HAVE_TIME_H 1
406
407/* Define if you have the <unistd.h> header file.  */
408#define HAVE_UNISTD_H 1
409
410/* Define if you have the <values.h> header file.  */
411/* #undef HAVE_VALUES_H */
412
413/* Define if you have the <wait.h> header file.  */
414/* #undef HAVE_WAIT_H */
415
416/* Define if you have the dl library (-ldl).  */
417/* #undef HAVE_LIBDL */
418
419/* Define if you have the m library (-lm).  */
420#define HAVE_LIBM 1
421
422/* Define if you have the w library (-lw).  */
423/* #undef HAVE_LIBW */
424
425/* Define if you have the stpcpy function */
426#define HAVE_STPCPY 1
427
428/* Define if your locale.h file contains LC_MESSAGES. */
429#define HAVE_LC_MESSAGES 1
430
431/* Define to 1 if NLS is requested */
432/* #undef ENABLE_NLS */
433
434/* Define as 1 if you have gettext and don't want to use GNU gettext. */
435/* #undef HAVE_GETTEXT */
436
437/* Name of this package.  */
438#define PACKAGE "gdb"
439
440/* Global directory for separate debug files.  */
441#define DEBUGDIR "/usr/local/lib/debug"
442
443/* Define to BFD's default architecture.  */
444#define DEFAULT_BFD_ARCH bfd_i386_arch
445
446/* Define to BFD's default target vector.  */
447#define DEFAULT_BFD_VEC bfd_elf64_x86_64_vec
448
449/* Define to 1 if your system has the _etext variable.  */
450#define HAVE__ETEXT 1
451
452/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
453   Solaris 2.[78] when using GCC.  */
454/* #undef _MSE_INT_H */
455
456/* Define to 1 if we found this declaration otherwise define to 0. */
457#define HAVE_DECL_GETOPT 0
458
459/* Define if sigsetjmp is available.  */
460#define HAVE_SIGSETJMP 1
461
462/* Define to 1 if the regex included in libiberty should be used. */
463#define USE_INCLUDED_REGEX 1
464
465/* Define to 1 if your system has struct reg in <machine/reg.h>. */
466#define HAVE_STRUCT_REG 1
467
468/* Define if <stdint.h> provides the uintptr_t type. */
469#define HAVE_UINTPTR_T 1
470
471/* Define if malloc is not declared in system header files. */
472/* #undef NEED_DECLARATION_MALLOC */
473
474/* Define if realloc is not declared in system header files. */
475/* #undef NEED_DECLARATION_REALLOC */
476
477/* Define if free is not declared in system header files. */
478/* #undef NEED_DECLARATION_FREE */
479
480/* Define if strerror is not declared in system header files. */
481/* #undef NEED_DECLARATION_STRERROR */
482
483/* Define if strdup is not declared in system header files. */
484/* #undef NEED_DECLARATION_STRDUP */
485
486/* Define if strstr is not declared in system header files. */
487/* #undef NEED_DECLARATION_STRSTR */
488
489/* Define if canonicalize_file_name is not declared in system header files. */
490#define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
491
492/* Define if <sys/procfs.h> has pstatus_t. */
493/* #undef HAVE_PSTATUS_T */
494
495/* Define if <sys/procfs.h> has prrun_t. */
496/* #undef HAVE_PRRUN_T */
497
498/* Define if <sys/procfs.h> has gregset_t. */
499#define HAVE_GREGSET_T 1
500
501/* Define if <sys/procfs.h> has fpregset_t. */
502#define HAVE_FPREGSET_T 1
503
504/* Define if <sys/procfs.h> has prgregset_t. */
505/* #undef HAVE_PRGREGSET_T */
506
507/* Define if <sys/procfs.h> has prfpregset_t. */
508#define HAVE_PRFPREGSET_T 1
509
510/* Define if <sys/procfs.h> has prgregset32_t. */
511/* #undef HAVE_PRGREGSET32_T */
512
513/* Define if <sys/procfs.h> has prfpregset32_t. */
514/* #undef HAVE_PRFPREGSET32_T */
515
516/* Define if <sys/procfs.h> has lwpid_t. */
517#define HAVE_LWPID_T 1
518
519/* Define if <sys/procfs.h> has psaddr_t. */
520/* #undef HAVE_PSADDR_T */
521
522/* Define if <sys/procfs.h> has prsysent_t. */
523/* #undef HAVE_PRSYSENT_T */
524
525/* Define if <sys/procfs.h> has pr_sigset_t. */
526/* #undef HAVE_PR_SIGSET_T */
527
528/* Define if <sys/procfs.h> has pr_sigaction64_t. */
529/* #undef HAVE_PR_SIGACTION64_T */
530
531/* Define if <sys/procfs.h> has pr_siginfo64_t. */
532/* #undef HAVE_PR_SIGINFO64_T */
533
534/* Define if <thread_db.h> has the TD_NOTALLOC error code. */
535/* #undef THREAD_DB_HAS_TD_NOTALLOC */
536
537/* Define if we can use the tkill syscall. */
538/* #undef HAVE_TKILL_SYSCALL */
539
540/* Define to the default OS ABI for this configuration. */
541/* #undef GDB_OSABI_DEFAULT */
542
543/* Define to be a string naming the default host character set. */
544#define GDB_DEFAULT_HOST_CHARSET "ISO-8859-1"
545
546/* Define if you have the iconv() function. */
547/* #undef HAVE_ICONV */
548
549/* Define as const if the declaration of iconv() needs const. */
550/* #undef ICONV_CONST */
551
552