]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/acconfig.h
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / acconfig.h
CommitLineData
db210d08 1
fef1696f
ILT
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
21cbc60c
JM
10
11/* Whether strerror must be declared even if <string.h> is included. */
12#undef NEED_DECLARATION_STRERROR
fef1696f
ILT
13@TOP@
14
db210d08
FF
15/* Define if fpregset_t type is available. */
16#undef HAVE_FPREGSET_T
17
18/* Define if gregset_t type is available. */
19#undef HAVE_GREGSET_T
07b77f5c 20
3f550b59
FF
21/* Define if the `long long' type works. */
22#undef CC_HAS_LONG_LONG
23
24/* Define if the "ll" format works to print long long ints. */
25#undef PRINTF_HAS_LONG_LONG
26
07b77f5c
FF
27/* Define if the "%Lg" format works to print long doubles. */
28#undef PRINTF_HAS_LONG_DOUBLE
4bd9f70f 29
f7b8c9ce
AC
30/* Define if the "%Lg" format works to scan long doubles. */
31#undef SCANF_HAS_LONG_DOUBLE
32
4bd9f70f
TT
33/* Define if using Solaris thread debugging. */
34#undef HAVE_THREAD_DB_LIB
f02156cf 35
e3147bf2 36/* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
f02156cf
TT
37#undef START_INFERIOR_TRAPS_EXPECTED
38#undef sys_quotactl
39
40/* Define if you have HPUX threads */
41#undef HAVE_HPUX_THREAD_SUPPORT
0728afad
FF
42
43/* Define if you want to use the memory mapped malloc package (mmalloc). */
44#undef USE_MMALLOC
45
46/* Define if the runtime uses a routine from mmalloc before gdb has a chance
47 to initialize mmalloc, and we want to force checking to be used anyway.
48 This may cause spurious memory corruption messages if the runtime tries
49 to explicitly deallocate that memory when gdb calls exit. */
dd600735 50#undef MMCHECK_FORCE
52dd717d
TT
51
52/* Define to 1 if NLS is requested. */
53#undef ENABLE_NLS
54
55/* Define as 1 if you have catgets and don't want to use GNU gettext. */
56#undef HAVE_CATGETS
57
58/* Define as 1 if you have gettext and don't want to use GNU gettext. */
59#undef HAVE_GETTEXT
60
61/* Define as 1 if you have the stpcpy function. */
62#undef HAVE_STPCPY
63
64/* Define if your locale.h file contains LC_MESSAGES. */
65#undef HAVE_LC_MESSAGES
37f58dce 66
65b07ddc
DT
67/* Define if you want to use the full-screen terminal user interface. */
68#undef TUI
69
37f58dce
FL
70/* Define if <proc_service.h> on solaris uses int instead of
71 size_t, and assorted other type changes. */
72#undef PROC_SERVICE_IS_OLD
2ac058fd
JB
73
74/* If you want to specify a default CPU variant, define this to be its
75 name, as a C string. */
76#undef TARGET_CPU_DEFAULT