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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [gdb/] [config.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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