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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [config.in] - Blame information for rev 853

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

Line No. Rev Author Line
1 227 jeremybenn
/* config.in.  Generated from configure.ac by autoheader.  */
2
 
3
/* Define if building universal (internal helper macro) */
4
#undef AC_APPLE_UNIVERSAL_BUILD
5
 
6
/* Define to the number of bits in type 'ptrdiff_t'. */
7
#undef BITSIZEOF_PTRDIFF_T
8
 
9
/* Define to the number of bits in type 'sig_atomic_t'. */
10
#undef BITSIZEOF_SIG_ATOMIC_T
11
 
12
/* Define to the number of bits in type 'size_t'. */
13
#undef BITSIZEOF_SIZE_T
14
 
15
/* Define to the number of bits in type 'wchar_t'. */
16
#undef BITSIZEOF_WCHAR_T
17
 
18
/* Define to the number of bits in type 'wint_t'. */
19
#undef BITSIZEOF_WINT_T
20
 
21
/* Define to 1 if the compiler supports long long. */
22
#undef CC_HAS_LONG_LONG
23
 
24
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
25
   systems. This function is required for `alloca.c' support on those systems.
26
   */
27
#undef CRAY_STACKSEG_END
28
 
29
/* Define to 1 if using `alloca.c'. */
30
#undef C_ALLOCA
31
 
32
/* look for global separate debug info in this path [LIBDIR/debug] */
33
#undef DEBUGDIR
34
 
35
/* Define if the separate-debug-dir directory should be relocated when GDB is
36
   moved. */
37
#undef DEBUGDIR_RELOCATABLE
38
 
39
/* Define to BFD's default architecture. */
40
#undef DEFAULT_BFD_ARCH
41
 
42
/* Define to BFD's default target vector. */
43
#undef DEFAULT_BFD_VEC
44
 
45
/* Define to 1 if translation of program messages to the user's native
46
   language is requested. */
47
#undef ENABLE_NLS
48
 
49
/* look for global separate data files in this path [DATADIR/gdb] */
50
#undef GDB_DATADIR
51
 
52
/* Define if the gdb-datadir directory should be relocated when GDB is moved.
53
   */
54
#undef GDB_DATADIR_RELOCATABLE
55
 
56
/* Define to be a string naming the default host character set. */
57
#undef GDB_DEFAULT_HOST_CHARSET
58
 
59
/* Host double floatformat */
60
#undef GDB_HOST_DOUBLE_FORMAT
61
 
62
/* Host float floatformat */
63
#undef GDB_HOST_FLOAT_FORMAT
64
 
65
/* Host long double floatformat */
66
#undef GDB_HOST_LONG_DOUBLE_FORMAT
67
 
68
/* nativefile */
69
#undef GDB_NM_FILE
70
 
71
/* Define to the default OS ABI for this configuration. */
72
#undef GDB_OSABI_DEFAULT
73
 
74
/* Define to 1 if you have `alloca', as a function or macro. */
75
#undef HAVE_ALLOCA
76
 
77
/* Define to 1 if you have  and it should be used (not on Ultrix).
78
   */
79
#undef HAVE_ALLOCA_H
80
 
81
/* Define to 1 if you have the  header file. */
82
#undef HAVE_BP_SYM_H
83
 
84
/* Define to 1 if you have the `btowc' function. */
85
#undef HAVE_BTOWC
86
 
87
/* Define to 1 if you have the `canonicalize_file_name' function. */
88
#undef HAVE_CANONICALIZE_FILE_NAME
89
 
90
/* Define to 1 if you have the  header file. */
91
#undef HAVE_CTYPE_H
92
 
93
/* Define to 1 if you have the  header file. */
94
#undef HAVE_CURSESX_H
95
 
96
/* Define to 1 if you have the  header file. */
97
#undef HAVE_CURSES_H
98
 
99
/* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
100
   you don't. */
101
#undef HAVE_DECL_ADDR_NO_RANDOMIZE
102
 
103
/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
104
   */
105
#undef HAVE_DECL_FREE
106
 
107
/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
108
   */
109
#undef HAVE_DECL_GETOPT
110
 
111
/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
112
   */
113
#undef HAVE_DECL_MALLOC
114
 
115
/* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
116
   */
117
#undef HAVE_DECL_MEMMEM
118
 
119
/* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
120
   */
121
#undef HAVE_DECL_PTRACE
122
 
