Add --binary-architecture switch to objcopy to allow the output architecture
[deliverable/binutils-gdb.git] / gdb / config.in
1 /* config.in. Generated automatically from configure.in by autoheader. */
2
3 /* Define if on AIX 3.
4 System headers sometimes define this.
5 We just want to avoid a redefinition error message. */
6 #ifndef _ALL_SOURCE
7 #undef _ALL_SOURCE
8 #endif
9
10 /* Define if using alloca.c. */
11 #undef C_ALLOCA
12
13 /* Define to empty if the keyword does not work. */
14 #undef const
15
16 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
17 This function is required for alloca.c support on those systems. */
18 #undef CRAY_STACKSEG_END
19
20 /* Define if you have alloca, as a function or macro. */
21 #undef HAVE_ALLOCA
22
23 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
24 #undef HAVE_ALLOCA_H
25
26 /* Define if the `long double' type works. */
27 #undef HAVE_LONG_DOUBLE
28
29 /* Define if you have a working `mmap' system call. */
30 #undef HAVE_MMAP
31
32 /* Define if you have <vfork.h>. */
33 #undef HAVE_VFORK_H
34
35 /* Define as __inline if that's what the C compiler calls it. */
36 #undef inline
37
38 /* Define to `long' if <sys/types.h> doesn't define. */
39 #undef off_t
40
41 /* Define to `int' if <sys/types.h> doesn't define. */
42 #undef pid_t
43
44 /* Define if you need to in order for stat and other things to work. */
45 #undef _POSIX_SOURCE
46
47 /* Define as the return type of signal handlers (int or void). */
48 #undef RETSIGTYPE
49
50 /* Define to `unsigned' if <sys/types.h> doesn't define. */
51 #undef size_t
52
53 /* If using the C implementation of alloca, define if you know the
54 direction of stack growth for your system; otherwise it will be
55 automatically deduced at run-time.
56 STACK_DIRECTION > 0 => grows toward higher addresses
57 STACK_DIRECTION < 0 => grows toward lower addresses
58 STACK_DIRECTION = 0 => direction of growth unknown
59 */
60 #undef STACK_DIRECTION
61
62 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
63 #undef STAT_MACROS_BROKEN
64
65 /* Define if you have the ANSI C header files. */
66 #undef STDC_HEADERS
67
68 /* Define vfork as fork if vfork does not work. */
69 #undef vfork
70
71 /* Define if compiling on Solaris 7. */
72 #undef _MSE_INT_H
73
74 /* Define if your struct reg has r_fs. */
75 #undef HAVE_STRUCT_REG_R_FS
76
77 /* Define if your struct reg has r_gs. */
78 #undef HAVE_STRUCT_REG_R_GS
79
80 /* Define if <sys/link.h> has struct link_map32 */
81 #undef HAVE_STRUCT_LINK_MAP32
82
83 /* Define if the prfpregset_t type is broken. */
84 #undef PRFPREGSET_T_BROKEN
85
86 /* Define if you want to use new multi-fd /proc interface
87 (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
88 #undef NEW_PROC_API
89
90 /* Define if ioctl argument PIOCSET is available. */
91 #undef HAVE_PROCFS_PIOCSET
92
93 /* Define if the `long long' type works. */
94 #undef CC_HAS_LONG_LONG
95
96 /* Define if the "ll" format works to print long long ints. */
97 #undef PRINTF_HAS_LONG_LONG
98
99 /* Define if the "%Lg" format works to print long doubles. */
100 #undef PRINTF_HAS_LONG_DOUBLE
101
102 /* Define if the "%Lg" format works to scan long doubles. */
103 #undef SCANF_HAS_LONG_DOUBLE
104
105 /* Define if using Solaris thread debugging. */
106 #undef HAVE_THREAD_DB_LIB
107
108 /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
109 #undef START_INFERIOR_TRAPS_EXPECTED
110 #undef sys_quotactl
111
112 /* Define if you have HPUX threads */
113 #undef HAVE_HPUX_THREAD_SUPPORT
114
115 /* Define if you want to use the memory mapped malloc package (mmalloc). */
116 #undef USE_MMALLOC
117
118 /* Define if the runtime uses a routine from mmalloc before gdb has a chance
119 to initialize mmalloc, and we want to force checking to be used anyway.
120 This may cause spurious memory corruption messages if the runtime tries
121 to explicitly deallocate that memory when gdb calls exit. */
122 #undef MMCHECK_FORCE
123
124 /* Define if <proc_service.h> on solaris uses int instead of
125 size_t, and assorted other type changes. */
126 #undef PROC_SERVICE_IS_OLD
127
128 /* If you want to specify a default CPU variant, define this to be its
129 name, as a C string. */
130 #undef TARGET_CPU_DEFAULT
131
132 /* Define if the simulator is being linked in. */
133 #undef WITH_SIM
134
135 /* Set to true if the save_state_t structure is present */
136 #undef HAVE_STRUCT_SAVE_STATE_T
137
138 /* Set to true if the save_state_t structure has the ss_wide member */
139 #undef HAVE_STRUCT_MEMBER_SS_WIDE
140
141 /* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */
142 #undef HAVE_PTRACE_GETREGS
143
144 /* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request. */
145 #undef HAVE_PTRACE_GETFPXREGS
146
147 /* Define if gnu-regex.c included with GDB should be used. */
148 #undef USE_INCLUDED_REGEX
149
150 /* BFD's default architecture. */
151 #undef DEFAULT_BFD_ARCH
152
153 /* BFD's default target vector. */
154 #undef DEFAULT_BFD_VEC
155
156 /* Multi-arch enabled. */
157 #undef GDB_MULTI_ARCH
158
159 /* hostfile */
160 #undef GDB_XM_FILE
161
162 /* targetfile */
163 #undef GDB_TM_FILE
164
165 /* nativefile */
166 #undef GDB_NM_FILE
167
168 /* Define if you have the __argz_count function. */
169 #undef HAVE___ARGZ_COUNT
170
171 /* Define if you have the __argz_next function. */
172 #undef HAVE___ARGZ_NEXT
173
174 /* Define if you have the __argz_stringify function. */
175 #undef HAVE___ARGZ_STRINGIFY
176
177 /* Define if you have the bcopy function. */
178 #undef HAVE_BCOPY
179
180 /* Define if you have the btowc function. */
181 #undef HAVE_BTOWC
182
183 /* Define if you have the bzero function. */
184 #undef HAVE_BZERO
185
186 /* Define if you have the dcgettext function. */
187 #undef HAVE_DCGETTEXT
188
189 /* Define if you have the getcwd function. */
190 #undef HAVE_GETCWD
191
192 /* Define if you have the getpagesize function. */
193 #undef HAVE_GETPAGESIZE
194
195 /* Define if you have the isascii function. */
196 #undef HAVE_ISASCII
197
198 /* Define if you have the munmap function. */
199 #undef HAVE_MUNMAP
200
201 /* Define if you have the poll function. */
202 #undef HAVE_POLL
203
204 /* Define if you have the putenv function. */
205 #undef HAVE_PUTENV
206
207 /* Define if you have the sbrk function. */
208 #undef HAVE_SBRK
209
210 /* Define if you have the setenv function. */
211 #undef HAVE_SETENV
212
213 /* Define if you have the setlocale function. */
214 #undef HAVE_SETLOCALE
215
216 /* Define if you have the setpgid function. */
217 #undef HAVE_SETPGID
218
219 /* Define if you have the sigaction function. */
220 #undef HAVE_SIGACTION
221
222 /* Define if you have the sigprocmask function. */
223 #undef HAVE_SIGPROCMASK
224
225 /* Define if you have the socketpair function. */
226 #undef HAVE_SOCKETPAIR
227
228 /* Define if you have the stpcpy function. */
229 #undef HAVE_STPCPY
230
231 /* Define if you have the strcasecmp function. */
232 #undef HAVE_STRCASECMP
233
234 /* Define if you have the strchr function. */
235 #undef HAVE_STRCHR
236
237 /* Define if you have the <argz.h> header file. */
238 #undef HAVE_ARGZ_H
239
240 /* Define if you have the <asm/debugreg.h> header file. */
241 #undef HAVE_ASM_DEBUGREG_H
242
243 /* Define if you have the <ctype.h> header file. */
244 #undef HAVE_CTYPE_H
245
246 /* Define if you have the <curses.h> header file. */
247 #undef HAVE_CURSES_H
248
249 /* Define if you have the <dirent.h> header file. */
250 #undef HAVE_DIRENT_H
251
252 /* Define if you have the <endian.h> header file. */
253 #undef HAVE_ENDIAN_H
254
255 /* Define if you have the <limits.h> header file. */
256 #undef HAVE_LIMITS_H
257
258 /* Define if you have the <link.h> header file. */
259 #undef HAVE_LINK_H
260
261 /* Define if you have the <locale.h> header file. */
262 #undef HAVE_LOCALE_H
263
264 /* Define if you have the <malloc.h> header file. */
265 #undef HAVE_MALLOC_H
266
267 /* Define if you have the <memory.h> header file. */
268 #undef HAVE_MEMORY_H
269
270 /* Define if you have the <ncurses.h> header file. */
271 #undef HAVE_NCURSES_H
272
273 /* Define if you have the <ndir.h> header file. */
274 #undef HAVE_NDIR_H
275
276 /* Define if you have the <nl_types.h> header file. */
277 #undef HAVE_NL_TYPES_H
278
279 /* Define if you have the <objlist.h> header file. */
280 #undef HAVE_OBJLIST_H
281
282 /* Define if you have the <poll.h> header file. */
283 #undef HAVE_POLL_H
284
285 /* Define if you have the <proc_service.h> header file. */
286 #undef HAVE_PROC_SERVICE_H
287
288 /* Define if you have the <ptrace.h> header file. */
289 #undef HAVE_PTRACE_H
290
291 /* Define if you have the <sgtty.h> header file. */
292 #undef HAVE_SGTTY_H
293
294 /* Define if you have the <stddef.h> header file. */
295 #undef HAVE_STDDEF_H
296
297 /* Define if you have the <stdint.h> header file. */
298 #undef HAVE_STDINT_H
299
300 /* Define if you have the <stdlib.h> header file. */
301 #undef HAVE_STDLIB_H
302
303 /* Define if you have the <string.h> header file. */
304 #undef HAVE_STRING_H
305
306 /* Define if you have the <sys/debugreg.h> header file. */
307 #undef HAVE_SYS_DEBUGREG_H
308
309 /* Define if you have the <sys/dir.h> header file. */
310 #undef HAVE_SYS_DIR_H
311
312 /* Define if you have the <sys/fault.h> header file. */
313 #undef HAVE_SYS_FAULT_H
314
315 /* Define if you have the <sys/file.h> header file. */
316 #undef HAVE_SYS_FILE_H
317
318 /* Define if you have the <sys/ioctl.h> header file. */
319 #undef HAVE_SYS_IOCTL_H
320
321 /* Define if you have the <sys/ndir.h> header file. */
322 #undef HAVE_SYS_NDIR_H
323
324 /* Define if you have the <sys/param.h> header file. */
325 #undef HAVE_SYS_PARAM_H
326
327 /* Define if you have the <sys/poll.h> header file. */
328 #undef HAVE_SYS_POLL_H
329
330 /* Define if you have the <sys/procfs.h> header file. */
331 #undef HAVE_SYS_PROCFS_H
332
333 /* Define if you have the <sys/ptrace.h> header file. */
334 #undef HAVE_SYS_PTRACE_H
335
336 /* Define if you have the <sys/reg.h> header file. */
337 #undef HAVE_SYS_REG_H
338
339 /* Define if you have the <sys/select.h> header file. */
340 #undef HAVE_SYS_SELECT_H
341
342 /* Define if you have the <sys/syscall.h> header file. */
343 #undef HAVE_SYS_SYSCALL_H
344
345 /* Define if you have the <sys/user.h> header file. */
346 #undef HAVE_SYS_USER_H
347
348 /* Define if you have the <sys/wait.h> header file. */
349 #undef HAVE_SYS_WAIT_H
350
351 /* Define if you have the <term.h> header file. */
352 #undef HAVE_TERM_H
353
354 /* Define if you have the <termio.h> header file. */
355 #undef HAVE_TERMIO_H
356
357 /* Define if you have the <termios.h> header file. */
358 #undef HAVE_TERMIOS_H
359
360 /* Define if you have the <thread_db.h> header file. */
361 #undef HAVE_THREAD_DB_H
362
363 /* Define if you have the <time.h> header file. */
364 #undef HAVE_TIME_H
365
366 /* Define if you have the <unistd.h> header file. */
367 #undef HAVE_UNISTD_H
368
369 /* Define if you have the <values.h> header file. */
370 #undef HAVE_VALUES_H
371
372 /* Define if you have the <wait.h> header file. */
373 #undef HAVE_WAIT_H
374
375 /* Define if you have the <wchar.h> header file. */
376 #undef HAVE_WCHAR_H
377
378 /* Define if you have the <wctype.h> header file. */
379 #undef HAVE_WCTYPE_H
380
381 /* Define if you have the dl library (-ldl). */
382 #undef HAVE_LIBDL
383
384 /* Define if you have the m library (-lm). */
385 #undef HAVE_LIBM
386
387 /* Define if you have the socket library (-lsocket). */
388 #undef HAVE_LIBSOCKET
389
390 /* Define if you have the w library (-lw). */
391 #undef HAVE_LIBW
392
393 /* Define if you have the stpcpy function */
394 #undef HAVE_STPCPY
395
396 /* Define if your locale.h file contains LC_MESSAGES. */
397 #undef HAVE_LC_MESSAGES
398
399 /* Define to 1 if NLS is requested */
400 #undef ENABLE_NLS
401
402 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
403 #undef HAVE_GETTEXT
404
405 /* Define if malloc is not declared in system header files. */
406 #undef NEED_DECLARATION_MALLOC
407
408 /* Define if realloc is not declared in system header files. */
409 #undef NEED_DECLARATION_REALLOC
410
411 /* Define if free is not declared in system header files. */
412 #undef NEED_DECLARATION_FREE
413
414 /* Define if strerror is not declared in system header files. */
415 #undef NEED_DECLARATION_STRERROR
416
417 /* Define if strdup is not declared in system header files. */
418 #undef NEED_DECLARATION_STRDUP
419
420 /* Define if strstr is not declared in system header files. */
421 #undef NEED_DECLARATION_STRSTR
422
423 /* Define if <sys/procfs.h> has pstatus_t. */
424 #undef HAVE_PSTATUS_T
425
426 /* Define if <sys/procfs.h> has prrun_t. */
427 #undef HAVE_PRRUN_T
428
429 /* Define if <sys/procfs.h> has gregset_t. */
430 #undef HAVE_GREGSET_T
431
432 /* Define if <sys/procfs.h> has fpregset_t. */
433 #undef HAVE_FPREGSET_T
434
435 /* Define if <sys/procfs.h> has prgregset_t. */
436 #undef HAVE_PRGREGSET_T
437
438 /* Define if <sys/procfs.h> has prfpregset_t. */
439 #undef HAVE_PRFPREGSET_T
440
441 /* Define if <sys/procfs.h> has prgregset32_t. */
442 #undef HAVE_PRGREGSET32_T
443
444 /* Define if <sys/procfs.h> has prfpregset32_t. */
445 #undef HAVE_PRFPREGSET32_T
446
447 /* Define if <sys/procfs.h> has lwpid_t. */
448 #undef HAVE_LWPID_T
449
450 /* Define if <sys/procfs.h> has psaddr_t. */
451 #undef HAVE_PSADDR_T
452
453 /* Define if <sys/procfs.h> has prsysent_t. */
454 #undef HAVE_PRSYSENT_T
455
456 /* Define if <sys/procfs.h> has pr_sigset_t. */
457 #undef HAVE_PR_SIGSET_T
458
459 /* Define if <sys/procfs.h> has pr_sigaction64_t. */
460 #undef HAVE_PR_SIGACTION64_T
461
462 /* Define if <sys/procfs.h> has pr_siginfo64_t. */
463 #undef HAVE_PR_SIGINFO64_T
464
This page took 0.043537 seconds and 4 git commands to generate.