Commit | Line | Data |
---|---|---|
bc8bcb4b | 1 | /* config.in. Generated from configure.ac by autoheader. */ |
c960c18f | 2 | |
bc8bcb4b MK |
3 | /* Define to 1 if the compiler supports long long. */ |
4 | #undef CC_HAS_LONG_LONG | |
c906108c | 5 | |
bc8bcb4b MK |
6 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |
7 | systems. This function is required for `alloca.c' support on those systems. | |
8 | */ | |
9 | #undef CRAY_STACKSEG_END | |
c906108c | 10 | |
bc8bcb4b MK |
11 | /* Define to 1 if using `alloca.c'. */ |
12 | #undef C_ALLOCA | |
c906108c | 13 | |
bc8bcb4b MK |
14 | /* Global directory for separate debug files. */ |
15 | #undef DEBUGDIR | |
d9feb4e7 | 16 | |
bc8bcb4b MK |
17 | /* Define to BFD's default architecture. */ |
18 | #undef DEFAULT_BFD_ARCH | |
27aac7ff | 19 | |
bc8bcb4b MK |
20 | /* Define to BFD's default target vector. */ |
21 | #undef DEFAULT_BFD_VEC | |
c906108c | 22 | |
bc8bcb4b MK |
23 | /* Define to 1 if NLS is requested */ |
24 | #undef ENABLE_NLS | |
c906108c | 25 | |
bc8bcb4b MK |
26 | /* Define to be a string naming the default host character set. */ |
27 | #undef GDB_DEFAULT_HOST_CHARSET | |
c906108c | 28 | |
bc8bcb4b MK |
29 | /* Host double floatformat */ |
30 | #undef GDB_HOST_DOUBLE_FORMAT | |
d9feb4e7 | 31 | |
bc8bcb4b MK |
32 | /* Host float floatformat */ |
33 | #undef GDB_HOST_FLOAT_FORMAT | |
c906108c | 34 | |
bc8bcb4b MK |
35 | /* Host long double floatformat */ |
36 | #undef GDB_HOST_LONG_DOUBLE_FORMAT | |
96baa820 | 37 | |
60ca704f SE |
38 | /* nativefile */ |
39 | #undef GDB_NM_FILE | |
40 | ||
bc8bcb4b MK |
41 | /* Define to the default OS ABI for this configuration. */ |
42 | #undef GDB_OSABI_DEFAULT | |
14abd0fb | 43 | |
60ca704f SE |
44 | /* targetfile */ |
45 | #undef GDB_TM_FILE | |
46 | ||
47 | /* hostfile */ | |
48 | #undef GDB_XM_FILE | |
49 | ||
bc8bcb4b MK |
50 | /* Define to 1 if you have `alloca', as a function or macro. */ |
51 | #undef HAVE_ALLOCA | |
c906108c | 52 | |
bc8bcb4b MK |
53 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
54 | */ | |
55 | #undef HAVE_ALLOCA_H | |
58d370e0 | 56 | |
bc8bcb4b MK |
57 | /* Define to 1 if you have the <argz.h> header file. */ |
58 | #undef HAVE_ARGZ_H | |
c906108c | 59 | |
bc8bcb4b MK |
60 | /* Define to 1 if you have the `canonicalize_file_name' function. */ |
61 | #undef HAVE_CANONICALIZE_FILE_NAME | |
c906108c | 62 | |
bc8bcb4b MK |
63 | /* Define to 1 if you have the <ctype.h> header file. */ |
64 | #undef HAVE_CTYPE_H | |
c906108c | 65 | |
bc8bcb4b MK |
66 | /* Define to 1 if you have the <cursesX.h> header file. */ |
67 | #undef HAVE_CURSESX_H | |
c906108c | 68 | |
bc8bcb4b MK |
69 | /* Define to 1 if you have the <curses.h> header file. */ |
70 | #undef HAVE_CURSES_H | |
0200359f | 71 | |
bc8bcb4b MK |
72 | /* Define to 1 if you have the `dcgettext' function. */ |
73 | #undef HAVE_DCGETTEXT | |
c906108c | 74 | |
a3828db0 MK |
75 | /* Define to 1 if you have the declaration of `free', and to 0 if you don't. |
76 | */ | |
77 | #undef HAVE_DECL_FREE | |
78 | ||
79 | /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. | |
80 | */ | |
bc8bcb4b | 81 | #undef HAVE_DECL_GETOPT |
2acceee2 | 82 | |
a3828db0 MK |
83 | /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. |
84 | */ | |
85 | #undef HAVE_DECL_MALLOC | |
86 | ||
87 | /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't. | |
88 | */ | |
bc8bcb4b | 89 | #undef HAVE_DECL_PTRACE |
46711df8 | 90 | |
a3828db0 MK |
91 | /* Define to 1 if you have the declaration of `realloc', and to 0 if you |
92 | don't. */ | |
93 | #undef HAVE_DECL_REALLOC | |
94 | ||
e5a7de23 EZ |
95 | /* Define to 1 if you have the declaration of `snprintf', and to 0 if you |
96 | don't. */ | |
97 | #undef HAVE_DECL_SNPRINTF | |
98 | ||
a3828db0 MK |
99 | /* Define to 1 if you have the declaration of `strerror', and to 0 if you |
100 | don't. */ | |
101 | #undef HAVE_DECL_STRERROR | |
102 | ||
103 | /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. | |
104 | */ | |
105 | #undef HAVE_DECL_STRSTR | |
106 | ||
e5a7de23 EZ |
107 | /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you |
108 | don't. */ | |
109 | #undef HAVE_DECL_VSNPRINTF | |
110 | ||
bc8bcb4b MK |
111 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
112 | */ | |
113 | #undef HAVE_DIRENT_H | |
96baa820 | 114 | |
bc8bcb4b MK |
115 | /* Define to 1 if you have the `fork' function. */ |
116 | #undef HAVE_FORK | |
c906108c | 117 | |
bc8bcb4b MK |
118 | /* Define if <sys/procfs.h> has fpregset_t. */ |
119 | #undef HAVE_FPREGSET_T | |
c906108c | 120 | |
bc8bcb4b MK |
121 | /* Define to 1 if you have the `getcwd' function. */ |
122 | #undef HAVE_GETCWD | |
c906108c | 123 | |
d3ea6809 MM |
124 | /* Define to 1 if you have the `getgid' function. */ |
125 | #undef HAVE_GETGID | |
126 | ||
bc8bcb4b MK |
127 | /* Define to 1 if you have the `getpagesize' function. */ |
128 | #undef HAVE_GETPAGESIZE | |
b757528f | 129 | |
bc8bcb4b MK |
130 | /* Define as 1 if you have gettext and don't want to use GNU gettext. */ |
131 | #undef HAVE_GETTEXT | |
bcb3dc3d | 132 | |
d3ea6809 MM |
133 | /* Define to 1 if you have the `getuid' function. */ |
134 | #undef HAVE_GETUID | |
135 | ||
bc8bcb4b MK |
136 | /* Define to 1 if you have the <gnu/libc-version.h> header file. */ |
137 | #undef HAVE_GNU_LIBC_VERSION_H | |
8b9cf735 | 138 | |
bc8bcb4b MK |
139 | /* Define if <sys/procfs.h> has gregset_t. */ |
140 | #undef HAVE_GREGSET_T | |
c906108c | 141 | |
60ca704f SE |
142 | /* Define if you have HPUX threads */ |
143 | #undef HAVE_HPUX_THREAD_SUPPORT | |
144 | ||
bc8bcb4b MK |
145 | /* Define if you have the iconv() function. */ |
146 | #undef HAVE_ICONV | |
c906108c | 147 | |
bc8bcb4b MK |
148 | /* Define to 1 if you have the <inttypes.h> header file. */ |
149 | #undef HAVE_INTTYPES_H | |
c906108c | 150 | |
bc8bcb4b MK |
151 | /* Define if your locale.h file contains LC_MESSAGES. */ |
152 | #undef HAVE_LC_MESSAGES | |
5c7f2947 | 153 | |
bc8bcb4b MK |
154 | /* Define to 1 if you have the `dl' library (-ldl). */ |
155 | #undef HAVE_LIBDL | |
4b14d3e4 | 156 | |
bc8bcb4b MK |
157 | /* Define to 1 if you have the `m' library (-lm). */ |
158 | #undef HAVE_LIBM | |
159 | ||
60ca704f SE |
160 | /* Define if libunwind library is being used. */ |
161 | #undef HAVE_LIBUNWIND | |
162 | ||
bc8bcb4b MK |
163 | /* Define to 1 if you have the <libunwind.h> header file. */ |
164 | #undef HAVE_LIBUNWIND_H | |
a2f23071 | 165 | |
bc8bcb4b | 166 | /* Define to 1 if you have the <libunwind-ia64.h> header file. */ |
0e5d83e3 JJ |
167 | #undef HAVE_LIBUNWIND_IA64_H |
168 | ||
bc8bcb4b MK |
169 | /* Define to 1 if you have the `w' library (-lw). */ |
170 | #undef HAVE_LIBW | |
0e5d83e3 | 171 | |
bc8bcb4b | 172 | /* Define to 1 if you have the <limits.h> header file. */ |
c906108c SS |
173 | #undef HAVE_LIMITS_H |
174 | ||
bc8bcb4b | 175 | /* Define to 1 if you have the <link.h> header file. */ |
c906108c SS |
176 | #undef HAVE_LINK_H |
177 | ||
bc8bcb4b | 178 | /* Define to 1 if you have the <locale.h> header file. */ |
c906108c SS |
179 | #undef HAVE_LOCALE_H |
180 | ||
bc8bcb4b MK |
181 | /* Define to 1 if the compiler supports long double. */ |
182 | #undef HAVE_LONG_DOUBLE | |
183 | ||
184 | /* Define if <sys/procfs.h> has lwpid_t. */ | |
185 | #undef HAVE_LWPID_T | |
186 | ||
187 | /* Define to 1 if you have the <machine/reg.h> header file. */ | |
78434e59 MK |
188 | #undef HAVE_MACHINE_REG_H |
189 | ||
bc8bcb4b | 190 | /* Define to 1 if you have the <malloc.h> header file. */ |
c906108c SS |
191 | #undef HAVE_MALLOC_H |
192 | ||
bc8bcb4b | 193 | /* Define to 1 if you have the <memory.h> header file. */ |
c906108c SS |
194 | #undef HAVE_MEMORY_H |
195 | ||
bc8bcb4b MK |
196 | /* Define to 1 if you have a working `mmap' system call. */ |
197 | #undef HAVE_MMAP | |
198 | ||
199 | /* Define to 1 if you have the `monstartup' function. */ | |
200 | #undef HAVE_MONSTARTUP | |
201 | ||
202 | /* Define to 1 if you have the `munmap' function. */ | |
203 | #undef HAVE_MUNMAP | |
204 | ||
205 | /* Define to 1 if you have the <ncurses.h> header file. */ | |
2894793a AC |
206 | #undef HAVE_NCURSES_H |
207 | ||
bc8bcb4b | 208 | /* Define to 1 if you have the <ncurses/ncurses.h> header file. */ |
a6ed5501 MK |
209 | #undef HAVE_NCURSES_NCURSES_H |
210 | ||
bc8bcb4b | 211 | /* Define to 1 if you have the <ncurses/term.h> header file. */ |
3b78cdbb DA |
212 | #undef HAVE_NCURSES_TERM_H |
213 | ||
bc8bcb4b | 214 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
4b14d3e4 AC |
215 | #undef HAVE_NDIR_H |
216 | ||
bc8bcb4b MK |
217 | /* Define to 1 if you have the <nlist.h> header file. */ |
218 | #undef HAVE_NLIST_H | |
219 | ||
220 | /* Define to 1 if you have the <nl_types.h> header file. */ | |
c906108c SS |
221 | #undef HAVE_NL_TYPES_H |
222 | ||
bc8bcb4b MK |
223 | /* Define to 1 if you have the `poll' function. */ |
224 | #undef HAVE_POLL | |
486363b6 | 225 | |
bc8bcb4b | 226 | /* Define to 1 if you have the <poll.h> header file. */ |
409a3f64 AC |
227 | #undef HAVE_POLL_H |
228 | ||
bc8bcb4b MK |
229 | /* Define to 1 if you have the `pread64' function. */ |
230 | #undef HAVE_PREAD64 | |
231 | ||
232 | /* Define if <sys/procfs.h> has prfpregset32_t. */ | |
233 | #undef HAVE_PRFPREGSET32_T | |
234 | ||
235 | /* Define if <sys/procfs.h> has prfpregset_t. */ | |
236 | #undef HAVE_PRFPREGSET_T | |
237 | ||
238 | /* Define if <sys/procfs.h> has prgregset32_t. */ | |
239 | #undef HAVE_PRGREGSET32_T | |
240 | ||
241 | /* Define if <sys/procfs.h> has prgregset_t. */ | |
242 | #undef HAVE_PRGREGSET_T | |
243 | ||
60ca704f SE |
244 | /* Define if ioctl argument PIOCSET is available. */ |
245 | #undef HAVE_PROCFS_PIOCSET | |
246 | ||
bc8bcb4b | 247 | /* Define to 1 if you have the <proc_service.h> header file. */ |
e7d0728a AC |
248 | #undef HAVE_PROC_SERVICE_H |
249 | ||
bc8bcb4b MK |
250 | /* Define if <sys/procfs.h> has prrun_t. */ |
251 | #undef HAVE_PRRUN_T | |
252 | ||
253 | /* Define if <sys/procfs.h> has prsysent_t. */ | |
254 | #undef HAVE_PRSYSENT_T | |
255 | ||
256 | /* Define if <sys/procfs.h> has pr_sigaction64_t. */ | |
257 | #undef HAVE_PR_SIGACTION64_T | |
258 | ||
259 | /* Define if <sys/procfs.h> has pr_siginfo64_t. */ | |
260 | #undef HAVE_PR_SIGINFO64_T | |
261 | ||
262 | /* Define if <sys/procfs.h> has pr_sigset_t. */ | |
263 | #undef HAVE_PR_SIGSET_T | |
264 | ||
265 | /* Define if <sys/procfs.h> has psaddr_t. */ | |
266 | #undef HAVE_PSADDR_T | |
267 | ||
268 | /* Define if <sys/procfs.h> has pstatus_t. */ | |
269 | #undef HAVE_PSTATUS_T | |
270 | ||
60ca704f SE |
271 | /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */ |
272 | #undef HAVE_PTRACE_GETFPXREGS | |
273 | ||
274 | /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */ | |
275 | #undef HAVE_PTRACE_GETREGS | |
276 | ||
bc8bcb4b | 277 | /* Define to 1 if you have the <ptrace.h> header file. */ |
c906108c SS |
278 | #undef HAVE_PTRACE_H |
279 | ||
60ca704f SE |
280 | /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */ |
281 | #undef HAVE_PT_GETDBREGS | |
282 | ||
283 | /* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */ | |
284 | #undef HAVE_PT_GETXMMREGS | |
285 | ||
bc8bcb4b MK |
286 | /* Define to 1 if you have the `putenv' function. */ |
287 | #undef HAVE_PUTENV | |
288 | ||
289 | /* Define to 1 if you have the `realpath' function. */ | |
290 | #undef HAVE_REALPATH | |
291 | ||
292 | /* Define to 1 if you have the `sbrk' function. */ | |
293 | #undef HAVE_SBRK | |
294 | ||
295 | /* Define to 1 if you have the `setenv' function. */ | |
296 | #undef HAVE_SETENV | |
297 | ||
298 | /* Define to 1 if you have the `setlocale' function. */ | |
299 | #undef HAVE_SETLOCALE | |
300 | ||
301 | /* Define to 1 if you have the `setpgid' function. */ | |
302 | #undef HAVE_SETPGID | |
303 | ||
304 | /* Define to 1 if you have the `setpgrp' function. */ | |
305 | #undef HAVE_SETPGRP | |
306 | ||
307 | /* Define to 1 if you have the <sgtty.h> header file. */ | |
c906108c SS |
308 | #undef HAVE_SGTTY_H |
309 | ||
bc8bcb4b MK |
310 | /* Define to 1 if you have the `sigaction' function. */ |
311 | #undef HAVE_SIGACTION | |
312 | ||
313 | /* Define to 1 if you have the `sigprocmask' function. */ | |
314 | #undef HAVE_SIGPROCMASK | |
315 | ||
316 | /* Define if sigsetjmp is available. */ | |
317 | #undef HAVE_SIGSETJMP | |
318 | ||
319 | /* Define to 1 if you have the `sigsetmask' function. */ | |
320 | #undef HAVE_SIGSETMASK | |
321 | ||
322 | /* Define to 1 if you have the `socketpair' function. */ | |
323 | #undef HAVE_SOCKETPAIR | |
324 | ||
f9f87d2c MK |
325 | /* Define to 1 if the system has the type `socklen_t'. */ |
326 | #undef HAVE_SOCKLEN_T | |
327 | ||
bc8bcb4b | 328 | /* Define to 1 if you have the <stddef.h> header file. */ |
c906108c SS |
329 | #undef HAVE_STDDEF_H |
330 | ||
bc8bcb4b | 331 | /* Define to 1 if you have the <stdint.h> header file. */ |
e7d0728a AC |
332 | #undef HAVE_STDINT_H |
333 | ||
bc8bcb4b | 334 | /* Define to 1 if you have the <stdlib.h> header file. */ |
c906108c SS |
335 | #undef HAVE_STDLIB_H |
336 | ||
bc8bcb4b MK |
337 | /* Define if you have the stpcpy function */ |
338 | #undef HAVE_STPCPY | |
339 | ||
340 | /* Define to 1 if you have the `strcasecmp' function. */ | |
341 | #undef HAVE_STRCASECMP | |
c906108c | 342 | |
bc8bcb4b MK |
343 | /* Define to 1 if you have the `strchr' function. */ |
344 | #undef HAVE_STRCHR | |
345 | ||
346 | /* Define to 1 if you have the <strings.h> header file. */ | |
5ee754fc MK |
347 | #undef HAVE_STRINGS_H |
348 | ||
bc8bcb4b MK |
349 | /* Define to 1 if you have the <string.h> header file. */ |
350 | #undef HAVE_STRING_H | |
351 | ||
60ca704f SE |
352 | /* Define if <sys/link.h> has struct link_map32 */ |
353 | #undef HAVE_STRUCT_LINK_MAP32 | |
354 | ||
355 | /* Define if <link.h> exists and defines struct link_map which has members | |
356 | with an ``lm_'' prefix. (For SunOS.) */ | |
357 | #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS | |
358 | ||
359 | /* Define if <link.h> exists and defines struct link_map which has members | |
360 | with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */ | |
361 | #undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS | |
362 | ||
bc8bcb4b MK |
363 | /* Define to 1 if your system has struct lwp. */ |
364 | #undef HAVE_STRUCT_LWP | |
365 | ||
366 | /* Define to 1 if your system has struct reg in <machine/reg.h>. */ | |
367 | #undef HAVE_STRUCT_REG | |
368 | ||
5c45e068 MK |
369 | /* Define to 1 if `r_fs' is member of `struct reg'. */ |
370 | #undef HAVE_STRUCT_REG_R_FS | |
371 | ||
372 | /* Define to 1 if `r_gs' is member of `struct reg'. */ | |
373 | #undef HAVE_STRUCT_REG_R_GS | |
374 | ||
60ca704f SE |
375 | /* Define if <link.h> exists and defines a struct so_map which has members |
376 | with an ``som_'' prefix. (Found on older *BSD systems.) */ | |
377 | #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS | |
378 | ||
d3ea6809 MM |
379 | /* Define to 1 if `st_blksize' is member of `struct stat'. */ |
380 | #undef HAVE_STRUCT_STAT_ST_BLKSIZE | |
381 | ||
666ec76f MK |
382 | /* Define to 1 if `st_blocks' is member of `struct stat'. */ |
383 | #undef HAVE_STRUCT_STAT_ST_BLOCKS | |
384 | ||
5c45e068 | 385 | /* Define to 1 if `td_pcb' is member of `struct thread'. */ |
bc8bcb4b MK |
386 | #undef HAVE_STRUCT_THREAD_TD_PCB |
387 | ||
388 | /* Define to 1 if you have the `syscall' function. */ | |
389 | #undef HAVE_SYSCALL | |
390 | ||
391 | /* Define to 1 if you have the <sys/debugreg.h> header file. */ | |
c906108c SS |
392 | #undef HAVE_SYS_DEBUGREG_H |
393 | ||
bc8bcb4b MK |
394 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
395 | */ | |
4b14d3e4 AC |
396 | #undef HAVE_SYS_DIR_H |
397 | ||
bc8bcb4b | 398 | /* Define to 1 if you have the <sys/fault.h> header file. */ |
596c9d4b KB |
399 | #undef HAVE_SYS_FAULT_H |
400 | ||
bc8bcb4b | 401 | /* Define to 1 if you have the <sys/file.h> header file. */ |
fc24370e MS |
402 | #undef HAVE_SYS_FILE_H |
403 | ||
bc8bcb4b | 404 | /* Define to 1 if you have the <sys/filio.h> header file. */ |
0cf3e697 MH |
405 | #undef HAVE_SYS_FILIO_H |
406 | ||
bc8bcb4b | 407 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
7e89e357 JT |
408 | #undef HAVE_SYS_IOCTL_H |
409 | ||
bc8bcb4b MK |
410 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
411 | */ | |
4b14d3e4 AC |
412 | #undef HAVE_SYS_NDIR_H |
413 | ||
bc8bcb4b | 414 | /* Define to 1 if you have the <sys/param.h> header file. */ |
c906108c SS |
415 | #undef HAVE_SYS_PARAM_H |
416 | ||
bc8bcb4b | 417 | /* Define to 1 if you have the <sys/poll.h> header file. */ |
409a3f64 AC |
418 | #undef HAVE_SYS_POLL_H |
419 | ||
bc8bcb4b | 420 | /* Define to 1 if you have the <sys/procfs.h> header file. */ |
c906108c SS |
421 | #undef HAVE_SYS_PROCFS_H |
422 | ||
bc8bcb4b MK |
423 | /* Define to 1 if you have the <sys/proc.h> header file. */ |
424 | #undef HAVE_SYS_PROC_H | |
425 | ||
426 | /* Define to 1 if you have the <sys/ptrace.h> header file. */ | |
c906108c SS |
427 | #undef HAVE_SYS_PTRACE_H |
428 | ||
bc8bcb4b | 429 | /* Define to 1 if you have the <sys/reg.h> header file. */ |
c906108c SS |
430 | #undef HAVE_SYS_REG_H |
431 | ||
bc8bcb4b | 432 | /* Define to 1 if you have the <sys/select.h> header file. */ |
7a292a7a SS |
433 | #undef HAVE_SYS_SELECT_H |
434 | ||
bc8bcb4b MK |
435 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
436 | #undef HAVE_SYS_STAT_H | |
437 | ||
438 | /* Define to 1 if you have the <sys/syscall.h> header file. */ | |
596c9d4b KB |
439 | #undef HAVE_SYS_SYSCALL_H |
440 | ||
bc8bcb4b | 441 | /* Define to 1 if you have the <sys/types.h> header file. */ |
086ec9eb MK |
442 | #undef HAVE_SYS_TYPES_H |
443 | ||
bc8bcb4b | 444 | /* Define to 1 if you have the <sys/user.h> header file. */ |
944d780c AC |
445 | #undef HAVE_SYS_USER_H |
446 | ||
bc8bcb4b | 447 | /* Define to 1 if you have the <sys/wait.h> header file. */ |
c906108c SS |
448 | #undef HAVE_SYS_WAIT_H |
449 | ||
bc8bcb4b MK |
450 | /* Define to 1 if you have the <termios.h> header file. */ |
451 | #undef HAVE_TERMIOS_H | |
c906108c | 452 | |
bc8bcb4b | 453 | /* Define to 1 if you have the <termio.h> header file. */ |
c906108c SS |
454 | #undef HAVE_TERMIO_H |
455 | ||
bc8bcb4b MK |
456 | /* Define to 1 if you have the <term.h> header file. */ |
457 | #undef HAVE_TERM_H | |
c906108c | 458 | |
bc8bcb4b | 459 | /* Define to 1 if you have the <thread_db.h> header file. */ |
e7d0728a AC |
460 | #undef HAVE_THREAD_DB_H |
461 | ||
60ca704f SE |
462 | /* Define if using Solaris thread debugging. */ |
463 | #undef HAVE_THREAD_DB_LIB | |
464 | ||
bc8bcb4b | 465 | /* Define to 1 if you have the <time.h> header file. */ |
104c1213 JM |
466 | #undef HAVE_TIME_H |
467 | ||
60ca704f | 468 | /* Define if you support the tkill syscall. */ |
bc8bcb4b | 469 | #undef HAVE_TKILL_SYSCALL |
c906108c | 470 | |
bc8bcb4b MK |
471 | /* Define to 1 if you have the `ttrace' function. */ |
472 | #undef HAVE_TTRACE | |
c906108c | 473 | |
3be60c3d | 474 | /* Define to 1 if the system has the type `uintptr_t'. */ |
bc8bcb4b | 475 | #undef HAVE_UINTPTR_T |
c906108c | 476 | |
bc8bcb4b MK |
477 | /* Define to 1 if you have the <unistd.h> header file. */ |
478 | #undef HAVE_UNISTD_H | |
c906108c | 479 | |
bc8bcb4b MK |
480 | /* Define to 1 if you have the <values.h> header file. */ |
481 | #undef HAVE_VALUES_H | |
c906108c | 482 | |
bc8bcb4b MK |
483 | /* Define to 1 if you have the `vfork' function. */ |
484 | #undef HAVE_VFORK | |
c906108c | 485 | |
bc8bcb4b MK |
486 | /* Define to 1 if you have the <vfork.h> header file. */ |
487 | #undef HAVE_VFORK_H | |
c906108c | 488 | |
bc8bcb4b MK |
489 | /* Define to 1 if you have the <wait.h> header file. */ |
490 | #undef HAVE_WAIT_H | |
0fbb3da7 | 491 | |
bc8bcb4b MK |
492 | /* Define to 1 if you have the `wborder' function. */ |
493 | #undef HAVE_WBORDER | |
5b5d99cf | 494 | |
bc8bcb4b MK |
495 | /* Define to 1 if `fork' works. */ |
496 | #undef HAVE_WORKING_FORK | |
27e9bf90 | 497 | |
bc8bcb4b MK |
498 | /* Define to 1 if `vfork' works. */ |
499 | #undef HAVE_WORKING_VFORK | |
27e9bf90 | 500 | |
bc8bcb4b | 501 | /* Define to 1 if your system has the _etext variable. */ |
b0b1c2c0 MK |
502 | #undef HAVE__ETEXT |
503 | ||
bc8bcb4b MK |
504 | /* Define to 1 if you have the `_mcleanup' function. */ |
505 | #undef HAVE__MCLEANUP | |
086ec9eb | 506 | |
bc8bcb4b MK |
507 | /* Define to 1 if you have the `__argz_count' function. */ |
508 | #undef HAVE___ARGZ_COUNT | |
2b2d558c | 509 | |
bc8bcb4b MK |
510 | /* Define to 1 if you have the `__argz_next' function. */ |
511 | #undef HAVE___ARGZ_NEXT | |
06825bd1 | 512 | |
bc8bcb4b MK |
513 | /* Define to 1 if you have the `__argz_stringify' function. */ |
514 | #undef HAVE___ARGZ_STRINGIFY | |
70f9f479 | 515 | |
bc8bcb4b MK |
516 | /* Define as const if the declaration of iconv() needs const. */ |
517 | #undef ICONV_CONST | |
5c7f2947 | 518 | |
60ca704f SE |
519 | /* Define if you want to use new multi-fd /proc interface (replaces |
520 | HAVE_MULTIPLE_PROC_FDS as well as other macros). */ | |
521 | #undef NEW_PROC_API | |
522 | ||
bc8bcb4b MK |
523 | /* Name of this package. */ |
524 | #undef PACKAGE | |
a4db0f07 | 525 | |
bc8bcb4b MK |
526 | /* Define to the address where bug reports for this package should be sent. */ |
527 | #undef PACKAGE_BUGREPORT | |
c906108c | 528 | |
bc8bcb4b MK |
529 | /* Define to the full name of this package. */ |
530 | #undef PACKAGE_NAME | |
c906108c | 531 | |
bc8bcb4b MK |
532 | /* Define to the full name and version of this package. */ |
533 | #undef PACKAGE_STRING | |
c906108c | 534 | |
bc8bcb4b MK |
535 | /* Define to the one symbol short name of this package. */ |
536 | #undef PACKAGE_TARNAME | |
c906108c | 537 | |
bc8bcb4b MK |
538 | /* Define to the version of this package. */ |
539 | #undef PACKAGE_VERSION | |
83d37ec8 | 540 | |
60ca704f SE |
541 | /* Define if the prfpregset_t type is broken. */ |
542 | #undef PRFPREGSET_T_BROKEN | |
543 | ||
bc8bcb4b MK |
544 | /* Define to 1 if the "%Lg" format works to print long doubles. */ |
545 | #undef PRINTF_HAS_LONG_DOUBLE | |
83d37ec8 | 546 | |
bc8bcb4b MK |
547 | /* Define to 1 if the "%ll" format works to print long longs. */ |
548 | #undef PRINTF_HAS_LONG_LONG | |
23e04971 | 549 | |
60ca704f SE |
550 | /* Define if <proc_service.h> on solaris uses int instead of size_t, and |
551 | assorted other type changes. */ | |
552 | #undef PROC_SERVICE_IS_OLD | |
553 | ||
bc8bcb4b MK |
554 | /* Define to the type of arg 3 for ptrace. */ |
555 | #undef PTRACE_TYPE_ARG3 | |
23e04971 | 556 | |
bc8bcb4b MK |
557 | /* Define to the type of arg 5 for ptrace. */ |
558 | #undef PTRACE_TYPE_ARG5 | |
83d37ec8 | 559 | |
bc8bcb4b MK |
560 | /* Define as the return type of ptrace. */ |
561 | #undef PTRACE_TYPE_RET | |
e7d0728a | 562 | |
bc8bcb4b MK |
563 | /* Define as the return type of signal handlers (`int' or `void'). */ |
564 | #undef RETSIGTYPE | |
596c9d4b | 565 | |
bc8bcb4b MK |
566 | /* Define to 1 if the "%Lg" format works to scan long doubles. */ |
567 | #undef SCANF_HAS_LONG_DOUBLE | |
596c9d4b | 568 | |
bc8bcb4b MK |
569 | /* Define to 1 if the `setpgrp' function takes no argument. */ |
570 | #undef SETPGRP_VOID | |
596c9d4b | 571 | |
bc8bcb4b MK |
572 | /* If using the C implementation of alloca, define if you know the |
573 | direction of stack growth for your system; otherwise it will be | |
574 | automatically deduced at run-time. | |
575 | STACK_DIRECTION > 0 => grows toward higher addresses | |
576 | STACK_DIRECTION < 0 => grows toward lower addresses | |
577 | STACK_DIRECTION = 0 => direction of growth unknown */ | |
578 | #undef STACK_DIRECTION | |
579 | ||
60ca704f SE |
580 | /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */ |
581 | #undef START_INFERIOR_TRAPS_EXPECTED | |
582 | ||
bc8bcb4b MK |
583 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ |
584 | #undef STAT_MACROS_BROKEN | |
585 | ||
586 | /* Define to 1 if you have the ANSI C header files. */ | |
587 | #undef STDC_HEADERS | |
596c9d4b | 588 | |
3f47be5c EZ |
589 | /* Define if <thread_db.h> has the TD_NOTALLOC error code. */ |
590 | #undef THREAD_DB_HAS_TD_NOTALLOC | |
591 | ||
bc8bcb4b MK |
592 | /* Define to 1 if the regex included in libiberty should be used. */ |
593 | #undef USE_INCLUDED_REGEX | |
b757528f | 594 | |
e5a7de23 EZ |
595 | /* Define if we should use the Windows API, instead of the POSIX API. On |
596 | Windows, we use the Windows API when building for MinGW, but the POSIX API | |
597 | when building for Cygwin. */ | |
598 | #undef USE_WIN32API | |
599 | ||
60ca704f SE |
600 | /* Define if the simulator is being linked in. */ |
601 | #undef WITH_SIM | |
602 | ||
bc8bcb4b MK |
603 | /* Define to 1 if on AIX 3. |
604 | System headers sometimes define this. | |
605 | We just want to avoid a redefinition error message. */ | |
606 | #ifndef _ALL_SOURCE | |
607 | # undef _ALL_SOURCE | |
608 | #endif | |
c35f4ffc | 609 | |
60ca704f SE |
610 | /* Enable GNU extensions on systems that have them. */ |
611 | #ifndef _GNU_SOURCE | |
612 | # undef _GNU_SOURCE | |
613 | #endif | |
614 | ||
615 | /* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a | |
616 | <sys/proc.h> problem on IRIX 5. */ | |
617 | #undef _KMEMUSER | |
618 | ||
ba1e897e EZ |
619 | /* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris |
620 | 2.[789] when using GCC. */ | |
bc8bcb4b | 621 | #undef _MSE_INT_H |
c35f4ffc | 622 | |
60ca704f SE |
623 | /* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */ |
624 | #undef _SYSCALL32 | |
625 | ||
bc8bcb4b MK |
626 | /* Define to empty if `const' does not conform to ANSI C. */ |
627 | #undef const | |
c35f4ffc | 628 | |
bc8bcb4b MK |
629 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
630 | calls it, or to nothing if 'inline' is not supported under any name. */ | |
631 | #ifndef __cplusplus | |
632 | #undef inline | |
633 | #endif | |
b00a8037 | 634 | |
bc8bcb4b MK |
635 | /* Define to `long' if <sys/types.h> does not define. */ |
636 | #undef off_t | |
eb784848 | 637 | |
bc8bcb4b MK |
638 | /* Define to `int' if <sys/types.h> does not define. */ |
639 | #undef pid_t | |
eb784848 | 640 | |
bc8bcb4b MK |
641 | /* Define to `unsigned' if <sys/types.h> does not define. */ |
642 | #undef size_t | |
eb784848 | 643 | |
60ca704f SE |
644 | /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */ |
645 | #undef sys_quotactl | |
646 | ||
bc8bcb4b MK |
647 | /* Define as `fork' if `vfork' does not work. */ |
648 | #undef vfork |