123
/* Define to 1 if you have the declaration of `realloc', and to 0 if you
124
   don't. */
125
#undef HAVE_DECL_REALLOC
126
 
127
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
128
   don't. */
129
#undef HAVE_DECL_SNPRINTF
130
 
131
/* Define to 1 if you have the declaration of `strerror', and to 0 if you
132
   don't. */
133
#undef HAVE_DECL_STRERROR
134
 
135
/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
136
   */
137
#undef HAVE_DECL_STRSTR
138
 
139
/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
140
   don't. */
141
#undef HAVE_DECL_VSNPRINTF
142
 
143
/* Define to 1 if you have the  header file, and it defines `DIR'.
144
   */
145
#undef HAVE_DIRENT_H
146
 
147
/* Define if ELF support should be included. */
148
#undef HAVE_ELF
149
 
150
/* Define to 1 if you have the  header file. */
151
#undef HAVE_ELF_HP_H
152
 
153
/* Define to 1 if your system has the etext variable. */
154
#undef HAVE_ETEXT
155
 
156
/* Define to 1 if you have the `fork' function. */
157
#undef HAVE_FORK
158
 
159
/* Define if  has fpregset_t. */
160
#undef HAVE_FPREGSET_T
161
 
162
/* Define to 1 if you have the `getgid' function. */
163
#undef HAVE_GETGID
164
 
165
/* Define to 1 if you have the `getpagesize' function. */
166
#undef HAVE_GETPAGESIZE
167
 
168
/* Define to 1 if you have the `getrlimit' function. */
169
#undef HAVE_GETRLIMIT
170
 
171
/* Define to 1 if you have the `getrusage' function. */
172
#undef HAVE_GETRUSAGE
173
 
174
/* Define to 1 if you have the `getuid' function. */
175
#undef HAVE_GETUID
176
 
177
/* Define to 1 if you have the  header file. */
178
#undef HAVE_GNU_LIBC_VERSION_H
179
 
180
/* Define if  has gregset_t. */
181
#undef HAVE_GREGSET_T
182
 
183
/* Define if you have HPUX threads */
184
#undef HAVE_HPUX_THREAD_SUPPORT
185
 
186
/* Define if you have the iconv() function. */
187
#undef HAVE_ICONV
188
 
189
/* Define to 1 if you have the `iconvlist' function. */
190
#undef HAVE_ICONVLIST
191
 
192
/* Define if your compiler supports the #include_next directive. */
193
#undef HAVE_INCLUDE_NEXT
194
 
195
/* Define to 1 if you have the  header file. */
196
#undef HAVE_INTTYPES_H
197
 
198
/* Define if you have  and nl_langinfo(CODESET). */
199
#undef HAVE_LANGINFO_CODESET
200
 
201
/* Define if your  file defines LC_MESSAGES. */
202
#undef HAVE_LC_MESSAGES
203
 
204
/* Define to 1 if you have the `dl' library (-ldl). */
205
#undef HAVE_LIBDL
206
 
207
/* Define if you have the expat library. */
208
#undef HAVE_LIBEXPAT
209
 
210
/* Define to 1 if you have the `libiconvlist' function. */
211
#undef HAVE_LIBICONVLIST
212
 
213
/* Define to 1 if you have the `m' library (-lm). */
214
#undef HAVE_LIBM
215
 
216
/* Define if Python 2.4 is being used. */
217
#undef HAVE_LIBPYTHON2_4
218
 
219
/* Define if Python 2.5 is being used. */
220
#undef HAVE_LIBPYTHON2_5
221
 
222
/* Define if Python 2.6 is being used. */
223
#undef HAVE_LIBPYTHON2_6
224
 
225
/* Define if libunwind library is being used. */
226
#undef HAVE_LIBUNWIND
227
 
228
/* Define to 1 if you have the  header file. */
229
#undef HAVE_LIBUNWIND_H
230
 
231
/* Define to 1 if you have the  header file. */
232
#undef HAVE_LIBUNWIND_IA64_H
233
 
234
/* Define to 1 if you have the `w' library (-lw). */
235
#undef HAVE_LIBW
236
 
237
/* Define to 1 if you have the  header file. */
238
#undef HAVE_LINK_H
239
 
240
/* Define to 1 if you have the  header file. */
241
#undef HAVE_LOCALE_H
242
 
