diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-25 04:44:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-25 04:44:33 +0000 |
commit | 944d780c6e86df3d8af2c2a1ac2e988cb0fee4c6 (patch) | |
tree | 14eaed64f4be02a95c0292f56e28bf06dc6f205c /gdb | |
parent | 85ff3c5244ef8e63516e7709afc46d721cf87c9a (diff) | |
download | gdb-944d780c6e86df3d8af2c2a1ac2e988cb0fee4c6.zip gdb-944d780c6e86df3d8af2c2a1ac2e988cb0fee4c6.tar.gz gdb-944d780c6e86df3d8af2c2a1ac2e988cb0fee4c6.tar.bz2 |
Re-generate config.in.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/config.in | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a14d0ab..d572a52 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Thu May 25 14:43:30 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * config.in: Regenerate. + Thu May 25 13:49:17 2000 Andrew Cagney <cagney@b1.cygnus.com> From Fri 19 May 2000 Eli Zaretskii <eliz@is.elta.co.il>: * diff --git a/gdb/config.in b/gdb/config.in index ac06839..8716472 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -103,9 +103,6 @@ to explicitly deallocate that memory when gdb calls exit. */ #undef MMCHECK_FORCE -/* Define if you want to use the full-screen terminal user interface. */ -#undef TUI - /* Define if <proc_service.h> on solaris uses int instead of size_t, and assorted other type changes. */ #undef PROC_SERVICE_IS_OLD @@ -279,6 +276,9 @@ /* Define if you have the <sys/select.h> header file. */ #undef HAVE_SYS_SELECT_H +/* Define if you have the <sys/user.h> header file. */ +#undef HAVE_SYS_USER_H + /* Define if you have the <sys/wait.h> header file. */ #undef HAVE_SYS_WAIT_H |