diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-08-07 22:12:08 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-08-07 22:12:08 +0000 |
commit | 5c7f2947f03e47cdb458c8f132ed5e2f7ab7a940 (patch) | |
tree | 53286d327a13286956984a696ae9026b92d9ae47 /gdb/config.in | |
parent | da7d81e3861d91b055a4bc75a5d1372f0c025e36 (diff) | |
download | gdb-5c7f2947f03e47cdb458c8f132ed5e2f7ab7a940.zip gdb-5c7f2947f03e47cdb458c8f132ed5e2f7ab7a940.tar.gz gdb-5c7f2947f03e47cdb458c8f132ed5e2f7ab7a940.tar.bz2 |
* configure.in: Add cursesX to the list of possible curses libs.
Add cursesX.h to the list of possible curses headers.
* configure, config.in: Regenerate.
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 |