243
/* Define to 1 if the compiler supports long double. */
244
#undef HAVE_LONG_DOUBLE
245
 
246
/* Define to 1 if the system has the type `long long int'. */
247
#undef HAVE_LONG_LONG_INT
248
 
249
/* Define if  has lwpid_t. */
250
#undef HAVE_LWPID_T
251
 
252
/* Define to 1 if you have the  header file. */
253
#undef HAVE_MACHINE_REG_H
254
 
255
/* Define to 1 if you have the `memchr' function. */
256
#undef HAVE_MEMCHR
257
 
258
/* Define to 1 if you have the `memmem' function. */
259
#undef HAVE_MEMMEM
260
 
261
/* Define to 1 if you have the  header file. */
262
#undef HAVE_MEMORY_H
263
 
264
/* Define to 1 if you have a working `mmap' system call. */
265
#undef HAVE_MMAP
266
 
267
/* Define to 1 if you have the `monstartup' function. */
268
#undef HAVE_MONSTARTUP
269
 
270
/* Define to 1 if you have the  header file. */
271
#undef HAVE_NCURSES_H
272
 
273
/* Define to 1 if you have the  header file. */
274
#undef HAVE_NCURSES_NCURSES_H
275
 
276
/* Define to 1 if you have the  header file. */
277
#undef HAVE_NCURSES_TERM_H
278
 
279
/* Define to 1 if you have the  header file, and it defines `DIR'. */
280
#undef HAVE_NDIR_H
281
 
282
/* Define to 1 if you have the  header file. */
283
#undef HAVE_NLIST_H
284
 
285
/* Define if you support the personality syscall. */
286
#undef HAVE_PERSONALITY
287
 
288
/* Define to 1 if you have the `pipe' function. */
289
#undef HAVE_PIPE
290
 
291
/* Define to 1 if you have the `poll' function. */
292
#undef HAVE_POLL
293
 
294
/* Define to 1 if you have the  header file. */
295
#undef HAVE_POLL_H
296
 
297
/* Define to 1 if you have the `pread64' function. */
298
#undef HAVE_PREAD64
299
 
300
/* Define if  has prfpregset32_t. */
301
#undef HAVE_PRFPREGSET32_T
302
 
303
/* Define if  has prfpregset_t. */
304
#undef HAVE_PRFPREGSET_T
305
 
306
/* Define if  has prgregset32_t. */
307
#undef HAVE_PRGREGSET32_T
308
 
309
/* Define if  has prgregset_t. */
310
#undef HAVE_PRGREGSET_T
311
 
312
/* Define if ioctl argument PIOCSET is available. */
313
#undef HAVE_PROCFS_PIOCSET
314
 
315
/* Define to 1 if you have the  header file. */
316
#undef HAVE_PROC_SERVICE_H
317
 
318
/* Define if  has prrun_t. */
319
#undef HAVE_PRRUN_T
320
 
321
/* Define if  has prsysent_t. */
322
#undef HAVE_PRSYSENT_T
323
 
324
/* Define if  has pr_sigaction64_t. */
325
#undef HAVE_PR_SIGACTION64_T
326
 
327
/* Define if  has pr_siginfo64_t. */
328
#undef HAVE_PR_SIGINFO64_T
329
 
330
/* Define if  has pr_sigset_t. */
331
#undef HAVE_PR_SIGSET_T
332
 
333
/* Define if  has psaddr_t. */
334
#undef HAVE_PSADDR_T
335
 
336
/* Define if  has pstatus_t. */
337
#undef HAVE_PSTATUS_T
338
 
339
/* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */
340
#undef HAVE_PTRACE_GETFPXREGS
341
 
342
/* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */
343
#undef HAVE_PTRACE_GETREGS
344
 
345
/* Define to 1 if you have the  header file. */
346
#undef HAVE_PTRACE_H
347
 
348
/* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
349
#undef HAVE_PT_GETDBREGS
350
 
351
/* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
352
#undef HAVE_PT_GETXMMREGS
353
 
354
/* Define if Python interpreter is being linked in. */
355
#undef HAVE_PYTHON
356
 
357
/* Define to 1 if you have the `realpath' function. */
358
#undef HAVE_REALPATH
359
 
360
/* Define to 1 if you have the `sbrk' function. */
361
#undef HAVE_SBRK
362
 
363
/* Define to 1 if you have the `setlocale' function. */
364
#undef HAVE_SETLOCALE
365
 
