* configure.in: Add test for "long long" support.
[deliverable/binutils-gdb.git] / gdb / config.in
index 29f637477b9659bb4682892ed9a87f04d51d4a8c..1e1d34705abc19f8d9a4358601358c90e5655717 100644 (file)
 /* 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.024291 seconds and 4 git commands to generate.