10f8cb022486c926a655ab0ee565c70c95fb4bcf
[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
11 /* Whether strerror must be declared even if <string.h> is included. */
12 #undef NEED_DECLARATION_STRERROR
13 @TOP@
14
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
20
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
27 /* Define if the "%Lg" format works to print long doubles. */
28 #undef PRINTF_HAS_LONG_DOUBLE
29
30 /* Define if the "%Lg" format works to scan long doubles. */
31 #undef SCANF_HAS_LONG_DOUBLE
32
33 /* Define if using Solaris thread debugging. */
34 #undef HAVE_THREAD_DB_LIB
35
36 /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
37 #undef START_INFERIOR_TRAPS_EXPECTED
38 #undef sys_quotactl
39
40 /* Define if you have HPUX threads */
41 #undef HAVE_HPUX_THREAD_SUPPORT
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. */
50 #undef MMCHECK_FORCE
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
66
67 /* Define if you want to use the full-screen terminal user interface. */
68 #undef TUI
69
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
This page took 0.030641 seconds and 4 git commands to generate.