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 933f3a0..ac2c267 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -269,6 +269,9 @@ /* Define if you have the <curses.h> header file. */ #undef HAVE_CURSES_H +/* Define if you have the <cursesX.h> header file. */ +#undef HAVE_CURSESX_H + /* Define if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H @@ -465,6 +468,9 @@ /* Define to 1 if your system has td_pcb in struct thread. */ #undef HAVE_STRUCT_THREAD_TD_PCB +/* Define to 1 if your system has struct lwp. */ +#undef HAVE_STRUCT_LWP + /* Define to 1 if your system has struct reg in <machine/reg.h>. */ #undef HAVE_STRUCT_REG |