619b0ae97b4ffef37e7316f10cd86fd55ab1a553
[deliverable/binutils-gdb.git] / gdb / acconfig.h
1 /* Define if compiling on Solaris 7. */
2 #undef _MSE_INT_H
3
4 /* Define if your struct reg has r_fs. */
5 #undef HAVE_STRUCT_REG_R_FS
6
7 /* Define if your struct reg has r_gs. */
8 #undef HAVE_STRUCT_REG_R_GS
9
10 /* Define if pstatus_t type is available */
11 #undef HAVE_PSTATUS_T
12
13 /* Define if prrun_t type is available */
14 #undef HAVE_PRRUN_T
15
16 /* Define if fpregset_t type is available. */
17 #undef HAVE_FPREGSET_T
18
19 /* Define if gregset_t type is available. */
20 #undef HAVE_GREGSET_T
21
22 /* Define if <sys/procfs.h> has prgregset_t. */
23 #undef HAVE_PRGREGSET_T
24
25 /* Define if <sys/procfs.h> has prfpregset_t. */
26 #undef HAVE_PRFPREGSET_T
27
28 /* Define if <sys/procfs.h> has lwpid_t. */
29 #undef HAVE_LWPID_T
30
31 /* Define if <sys/procfs.h> has psaddr_t. */
32 #undef HAVE_PSADDR_T
33
34 /* Define if <sys/procfs.h> has prgregset32_t. */
35 #undef HAVE_PRGREGSET32_T
36
37 /* Define if <sys/procfs.h> has prfpregset32_t. */
38 #undef HAVE_PRFPREGSET32_T
39
40 /* Define if <sys/procfs.h> has prsysent_t */
41 #undef HAVE_PRSYSENT_T
42
43 /* Define if <sys/procfs.h> has pr_sigset_t */
44 #undef HAVE_PR_SIGSET_T
45
46 /* Define if <sys/procfs.h> has pr_sigaction64_t */
47 #undef HAVE_PR_SIGACTION64_T
48
49 /* Define if <sys/procfs.h> has pr_siginfo64_t */
50 #undef HAVE_PR_SIGINFO64_T
51
52 /* Define if <link.h> exists and defines struct link_map which has
53 members with an ``l_'' prefix. (For Solaris, SVR4, and
54 SVR4-like systems.) */
55 #undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
56
57 /* Define if <link.h> exists and defines struct link_map which has
58 members with an ``lm_'' prefix. (For SunOS.) */
59 #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
60
61 /* Define if <link.h> exists and defines a struct so_map which has
62 members with an ``som_'' prefix. (Found on older *BSD systems.) */
63 #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
64
65 /* Define if <sys/link.h> has struct link_map32 */
66 #undef HAVE_STRUCT_LINK_MAP32
67
68 /* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
69 #undef _SYSCALL32
70
71 /* Define if the prfpregset_t type is broken. */
72 #undef PRFPREGSET_T_BROKEN
73
74 /* Define if you want to use new multi-fd /proc interface
75 (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
76 #undef NEW_PROC_API
77
78 /* Define if ioctl argument PIOCSET is available. */
79 #undef HAVE_PROCFS_PIOCSET
80
81 /* Define if the `long long' type works. */
82 #undef CC_HAS_LONG_LONG
83
84 /* Define if the "ll" format works to print long long ints. */
85 #undef PRINTF_HAS_LONG_LONG
86
87 /* Define if the "%Lg" format works to print long doubles. */
88 #undef PRINTF_HAS_LONG_DOUBLE
89
90 /* Define if the "%Lg" format works to scan long doubles. */
91 #undef SCANF_HAS_LONG_DOUBLE
92
93 /* Define if using Solaris thread debugging. */
94 #undef HAVE_THREAD_DB_LIB
95
96 /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
97 #undef START_INFERIOR_TRAPS_EXPECTED
98 #undef sys_quotactl
99
100 /* Define if you have HPUX threads */
101 #undef HAVE_HPUX_THREAD_SUPPORT
102
103 /* Define if you want to use the memory mapped malloc package (mmalloc). */
104 #undef USE_MMALLOC
105
106 /* Define if the runtime uses a routine from mmalloc before gdb has a chance
107 to initialize mmalloc, and we want to force checking to be used anyway.
108 This may cause spurious memory corruption messages if the runtime tries
109 to explicitly deallocate that memory when gdb calls exit. */
110 #undef MMCHECK_FORCE
111
112 /* Define to 1 if NLS is requested. */
113 #undef ENABLE_NLS
114
115 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
116 #undef HAVE_CATGETS
117
118 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
119 #undef HAVE_GETTEXT
120
121 /* Define as 1 if you have the stpcpy function. */
122 #undef HAVE_STPCPY
123
124 /* Define if your locale.h file contains LC_MESSAGES. */
125 #undef HAVE_LC_MESSAGES
126
127 /* Define if you want to use the full-screen terminal user interface. */
128 #undef TUI
129
130 /* Define if <proc_service.h> on solaris uses int instead of
131 size_t, and assorted other type changes. */
132 #undef PROC_SERVICE_IS_OLD
133
134 /* If you want to specify a default CPU variant, define this to be its
135 name, as a C string. */
136 #undef TARGET_CPU_DEFAULT
137
138 /* Define if the simulator is being linked in. */
139 #undef WITH_SIM
140
141 /* Set to true if the save_state_t structure is present */
142 #undef HAVE_STRUCT_SAVE_STATE_T
143
144 /* Set to true if the save_state_t structure has the ss_wide member */
145 #undef HAVE_STRUCT_MEMBER_SS_WIDE
146
147 /* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
148 #undef HAVE_PTRACE_GETREGS
149
150 /* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request. */
151 #undef HAVE_PTRACE_GETFPXREGS
152
153 /* Define if <sys/ptrace.h> defines the PT_GETDBREGS request. */
154 #undef HAVE_PT_GETDBREGS
155
156 /* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request. */
157 #undef HAVE_PT_GETXMMREGS
158
159 /* Define if gnu-regex.c included with GDB should be used. */
160 #undef USE_INCLUDED_REGEX
161
162 /* BFD's default architecture. */
163 #undef DEFAULT_BFD_ARCH
164
165 /* BFD's default target vector. */
166 #undef DEFAULT_BFD_VEC
167
168 /* Multi-arch enabled. */
169 #undef GDB_MULTI_ARCH
170
171 /* hostfile */
172 #undef GDB_XM_FILE
173
174 /* targetfile */
175 #undef GDB_TM_FILE
176
177 /* nativefile */
178 #undef GDB_NM_FILE
This page took 0.035573 seconds and 3 git commands to generate.