* configure.in: Add test for "long long" support.
[deliverable/binutils-gdb.git] / gdb / acconfig.h
CommitLineData
db210d08
FF
1
2/* Define if fpregset_t type is available. */
3#undef HAVE_FPREGSET_T
4
5/* Define if gregset_t type is available. */
6#undef HAVE_GREGSET_T
07b77f5c 7
3f550b59
FF
8/* Define if the `long long' type works. */
9#undef CC_HAS_LONG_LONG
10
11/* Define if the "ll" format works to print long long ints. */
12#undef PRINTF_HAS_LONG_LONG
13
07b77f5c
FF
14/* Define if the "%Lg" format works to print long doubles. */
15#undef PRINTF_HAS_LONG_DOUBLE
4bd9f70f
TT
16
17/* Define if using Solaris thread debugging. */
18#undef HAVE_THREAD_DB_LIB
This page took 0.033907 seconds and 4 git commands to generate.