2 /* Whether malloc must be declared even if <stdlib.h> is included. */
3 #undef NEED_DECLARATION_MALLOC
5 /* Whether realloc must be declared even if <stdlib.h> is included. */
6 #undef NEED_DECLARATION_REALLOC
8 /* Whether free must be declared even if <stdlib.h> is included. */
9 #undef NEED_DECLARATION_FREE
11 /* Whether strerror must be declared even if <string.h> is included. */
12 #undef NEED_DECLARATION_STRERROR
15 /* Define if fpregset_t type is available. */
16 #undef HAVE_FPREGSET_T
18 /* Define if gregset_t type is available. */
21 /* Define if the `long long' type works. */
22 #undef CC_HAS_LONG_LONG
24 /* Define if the "ll" format works to print long long ints. */
25 #undef PRINTF_HAS_LONG_LONG
27 /* Define if the "%Lg" format works to print long doubles. */
28 #undef PRINTF_HAS_LONG_DOUBLE
30 /* Define if the "%Lg" format works to scan long doubles. */
31 #undef SCANF_HAS_LONG_DOUBLE
33 /* Define if using Solaris thread debugging. */
34 #undef HAVE_THREAD_DB_LIB
36 /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */
37 #undef START_INFERIOR_TRAPS_EXPECTED
40 /* Define if you have HPUX threads */
41 #undef HAVE_HPUX_THREAD_SUPPORT
43 /* Define if you want to use the memory mapped malloc package (mmalloc). */
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. */
52 /* Define to 1 if NLS is requested. */
55 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
58 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
61 /* Define as 1 if you have the stpcpy function. */
64 /* Define if your locale.h file contains LC_MESSAGES. */
65 #undef HAVE_LC_MESSAGES
This page took 0.038035 seconds and 4 git commands to generate.