diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 426947e..149aeaf 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -39,6 +39,9 @@ /* Define to BFD's default target vector. */ #undef DEFAULT_BFD_VEC +/* defined if dwarf format was requested. */ +#undef DWARF_FORMAT_AVAILABLE + /* Handle .ctf type-info sections */ #undef ENABLE_LIBCTF @@ -93,6 +96,9 @@ /* Define if amd-dbgapi is being linked in. */ #undef HAVE_AMD_DBGAPI +/* Define to 1 if you have the <asm/termios.h> header file. */ +#undef HAVE_ASM_TERMIOS_H + /* Define to 1 if you have the `btowc' function. */ #undef HAVE_BTOWC @@ -244,6 +250,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the <IOKit/serial/ioss.h> header file. */ +#undef HAVE_IOKIT_SERIAL_IOSS_H + /* Define to 1 if you have the `kinfo_getfile' function. */ #undef HAVE_KINFO_GETFILE @@ -639,6 +648,9 @@ */ #undef LT_OBJDIR +/* defined if mdebug format was requested. */ +#undef MDEBUG_FORMAT_AVAILABLE + /* Name of this package. */ #undef PACKAGE |