summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-09 22:31:13 +1100
committerDamien Miller <djm@mindrot.org>2000-03-09 22:31:13 +1100
commit8f975b6a189fd15cf0dfcce09ba7d7c97f36a16d (patch)
tree86dd353020278212e73ce57e63ea3d4f8701ccd8 /configure.in
parent98c7ad60ec5725d91da9f9f6d26cd9fe477398c0 (diff)
downloadopenssh-git-8f975b6a189fd15cf0dfcce09ba7d7c97f36a16d.tar.gz
- Removed warning workaround for Linux and devpts filesystems (no longer
required after OpenBSD updates)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.in b/configure.in
index e02a026b..64f100ba 100644
--- a/configure.in
+++ b/configure.in
@@ -55,7 +55,6 @@ case "$host" in
;;
*-*-linux*)
no_dev_ptmx=1
- need_pty_removed_on_close=1
;;
*-*-netbsd*)
need_dash_r=1
@@ -543,14 +542,6 @@ AC_CHECK_FILE("/dev/ptc",
]
)
-# Some systems (defined in platform-specific code above) automagically remove
-# Unix98 ptys when they are closed
-if test "x$ac_cv_func_openpty" = "xyes" -o "x$have_dev_ptmx" = "x1" -o "x$have_dev_ptc" = "x1" ; then
- if test "x$need_pty_removed_on_close" = "x1" ; then
- AC_DEFINE(PTY_REMOVED_ON_CLOSE)
- fi
-fi
-
# Options from here on. Some of these are preset by platform above
# Check whether user wants GNOME ssh-askpass