diff options
author | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2008-03-12 14:10:56 +0000 |
---|---|---|
committer | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2008-03-12 14:10:56 +0000 |
commit | 83116857a35fc5125d098984fae29a549a2b29f3 (patch) | |
tree | 345c301a7e13d9bdb1cbd65fb38a0fbe0bf92e26 /gdb/config.in | |
parent | 2774f1a679efef2fc5f9f9a445f7c1e904a13225 (diff) | |
download | gdb-83116857a35fc5125d098984fae29a549a2b29f3.zip gdb-83116857a35fc5125d098984fae29a549a2b29f3.tar.gz gdb-83116857a35fc5125d098984fae29a549a2b29f3.tar.bz2 |
* configure.ac (AC_CHECK_FUNCS): Add check for setsid.
* config.in, configure: Regenerate.
* fork-child.c (fork_inferior): Call create_tty_session.
* inflow.c (new_tty): Set controlling terminal with TIOCSCTTY.
(create_tty_session): New function.
* terminal.h: Declare create_tty_session.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index b6aba7d..fd83c62 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -278,6 +278,9 @@ /* Define to 1 if you have the `setpgrp' function. */ #undef HAVE_SETPGRP +/* Define to 1 if you have the `setsid' function. */ +#undef HAVE_SETSID + /* Define to 1 if you have the <sgtty.h> header file. */ #undef HAVE_SGTTY_H |