366
/* Define to 1 if you have the `setpgid' function. */
367
#undef HAVE_SETPGID
368
 
369
/* Define to 1 if you have the `setpgrp' function. */
370
#undef HAVE_SETPGRP
371
 
372
/* Define to 1 if you have the `setrlimit' function. */
373
#undef HAVE_SETRLIMIT
374
 
375
/* Define to 1 if you have the `setsid' function. */
376
#undef HAVE_SETSID
377
 
378
/* Define to 1 if you have the  header file. */
379
#undef HAVE_SGTTY_H
380
 
381
/* Define to 1 if you have the `sigaction' function. */
382
#undef HAVE_SIGACTION
383
 
384
/* Define to 1 if you have the  header file. */
385
#undef HAVE_SIGNAL_H
386
 
387
/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
388
#undef HAVE_SIGNED_SIG_ATOMIC_T
389
 
390
/* Define to 1 if 'wchar_t' is a signed integer type. */
391
#undef HAVE_SIGNED_WCHAR_T
392
 
393
/* Define to 1 if 'wint_t' is a signed integer type. */
394
#undef HAVE_SIGNED_WINT_T
395
 
396
/* Define to 1 if you have the `sigprocmask' function. */
397
#undef HAVE_SIGPROCMASK
398
 
399
/* Define if sigsetjmp is available. */
400
#undef HAVE_SIGSETJMP
401
 
402
/* Define to 1 if you have the `sigsetmask' function. */
403
#undef HAVE_SIGSETMASK
404
 
405
/* Define to 1 if you have the `socketpair' function. */
406
#undef HAVE_SOCKETPAIR
407
 
408
/* Define to 1 if the system has the type `socklen_t'. */
409
#undef HAVE_SOCKLEN_T
410
 
411
/* Define to 1 if you have the  header file. */
412
#undef HAVE_STDDEF_H
413
 
414
/* Define to 1 if you have the  header file. */
415
#undef HAVE_STDINT_H
416
 
417
/* Define to 1 if you have the  header file. */
418
#undef HAVE_STDLIB_H
419
 
420
/* Define to 1 if you have the  header file. */
421
#undef HAVE_STRINGS_H
422
 
423
/* Define to 1 if you have the  header file. */
424
#undef HAVE_STRING_H
425
 
426
/* Define if  has struct link_map32 */
427
#undef HAVE_STRUCT_LINK_MAP32
428
 
429
/* Define if  exists and defines struct link_map which has members
430
   with an ``lm_'' prefix. (For SunOS.) */
431
#undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
432
 
433
/* Define if  exists and defines struct link_map which has members
434
   with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */
435
#undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
436
 
437
/* Define to 1 if your system has struct lwp. */
438
#undef HAVE_STRUCT_LWP
439
 
440
/* Define to 1 if your system has struct reg in . */
441
#undef HAVE_STRUCT_REG
442
 
443
/* Define to 1 if `struct reg' is a member of `r_fs'. */
444
#undef HAVE_STRUCT_REG_R_FS
445
 
446
/* Define to 1 if `struct reg' is a member of `r_gs'. */
447
#undef HAVE_STRUCT_REG_R_GS
448
 
449
/* Define if  exists and defines a struct so_map which has members
450
   with an ``som_'' prefix. (Found on older *BSD systems.) */
451
#undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
452
 
453
/* Define to 1 if `struct stat' is a member of `st_blksize'. */
454
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
455
 
456
/* Define to 1 if `struct stat' is a member of `st_blocks'. */
457
#undef HAVE_STRUCT_STAT_ST_BLOCKS
458
 
459
/* Define to 1 if `struct thread' is a member of `td_pcb'. */
460
#undef HAVE_STRUCT_THREAD_TD_PCB
461
 
462
/* Define to 1 if you have the `syscall' function. */
463
#undef HAVE_SYSCALL
464
 
465
/* Define to 1 if you have the  header file. */
466
#undef HAVE_SYS_BITYPES_H
467
 
468
/* Define to 1 if you have the  header file. */
469
#undef HAVE_SYS_DEBUGREG_H
470
 
471
/* Define to 1 if you have the  header file, and it defines `DIR'.
472
   */
473
#undef HAVE_SYS_DIR_H
474
 
475
/* Define to 1 if you have the  header file. */
476
#undef HAVE_SYS_FAULT_H
477
 
