diff options
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/acconfig.h')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/acconfig.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/acconfig.h b/gnu/usr.bin/binutils/gdb/acconfig.h new file mode 100644 index 00000000000..fc7ce7c6207 --- /dev/null +++ b/gnu/usr.bin/binutils/gdb/acconfig.h @@ -0,0 +1,28 @@ + +/* 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@ + +/* Define if fpregset_t type is available. */ +#undef HAVE_FPREGSET_T + +/* Define if gregset_t type is available. */ +#undef HAVE_GREGSET_T + +/* 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 + +/* Define if the "%Lg" format works to print long doubles. */ +#undef PRINTF_HAS_LONG_DOUBLE + +/* Define if using Solaris thread debugging. */ +#undef HAVE_THREAD_DB_LIB |