summaryrefslogtreecommitdiff
path: root/src/s/netbsd.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/netbsd.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/netbsd.h')
-rw-r--r--src/s/netbsd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index 80b4442af56..cbcd54f3988 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -26,11 +26,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
that are handled with CPP __RENAME() macro in signal.h. */
#include <signal.h>
-/* 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
-
/* Tell that garbage collector that setjmp is known to save all
registers relevant for conservative garbage collection in the jmp_buf. */
#define GC_SETJMP_WORKS 1