478
/* Define to 1 if you have the  header file. */
479
#undef HAVE_SYS_FILE_H
480
 
481
/* Define to 1 if you have the  header file. */
482
#undef HAVE_SYS_FILIO_H
483
 
484
/* Define to 1 if you have the  header file. */
485
#undef HAVE_SYS_INTTYPES_H
486
 
487
/* Define to 1 if you have the  header file. */
488
#undef HAVE_SYS_IOCTL_H
489
 
490
/* Define to 1 if you have the  header file, and it defines `DIR'.
491
   */
492
#undef HAVE_SYS_NDIR_H
493
 
494
/* Define to 1 if you have the  header file. */
495
#undef HAVE_SYS_PARAM_H
496
 
497
/* Define to 1 if you have the  header file. */
498
#undef HAVE_SYS_POLL_H
499
 
500
/* Define to 1 if you have the  header file. */
501
#undef HAVE_SYS_PROCFS_H
502
 
503
/* Define to 1 if you have the  header file. */
504
#undef HAVE_SYS_PROC_H
505
 
506
/* Define to 1 if you have the  header file. */
507
#undef HAVE_SYS_PTRACE_H
508
 
509
/* Define to 1 if you have the  header file. */
510
#undef HAVE_SYS_REG_H
511
 
512
/* Define to 1 if you have the  header file. */
513
#undef HAVE_SYS_RESOURCE_H
514
 
515
/* Define to 1 if you have the  header file. */
516
#undef HAVE_SYS_SELECT_H
517
 
518
/* Define to 1 if you have the  header file. */
519
#undef HAVE_SYS_STAT_H
520
 
521
/* Define to 1 if you have the  header file. */
522
#undef HAVE_SYS_SYSCALL_H
523
 
524
/* Define to 1 if you have the  header file. */
525
#undef HAVE_SYS_TYPES_H
526
 
527
/* Define to 1 if you have the  header file. */
528
#undef HAVE_SYS_USER_H
529
 
530
/* Define to 1 if you have the  header file. */
531
#undef HAVE_SYS_WAIT_H
532
 
533
/* Define to 1 if you have the  header file. */
534
#undef HAVE_TERMIOS_H
535
 
536
/* Define to 1 if you have the  header file. */
537
#undef HAVE_TERMIO_H
538
 
539
/* Define to 1 if you have the  header file. */
540
#undef HAVE_TERM_H
541
 
542
/* Define to 1 if you have the  header file. */
543
#undef HAVE_THREAD_DB_H
544
 
545
/* Define if using Solaris thread debugging. */
546
#undef HAVE_THREAD_DB_LIB
547
 
548
/* Define to 1 if you have the  header file. */
549
#undef HAVE_TIME_H
550
 
551
/* Define if you support the tkill syscall. */
552
#undef HAVE_TKILL_SYSCALL
553
 
554
/* Define to 1 if you have the `ttrace' function. */
555
#undef HAVE_TTRACE
556
 
557
/* Define to 1 if you have the  header file. */
558
#undef HAVE_UNISTD_H
559
 
560
/* Define to 1 if the system has the type `unsigned long long int'. */
561
#undef HAVE_UNSIGNED_LONG_LONG_INT
562
 
563
/* Define to 1 if you have the `vfork' function. */
564
#undef HAVE_VFORK
565
 
566
/* Define to 1 if you have the  header file. */
567
#undef HAVE_VFORK_H
568
 
569
/* Define to 1 if you have the  header file. */
570
#undef HAVE_WAIT_H
571
 
572
/* Define to 1 if you have the `wborder' function. */
573
#undef HAVE_WBORDER
574
 
575
/* Define to 1 if you have the  header file. */
576
#undef HAVE_WCHAR_H
577
 
578
/* Define to 1 if `fork' works. */
579
#undef HAVE_WORKING_FORK
580
 
581
/* Define to 1 if `vfork' works. */
582
#undef HAVE_WORKING_VFORK
583
 
584
/* Define to 1 if you have the `XML_StopParser' function. */
585
#undef HAVE_XML_STOPPARSER
586
 
587
/* Define to 1 if you have the  header file. */
588
#undef HAVE_ZLIB_H
589
 
590
/* Define to 1 if your system has the _etext variable. */
591
#undef HAVE__ETEXT
592
 
593
/* Define to 1 if you have the `_mcleanup' function. */
594
#undef HAVE__MCLEANUP
595
 
