Fix gcc -Wall warnings. See ChangeLog for details.
[deliverable/binutils-gdb.git] / gdb / acconfig.h
1
2 /* Whether malloc must be declared even if <stdlib.h> is included. */
3 #undef NEED_DECLARATION_MALLOC
4
5 /* Whether realloc must be declared even if <stdlib.h> is included. */
6 #undef NEED_DECLARATION_REALLOC
7
8 /* Whether free must be declared even if <stdlib.h> is included. */
9 #undef NEED_DECLARATION_FREE
10 @TOP@
11
12 /* Define if fpregset_t type is available. */
13 #undef HAVE_FPREGSET_T
14
15 /* Define if gregset_t type is available. */
16 #undef HAVE_GREGSET_T
17
18 /* Define if the `long long' type works. */
19 #undef CC_HAS_LONG_LONG
20
21 /* Define if the "ll" format works to print long long ints. */
22 #undef PRINTF_HAS_LONG_LONG
23
24 /* Define if the "%Lg" format works to print long doubles. */
25 #undef PRINTF_HAS_LONG_DOUBLE
26
27 /* Define if the "%Lg" format works to scan long doubles. */
28 #undef SCANF_HAS_LONG_DOUBLE
29
30 /* Define if using Solaris thread debugging. */
31 #undef HAVE_THREAD_DB_LIB
32
33 /* Define on a Linux system to work around problems in sys/procfs.h. */
34 #undef START_INFERIOR_TRAPS_EXPECTED
35 #undef sys_quotactl
36
37 /* Define if you have HPUX threads */
38 #undef HAVE_HPUX_THREAD_SUPPORT
39
40 /* Define if you want to use the memory mapped malloc package (mmalloc). */
41 #undef USE_MMALLOC
42
43 /* Define if the runtime uses a routine from mmalloc before gdb has a chance
44 to initialize mmalloc, and we want to force checking to be used anyway.
45 This may cause spurious memory corruption messages if the runtime tries
46 to explicitly deallocate that memory when gdb calls exit. */
47 #undef MMCHECK_FORCE
This page took 0.030569 seconds and 4 git commands to generate.