From bc8bcb4b1d31b56b3dcfe1838008256ab9b2d7b7 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 20 Jan 2005 23:57:27 +0000 Subject: * 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. --- gdb/acconfig.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'gdb/acconfig.h') 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 -- cgit v1.1