596
/* Define as const if the declaration of iconv() needs const. */
597
#undef ICONV_CONST
598
 
599
/* Define if you want to use new multi-fd /proc interface (replaces
600
   HAVE_MULTIPLE_PROC_FDS as well as other macros). */
601
#undef NEW_PROC_API
602
 
603
/* Name of this package. */
604
#undef PACKAGE
605
 
606
/* Define to the address where bug reports for this package should be sent. */
607
#undef PACKAGE_BUGREPORT
608
 
609
/* Define to the full name of this package. */
610
#undef PACKAGE_NAME
611
 
612
/* Define to the full name and version of this package. */
613
#undef PACKAGE_STRING
614
 
615
/* Define to the one symbol short name of this package. */
616
#undef PACKAGE_TARNAME
617
 
618
/* Define to the home page for this package. */
619
#undef PACKAGE_URL
620
 
621
/* Define to the version of this package. */
622
#undef PACKAGE_VERSION
623
 
624
/* Additional package description */
625
#undef PKGVERSION
626
 
627
/* Define if the prfpregset_t type is broken. */
628
#undef PRFPREGSET_T_BROKEN
629
 
630
/* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
631
#undef PRINTF_HAS_DECFLOAT
632
 
633
/* Define to 1 if the "%Lg" format works to print long doubles. */
634
#undef PRINTF_HAS_LONG_DOUBLE
635
 
636
/* Define to 1 if the "%ll" format works to print long longs. */
637
#undef PRINTF_HAS_LONG_LONG
638
 
639
/* Define if  on solaris uses int instead of size_t, and
640
   assorted other type changes. */
641
#undef PROC_SERVICE_IS_OLD
642
 
643
/* Define to the type of arg 3 for ptrace. */
644
#undef PTRACE_TYPE_ARG3
645
 
646
/* Define to the type of arg 5 for ptrace. */
647
#undef PTRACE_TYPE_ARG5
648
 
649
/* Define as the return type of ptrace. */
650
#undef PTRACE_TYPE_RET
651
 
652
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
653
   'ptrdiff_t'. */
654
#undef PTRDIFF_T_SUFFIX
655
 
656
/* Relocated directory for source files. */
657
#undef RELOC_SRCDIR
658
 
659
/* Bug reporting address */
660
#undef REPORT_BUGS_TO
661
 
662
/* Define as the return type of signal handlers (`int' or `void'). */
663
#undef RETSIGTYPE
664
 
665
/* Define to 1 if the "%Lg" format works to scan long doubles. */
666
#undef SCANF_HAS_LONG_DOUBLE
667
 
668
/* Define to 1 if the `setpgrp' function takes no argument. */
669
#undef SETPGRP_VOID
670
 
671
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
672
   'sig_atomic_t'. */
673
#undef SIG_ATOMIC_T_SUFFIX
674
 
675
/* The size of `long', as computed by sizeof. */
676
#undef SIZEOF_LONG
677
 
678
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
679
   'size_t'. */
680
#undef SIZE_T_SUFFIX
681
 
682
/* If using the C implementation of alloca, define if you know the
683
   direction of stack growth for your system; otherwise it will be
684
   automatically deduced at runtime.
685
        STACK_DIRECTION > 0 => grows toward higher addresses
686
        STACK_DIRECTION < 0 => grows toward lower addresses
687
        STACK_DIRECTION = 0 => direction of growth unknown */
688
#undef STACK_DIRECTION
689
 
690
/* Define to 1 if the `S_IS*' macros in  do not work properly. */
691
#undef STAT_MACROS_BROKEN
692
 
693
/* Define to 1 if you have the ANSI C header files. */
694
#undef STDC_HEADERS
695
 
696
/* automatically load a system-wide gdbinit file */
697
#undef SYSTEM_GDBINIT
698
 
699
/* Define if the system-gdbinit directory should be relocated when GDB is
700
   moved. */
701
#undef SYSTEM_GDBINIT_RELOCATABLE
702
 
703
/* Define if  has the TD_NOTALLOC error code. */
704
#undef THREAD_DB_HAS_TD_NOTALLOC
705
 
706
/* Define if  has the TD_NOTLS error code. */
707
#undef THREAD_DB_HAS_TD_NOTLS
708
 
709
/* Define if  has the TD_VERSION error code. */
710
#undef THREAD_DB_HAS_TD_VERSION
711
 
