* configure.in: Add test for "long long" support.
[deliverable/binutils-gdb.git] / gdb / acconfig.h
index 07a0e98bfc5b83f3add6b22d9243959f33f09551..34fa8c8dd3c2f6be446a8e023ed01e493a066075 100644 (file)
@@ -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
 
This page took 0.023418 seconds and 4 git commands to generate.