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
12 /* Define if fpregset_t type is available. */
13 #undef HAVE_FPREGSET_T
15 /* Define if gregset_t type is available. */
18 /* Define if the `long long' type works. */
19 #undef CC_HAS_LONG_LONG
21 /* Define if the "ll" format works to print long long ints. */
22 #undef PRINTF_HAS_LONG_LONG
24 /* Define if the "%Lg" format works to print long doubles. */
25 #undef PRINTF_HAS_LONG_DOUBLE
27 /* Define if using Solaris thread debugging. */
28 #undef HAVE_THREAD_DB_LIB