712
/* Define to 1 if the regex included in libiberty should be used. */
713
#undef USE_INCLUDED_REGEX
714
 
715
/* Define if we should use the Windows API, instead of the POSIX API. On
716
   Windows, we use the Windows API when building for MinGW, but the POSIX API
717
   when building for Cygwin. */
718
#undef USE_WIN32API
719
 
720
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
721
   'wchar_t'. */
722
#undef WCHAR_T_SUFFIX
723
 
724
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
725
   'wint_t'. */
726
#undef WINT_T_SUFFIX
727
 
728
/* Define if the simulator is being linked in. */
729
#undef WITH_SIM
730
 
731
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
732
   significant byte first (like Motorola and SPARC, unlike Intel). */
733
#if defined AC_APPLE_UNIVERSAL_BUILD
734
# if defined __BIG_ENDIAN__
735
#  define WORDS_BIGENDIAN 1
736
# endif
737
#else
738
# ifndef WORDS_BIGENDIAN
739
#  undef WORDS_BIGENDIAN
740
# endif
741
#endif
742
 
743
/* Number of bits in a file offset, on hosts where this is settable. */
744
#undef _FILE_OFFSET_BITS
745
 
746
/* Define to 1 so  gets a definition of anon_hdl. Works around a
747
    problem on IRIX 5. */
748
#undef _KMEMUSER
749
 
750
/* Define for large files, on AIX-style hosts. */
751
#undef _LARGE_FILES
752
 
753
/* Define to 1 if on MINIX. */
754
#undef _MINIX
755
 
756
/* Define to 1 to avoid a clash between  and  on Solaris
757
   2.[789] when using GCC. */
758
#undef _MSE_INT_H
759
 
760
/* Define to 2 if the system does not provide POSIX.1 features except with
761
   this defined. */
762
#undef _POSIX_1_SOURCE
763
 
764
/* Define to 1 if you need to in order for `stat' and other things to work. */
765
#undef _POSIX_SOURCE
766
 
767
/* Define if  has link_map32 (solaris sparc-64 target) */
768
#undef _SYSCALL32
769
 
770
/* Enable extensions on AIX 3, Interix.  */
771
#ifndef _ALL_SOURCE
772
# undef _ALL_SOURCE
773
#endif
774
/* Enable GNU extensions on systems that have them.  */
775
#ifndef _GNU_SOURCE
776
# undef _GNU_SOURCE
777
#endif
778
/* Enable threading extensions on Solaris.  */
779
#ifndef _POSIX_PTHREAD_SEMANTICS
780
# undef _POSIX_PTHREAD_SEMANTICS
781
#endif
782
/* Enable extensions on HP NonStop.  */
783
#ifndef _TANDEM_SOURCE
784
# undef _TANDEM_SOURCE
785
#endif
786
/* Enable general extensions on Solaris.  */
787
#ifndef __EXTENSIONS__
788
# undef __EXTENSIONS__
789
#endif
790
 
791
 
792
/* Define to empty if `const' does not conform to ANSI C. */
793
#undef const
794
 
795
/* Define to `__inline__' or `__inline' if that's what the C compiler
796
   calls it, or to nothing if 'inline' is not supported under any name.  */
797
#ifndef __cplusplus
798
#undef inline
799
#endif
800
 
801
/* Define to rpl_memcmp if the replacement function should be used. */
802
#undef memcmp
803
 
804
/* Define to `int' if  does not define. */
805
#undef pid_t
806
 
807
/* readline-6.0 started to use different name. */
808
#undef readline_echoing_p
809
 
810
/* Define to the equivalent of the C99 'restrict' keyword, or to
811
   nothing if this is not supported.  Do not define if restrict is
812
   supported directly.  */
813
#undef restrict
814
/* Work around a bug in Sun C++: it does not support _Restrict, even
815
   though the corresponding Sun C compiler does, which causes
816
   "#define restrict _Restrict" in the previous line.  Perhaps some future
817
   version of Sun C++ will work with _Restrict; if so, it'll probably
818
   define __RESTRICT, just as Sun C does.  */
819
#if defined __SUNPRO_CC && !defined __RESTRICT
820
# define _Restrict
821
#endif
822
 
823
/* Define as `fork' if `vfork' does not work. */
824
#undef vfork

powered by: WebSVN 2.1.0

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