]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/acconfig.h
These files removed in July by this change:
[thirdparty/binutils-gdb.git] / gdb / acconfig.h
1 /* Define if pstatus_t type is available */
2 #undef HAVE_PSTATUS_T
3
4 /* Define if prrun_t type is available */
5 #undef HAVE_PRRUN_T
6
7 /* Define if fpregset_t type is available. */
8 #undef HAVE_FPREGSET_T
9
10 /* Define if gregset_t type is available. */
11 #undef HAVE_GREGSET_T
12
13 /* Define if ioctl argument PIOCSET is available. */
14 #undef HAVE_PROCFS_PIOCSET
15
16 /* /proc PID entries are directories containing the files
17 ctl as map status */
18 #undef HAVE_MULTIPLE_PROC_FDS
19
20 /* Define if the `long long' type works. */
21 #undef CC_HAS_LONG_LONG
22
23 /* Define if the "ll" format works to print long long ints. */
24 #undef PRINTF_HAS_LONG_LONG
25
26 /* Define if the "%Lg" format works to print long doubles. */
27 #undef PRINTF_HAS_LONG_DOUBLE
28
29 /* Define if the "%Lg" format works to scan long doubles. */
30 #undef SCANF_HAS_LONG_DOUBLE
31
32 /* Define if using Solaris thread debugging. */
33 #undef HAVE_THREAD_DB_LIB
34
35 /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
36 #undef START_INFERIOR_TRAPS_EXPECTED
37 #undef sys_quotactl
38
39 /* Define if you have HPUX threads */
40 #undef HAVE_HPUX_THREAD_SUPPORT
41
42 /* Define if you want to use the memory mapped malloc package (mmalloc). */
43 #undef USE_MMALLOC
44
45 /* Define if the runtime uses a routine from mmalloc before gdb has a chance
46 to initialize mmalloc, and we want to force checking to be used anyway.
47 This may cause spurious memory corruption messages if the runtime tries
48 to explicitly deallocate that memory when gdb calls exit. */
49 #undef MMCHECK_FORCE
50
51 /* Define to 1 if NLS is requested. */
52 #undef ENABLE_NLS
53
54 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
55 #undef HAVE_CATGETS
56
57 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
58 #undef HAVE_GETTEXT
59
60 /* Define as 1 if you have the stpcpy function. */
61 #undef HAVE_STPCPY
62
63 /* Define if your locale.h file contains LC_MESSAGES. */
64 #undef HAVE_LC_MESSAGES
65
66 /* Define if you want to use the full-screen terminal user interface. */
67 #undef TUI
68
69 /* Define if <proc_service.h> on solaris uses int instead of
70 size_t, and assorted other type changes. */
71 #undef PROC_SERVICE_IS_OLD
72
73 /* If you want to specify a default CPU variant, define this to be its
74 name, as a C string. */
75 #undef TARGET_CPU_DEFAULT
76
77 /* Define if the simulator is being linked in. */
78 #undef WITH_SIM
79
80 /* Set to true if the save_state_t structure is present */
81 #undef HAVE_STRUCT_SAVE_STATE_T
82
83 /* Set to true if the save_state_t structure has the ss_wide member */
84 #undef HAVE_STRUCT_MEMBER_SS_WIDE
85
86 /* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */
87 #undef HAVE_PTRACE_GETXFPREGS