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 | 76426319be624f6718215b2d1ebc613c7ea15400 (patch) | |
tree | 6dbec4752eca5000b14e1a83d5d66b1831b16f2c /gdb/config.in | |
parent | 59291121983142a36ae3fa6e9db403ff3e7ee412 (diff) | |
download | gdb-76426319be624f6718215b2d1ebc613c7ea15400.tar.gz |
Re-generate config.in.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in index ac06839469f..8716472879a 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 |