OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.3/] [gdb/] [config.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1181 sfurman
/* 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  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 .  */
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  doesn't define.  */
39
#undef off_t
40
 
41
/* Define to `int' if  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 if the `setpgrp' function takes no argument.  */
51
#undef SETPGRP_VOID
52
 
53
/* Define to `unsigned' if  doesn't define.  */
54
#undef size_t
55
 
56
/* If using the C implementation of alloca, define if you know the
57
   direction of stack growth for your system; otherwise it will be
58
   automatically deduced at run-time.
59
 STACK_DIRECTION > 0 => grows toward higher addresses
60
 STACK_DIRECTION < 0 => grows toward lower addresses
61
 STACK_DIRECTION = 0 => direction of growth unknown
62
 */
63
#undef STACK_DIRECTION
64
 
65
/* Define if the `S_IS*' macros in  do not work properly.  */
66
#undef STAT_MACROS_BROKEN
67
 
68
/* Define if you have the ANSI C header files.  */
69
#undef STDC_HEADERS
70
 
71
/* Define vfork as fork if vfork does not work.  */
72
#undef vfork
73
 
74
/* Define if compiling on Solaris 7. */
75
#undef _MSE_INT_H
76
 
77
/* Define if your struct reg has r_fs.  */
78
#undef HAVE_STRUCT_REG_R_FS
79
 
80
/* Define if your struct reg has r_gs.  */
81
#undef HAVE_STRUCT_REG_R_GS
82
 
83
/* Define if the pread64 function is available.  */
84
#undef HAVE_PREAD64
85
 
86
/* Define if  exists and defines struct link_map which has
87
   members with an ``l_'' prefix.  (For Solaris, SVR4, and
88
   SVR4-like systems.) */
89
#undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
90
 
91
/* Define if  exists and defines struct link_map which has
92
  members with an ``lm_'' prefix.  (For SunOS.)  */
93
#undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
94
 
95
/* Define if  exists and defines a struct so_map which has
96
  members with an ``som_'' prefix.  (Found on older *BSD systems.)  */
97
#undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
98
 
99
/* Define if  has struct link_map32 */
100
#undef HAVE_STRUCT_LINK_MAP32
101
 
102
/* Define if  has link_map32 (solaris sparc-64 target) */
103
#undef _SYSCALL32
104
 
105
/* Define if the prfpregset_t type is broken. */
106
#undef PRFPREGSET_T_BROKEN
107
 
108
/* Define if you want to use new multi-fd /proc interface
109
   (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
110
#undef NEW_PROC_API
111
 
112
/* Define if ioctl argument PIOCSET is available. */
113
#undef HAVE_PROCFS_PIOCSET
114
 
115
/* Define if the `long long' type works.  */
116
#undef CC_HAS_LONG_LONG
117
 
118
/* Define if the "ll" format works to print long long ints. */
119
#undef PRINTF_HAS_LONG_LONG
120
 
121
/* Define if the "%Lg" format works to print long doubles. */
122
#undef PRINTF_HAS_LONG_DOUBLE
123
 
124
/* Define if the "%Lg" format works to scan long doubles. */
125
#undef SCANF_HAS_LONG_DOUBLE
126
 
127
/* Define if using Solaris thread debugging.  */
128
#undef HAVE_THREAD_DB_LIB
129
 
130
/* Define on a GNU/Linux system to work around problems in sys/procfs.h.  */
131
#undef START_INFERIOR_TRAPS_EXPECTED
132
#undef sys_quotactl
133
 
134
/* Define if you have HPUX threads */
135
#undef HAVE_HPUX_THREAD_SUPPORT
136
 
137
/* Define if you want to use the memory mapped malloc package (mmalloc). */
138
#undef USE_MMALLOC
139
 
140
/* Define if the runtime uses a routine from mmalloc before gdb has a chance
141
   to initialize mmalloc, and we want to force checking to be used anyway.
142
   This may cause spurious memory corruption messages if the runtime tries
143
   to explicitly deallocate that memory when gdb calls exit. */
144
#undef MMCHECK_FORCE
145
 
146
/* Define if  on solaris uses int instead of
147
   size_t, and assorted other type changes. */
148
#undef PROC_SERVICE_IS_OLD
149
 
150
/* If you want to specify a default CPU variant, define this to be its
151
   name, as a C string.  */
152
#undef TARGET_CPU_DEFAULT
153
 
154
/* Define if the simulator is being linked in.  */
155
#undef WITH_SIM
156
 
157
/* Set to true if the save_state_t structure is present */
158
#undef HAVE_STRUCT_SAVE_STATE_T
159
 
160
/* Set to true if the save_state_t structure has the ss_wide member */
161
#undef HAVE_STRUCT_MEMBER_SS_WIDE
162
 
163
/* Define if  defines the PTRACE_GETREGS request.  */
164
#undef HAVE_PTRACE_GETREGS
165
 
166
/* Define if  defines the PTRACE_GETFPXREGS request.  */
167
#undef HAVE_PTRACE_GETFPXREGS
168
 
169
/* Define if  defines the PT_GETDBREGS request.  */
170
#undef HAVE_PT_GETDBREGS
171
 
172
/* Define if  defines the PT_GETXMMREGS request.  */
173
#undef HAVE_PT_GETXMMREGS
174
 
175
/* Define if gnu-regex.c included with GDB should be used. */
176
#undef USE_INCLUDED_REGEX
177
 
178
/* BFD's default architecture. */
179
#undef DEFAULT_BFD_ARCH
180
 
181
/* BFD's default target vector. */
182
#undef DEFAULT_BFD_VEC
183
 
184
/* Multi-arch enabled. */
185
#undef GDB_MULTI_ARCH
186
 
187
/* hostfile */
188
#undef GDB_XM_FILE
189
 
190
/* targetfile */
191
#undef GDB_TM_FILE
192
 
193
/* nativefile */
194
#undef GDB_NM_FILE
195
 
196
/* Define if you have the __argz_count function.  */
197
#undef HAVE___ARGZ_COUNT
198
 
199
/* Define if you have the __argz_next function.  */
200
#undef HAVE___ARGZ_NEXT
201
 
202
/* Define if you have the __argz_stringify function.  */
203
#undef HAVE___ARGZ_STRINGIFY
204
 
205
/* Define if you have the bcopy function.  */
206
#undef HAVE_BCOPY
207
 
208
/* Define if you have the btowc function.  */
209
#undef HAVE_BTOWC
210
 
211
/* Define if you have the bzero function.  */
212
#undef HAVE_BZERO
213
 
214
/* Define if you have the canonicalize_file_name function.  */
215
#undef HAVE_CANONICALIZE_FILE_NAME
216
 
217
/* Define if you have the dcgettext function.  */
218
#undef HAVE_DCGETTEXT
219
 
220
/* Define if you have the getcwd function.  */
221
#undef HAVE_GETCWD
222
 
223
/* Define if you have the getpagesize function.  */
224
#undef HAVE_GETPAGESIZE
225
 
226
/* Define if you have the isascii function.  */
227
#undef HAVE_ISASCII
228
 
229
/* Define if you have the munmap function.  */
230
#undef HAVE_MUNMAP
231
 
232
/* Define if you have the poll function.  */
233
#undef HAVE_POLL
234
 
235
/* Define if you have the putenv function.  */
236
#undef HAVE_PUTENV
237
 
238
/* Define if you have the realpath function.  */
239
#undef HAVE_REALPATH
240
 
241
/* Define if you have the sbrk function.  */
242
#undef HAVE_SBRK
243
 
244
/* Define if you have the setenv function.  */
245
#undef HAVE_SETENV
246
 
247
/* Define if you have the setlocale function.  */
248
#undef HAVE_SETLOCALE
249
 
250
/* Define if you have the setpgid function.  */
251
#undef HAVE_SETPGID
252
 
253
/* Define if you have the setpgrp function.  */
254
#undef HAVE_SETPGRP
255
 
256
/* Define if you have the sigaction function.  */
257
#undef HAVE_SIGACTION
258
 
259
/* Define if you have the sigprocmask function.  */
260
#undef HAVE_SIGPROCMASK
261
 
262
/* Define if you have the sigsetmask function.  */
263
#undef HAVE_SIGSETMASK
264
 
265
/* Define if you have the socketpair function.  */
266
#undef HAVE_SOCKETPAIR
267
 
268
/* Define if you have the stpcpy function.  */
269
#undef HAVE_STPCPY
270
 
271
/* Define if you have the strcasecmp function.  */
272
#undef HAVE_STRCASECMP
273
 
274
/* Define if you have the strchr function.  */
275
#undef HAVE_STRCHR
276
 
277
/* Define if you have the  header file.  */
278
#undef HAVE_ARGZ_H
279
 
280
/* Define if you have the  header file.  */
281
#undef HAVE_ASM_DEBUGREG_H
282
 
283
/* Define if you have the  header file.  */
284
#undef HAVE_CTYPE_H
285
 
286
/* Define if you have the  header file.  */
287
#undef HAVE_CURSES_H
288
 
289
/* Define if you have the  header file.  */
290
#undef HAVE_DIRENT_H
291
 
292
/* Define if you have the  header file.  */
293
#undef HAVE_LIMITS_H
294
 
295
/* Define if you have the  header file.  */
296
#undef HAVE_LINK_H
297
 
298
/* Define if you have the  header file.  */
299
#undef HAVE_LOCALE_H
300
 
301
/* Define if you have the  header file.  */
302
#undef HAVE_MALLOC_H
303
 
304
/* Define if you have the  header file.  */
305
#undef HAVE_MEMORY_H
306
 
307
/* Define if you have the  header file.  */
308
#undef HAVE_NCURSES_H
309
 
310
/* Define if you have the  header file.  */
311
#undef HAVE_NDIR_H
312
 
313
/* Define if you have the  header file.  */
314
#undef HAVE_NL_TYPES_H
315
 
316
/* Define if you have the  header file.  */
317
#undef HAVE_NLIST_H
318
 
319
/* Define if you have the  header file.  */
320
#undef HAVE_OBJLIST_H
321
 
322
/* Define if you have the  header file.  */
323
#undef HAVE_POLL_H
324
 
325
/* Define if you have the  header file.  */
326
#undef HAVE_PROC_SERVICE_H
327
 
328
/* Define if you have the  header file.  */
329
#undef HAVE_PTRACE_H
330
 
331
/* Define if you have the  header file.  */
332
#undef HAVE_SGTTY_H
333
 
334
/* Define if you have the  header file.  */
335
#undef HAVE_STDDEF_H
336
 
337
/* Define if you have the  header file.  */
338
#undef HAVE_STDINT_H
339
 
340
/* Define if you have the  header file.  */
341
#undef HAVE_STDLIB_H
342
 
343
/* Define if you have the  header file.  */
344
#undef HAVE_STRING_H
345
 
346
/* Define if you have the  header file.  */
347
#undef HAVE_SYS_DEBUGREG_H
348
 
349
/* Define if you have the  header file.  */
350
#undef HAVE_SYS_DIR_H
351
 
352
/* Define if you have the  header file.  */
353
#undef HAVE_SYS_FAULT_H
354
 
355
/* Define if you have the  header file.  */
356
#undef HAVE_SYS_FILE_H
357
 
358
/* Define if you have the  header file.  */
359
#undef HAVE_SYS_FILIO_H
360
 
361
/* Define if you have the  header file.  */
362
#undef HAVE_SYS_IOCTL_H
363
 
364
/* Define if you have the  header file.  */
365
#undef HAVE_SYS_NDIR_H
366
 
367
/* Define if you have the  header file.  */
368
#undef HAVE_SYS_PARAM_H
369
 
370
/* Define if you have the  header file.  */
371
#undef HAVE_SYS_POLL_H
372
 
373
/* Define if you have the  header file.  */
374
#undef HAVE_SYS_PROC_H
375
 
376
/* Define if you have the  header file.  */
377
#undef HAVE_SYS_PROCFS_H
378
 
379
/* Define if you have the  header file.  */
380
#undef HAVE_SYS_PTRACE_H
381
 
382
/* Define if you have the  header file.  */
383
#undef HAVE_SYS_REG_H
384
 
385
/* Define if you have the  header file.  */
386
#undef HAVE_SYS_SELECT_H
387
 
388
/* Define if you have the  header file.  */
389
#undef HAVE_SYS_SYSCALL_H
390
 
391
/* Define if you have the  header file.  */
392
#undef HAVE_SYS_USER_H
393
 
394
/* Define if you have the  header file.  */
395
#undef HAVE_SYS_WAIT_H
396
 
397
/* Define if you have the  header file.  */
398
#undef HAVE_TERM_H
399
 
400
/* Define if you have the  header file.  */
401
#undef HAVE_TERMIO_H
402
 
403
/* Define if you have the  header file.  */
404
#undef HAVE_TERMIOS_H
405
 
406
/* Define if you have the  header file.  */
407
#undef HAVE_THREAD_DB_H
408
 
409
/* Define if you have the  header file.  */
410
#undef HAVE_TIME_H
411
 
412
/* Define if you have the  header file.  */
413
#undef HAVE_UNISTD_H
414
 
415
/* Define if you have the  header file.  */
416
#undef HAVE_VALUES_H
417
 
418
/* Define if you have the  header file.  */
419
#undef HAVE_WAIT_H
420
 
421
/* Define if you have the  header file.  */
422
#undef HAVE_WCHAR_H
423
 
424
/* Define if you have the  header file.  */
425
#undef HAVE_WCTYPE_H
426
 
427
/* Define if you have the dl library (-ldl).  */
428
#undef HAVE_LIBDL
429
 
430
/* Define if you have the m library (-lm).  */
431
#undef HAVE_LIBM
432
 
433
/* Define if you have the socket library (-lsocket).  */
434
#undef HAVE_LIBSOCKET
435
 
436
/* Define if you have the w library (-lw).  */
437
#undef HAVE_LIBW
438
 
439
/* Define if you have the stpcpy function */
440
#undef HAVE_STPCPY
441
 
442
/* Define if your locale.h file contains LC_MESSAGES. */
443
#undef HAVE_LC_MESSAGES
444
 
445
/* Define to 1 if NLS is requested */
446
#undef ENABLE_NLS
447
 
448
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
449
#undef HAVE_GETTEXT
450
 
451
/* Name of this package.  */
452
#undef PACKAGE
453
 
454
/* Define if sigsetjmp is available.  */
455
#undef HAVE_SIGSETJMP
456
 
457
/* Define if malloc is not declared in system header files. */
458
#undef NEED_DECLARATION_MALLOC
459
 
460
/* Define if realloc is not declared in system header files. */
461
#undef NEED_DECLARATION_REALLOC
462
 
463
/* Define if free is not declared in system header files. */
464
#undef NEED_DECLARATION_FREE
465
 
466
/* Define if strerror is not declared in system header files. */
467
#undef NEED_DECLARATION_STRERROR
468
 
469
/* Define if strdup is not declared in system header files. */
470
#undef NEED_DECLARATION_STRDUP
471
 
472
/* Define if strstr is not declared in system header files. */
473
#undef NEED_DECLARATION_STRSTR
474
 
475
/* Define if canonicalize_file_name is not declared in system header files. */
476
#undef NEED_DECLARATION_CANONICALIZE_FILE_NAME
477
 
478
/* Define if  has pstatus_t. */
479
#undef HAVE_PSTATUS_T
480
 
481
/* Define if  has prrun_t. */
482
#undef HAVE_PRRUN_T
483
 
484
/* Define if  has gregset_t. */
485
#undef HAVE_GREGSET_T
486
 
487
/* Define if  has fpregset_t. */
488
#undef HAVE_FPREGSET_T
489
 
490
/* Define if  has prgregset_t. */
491
#undef HAVE_PRGREGSET_T
492
 
493
/* Define if  has prfpregset_t. */
494
#undef HAVE_PRFPREGSET_T
495
 
496
/* Define if  has prgregset32_t. */
497
#undef HAVE_PRGREGSET32_T
498
 
499
/* Define if  has prfpregset32_t. */
500
#undef HAVE_PRFPREGSET32_T
501
 
502
/* Define if  has lwpid_t. */
503
#undef HAVE_LWPID_T
504
 
505
/* Define if  has psaddr_t. */
506
#undef HAVE_PSADDR_T
507
 
508
/* Define if  has prsysent_t. */
509
#undef HAVE_PRSYSENT_T
510
 
511
/* Define if  has pr_sigset_t. */
512
#undef HAVE_PR_SIGSET_T
513
 
514
/* Define if  has pr_sigaction64_t. */
515
#undef HAVE_PR_SIGACTION64_T
516
 
517
/* Define if  has pr_siginfo64_t. */
518
#undef HAVE_PR_SIGINFO64_T
519
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.