diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 8a1d0db..097f29e 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -59,6 +59,9 @@ /* 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 @@ -84,6 +87,9 @@ /* Define if you have the setpgid function. */ #undef HAVE_SETPGID +/* Define if you have the sigaction function. */ +#undef HAVE_SIGACTION + /* Define if you have the <endian.h> header file. */ #undef HAVE_ENDIAN_H |