1996-03-17 01:36:07 +01:00
|
|
|
|
1996-08-21 03:02:53 +02:00
|
|
|
/* Whether malloc must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_MALLOC
|
|
|
|
|
|
|
|
/* Whether realloc must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_REALLOC
|
|
|
|
|
|
|
|
/* Whether free must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_FREE
|
|
|
|
@TOP@
|
|
|
|
|
1996-03-17 01:36:07 +01:00
|
|
|
/* Define if fpregset_t type is available. */
|
|
|
|
#undef HAVE_FPREGSET_T
|
|
|
|
|
|
|
|
/* Define if gregset_t type is available. */
|
|
|
|
#undef HAVE_GREGSET_T
|
1996-03-31 03:04:37 +02:00
|
|
|
|
1996-07-28 08:32:48 +02:00
|
|
|
/* Define if the `long long' type works. */
|
|
|
|
#undef CC_HAS_LONG_LONG
|
|
|
|
|
|
|
|
/* Define if the "ll" format works to print long long ints. */
|
|
|
|
#undef PRINTF_HAS_LONG_LONG
|
|
|
|
|
1996-03-31 03:04:37 +02:00
|
|
|
/* Define if the "%Lg" format works to print long doubles. */
|
|
|
|
#undef PRINTF_HAS_LONG_DOUBLE
|
1996-06-13 20:44:33 +02:00
|
|
|
|
|
|
|
/* Define if using Solaris thread debugging. */
|
|
|
|
#undef HAVE_THREAD_DB_LIB
|