summaryrefslogtreecommitdiff
path: root/src/s/freebsd.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-07-10 22:29:13 -0400
committerGlenn Morris <rgm@gnu.org>2012-07-10 22:29:13 -0400
commit9d596af370080cba1e67978018d72a836dba008a (patch)
tree59aad1f67713cf412ae42460af7ee248601d507a /src/s/freebsd.h
parent20e94fdd8ec2a82d0789fc4ea354a803a14e2ec3 (diff)
downloademacs-9d596af370080cba1e67978018d72a836dba008a.tar.gz
Move DONT_REOPEN_PTY from src/s to configure
* configure.ac (DONT_REOPEN_PTY): Move here from src/s. * src/s/darwin.h, src/s/freebsd.h, src/s/netbsd.h: Move DONT_REOPEN_PTY to configure.
Diffstat (limited to 'src/s/freebsd.h')
-rw-r--r--src/s/freebsd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index 04e9a19bdf8..b6bd160cc91 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -33,11 +33,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define BSD_SYSTEM 199506
#endif
-/* Don't close pty in process.c to make it as controlling terminal.
- It is already a controlling terminal of subprocess, because we did
- ioctl TIOCSCTTY. */
-#define DONT_REOPEN_PTY
-
/* Circumvent a bug in FreeBSD. In the following sequence of
writes/reads on a PTY, read(2) returns bogus data: