diff options
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 07a0e98..34fa8c8 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -5,6 +5,12 @@ /* 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 |