diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-20 23:57:27 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-20 23:57:27 +0000 |
commit | bc8bcb4b1d31b56b3dcfe1838008256ab9b2d7b7 (patch) | |
tree | d2356a08004b7599e0fe830f5f2cff04812ac639 /gdb/acconfig.h | |
parent | 210c61aa9bfd0f10e0d105d294280a863d8cfec9 (diff) | |
download | gdb-bc8bcb4b1d31b56b3dcfe1838008256ab9b2d7b7.zip gdb-bc8bcb4b1d31b56b3dcfe1838008256ab9b2d7b7.tar.gz gdb-bc8bcb4b1d31b56b3dcfe1838008256ab9b2d7b7.tar.bz2 |
* configure.ac: Modernize checks for `long long' and `long double'
support.
* configure: Regenerated.
* acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
(PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
* config.in: Regenerated.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index a7f055d..19bf539 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -83,18 +83,6 @@ /* Define if ioctl argument PIOCSET is available. */ #undef HAVE_PROCFS_PIOCSET -/* 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 the "%Lg" format works to scan long doubles. */ -#undef SCANF_HAS_LONG_DOUBLE - /* Define if using Solaris thread debugging. */ #undef HAVE_THREAD_DB_LIB |