From 6dc562a7aacbedbf9d2dfcef19fcba19c226b453 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 27 Jan 2003 21:15:10 +0000 Subject: - (bal) Bugzilla 477 patch by wendyp@cray.com. Define TIOCGPGRP for cray. Also removed test for tcgetpgrp in configure.ac since it is no longer used. --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b85f1884..870def2a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.102 2003/01/20 04:20:25 tim Exp $ +# $Id: configure.ac,v 1.103 2003/01/27 21:15:10 mouring Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -610,8 +610,7 @@ AC_CHECK_FUNCS(arc4random b64_ntop bcopy bindresvport_sa \ setenv seteuid setgroups setlogin setproctitle setresgid setreuid \ setrlimit setsid setpcred setvbuf sigaction sigvec snprintf \ socketpair strerror strlcat strlcpy strmode strnvis sysconf \ - tcgetpgrp truncate utimes vhangup vsnprintf waitpid __b64_ntop \ - _getpty) + truncate utimes vhangup vsnprintf waitpid __b64_ntop _getpty) dnl Make sure strsep prototype is defined before defining HAVE_STRSEP AC_CHECK_DECL(strsep, [AC_CHECK_FUNCS(strsep)]) -- cgit v1.2.3