From d27b597dc3708afe72356048acf9ab78b1c3bb43 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Mon, 28 May 2001 10:21:43 -0700 Subject: - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c Patch by Corinna Vinschen --- ChangeLog | 6 +++++- configure.in | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b13890d8..9fd0cc2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20010528 + - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c + Patch by Corinna Vinschen + 20010512 - (bal) Patch to partial sync up contrib/solaris/ packaging software. Patch by pete @@ -5302,4 +5306,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1179.2.14 2001/05/12 16:52:37 mouring Exp $ +$Id: ChangeLog,v 1.1179.2.15 2001/05/28 17:21:43 tim Exp $ diff --git a/configure.in b/configure.in index 4b0374cc..d04451a9 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.282.2.3 2001/05/08 20:43:01 mouring Exp $ +# $Id: configure.in,v 1.282.2.4 2001/05/28 17:21:44 tim Exp $ AC_INIT(ssh.c) @@ -459,7 +459,7 @@ AC_ARG_WITH(tcp-wrappers, ) dnl Checks for library functions. -AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_sa clock fchown fchmod freeaddrinfo futimes gai_strerror getcwd getaddrinfo getgrouplist getnameinfo getrlimit getrusage getttyent getusershell glob inet_aton inet_ntoa inet_ntop innetgr login_getcapbool md5_crypt memmove mkdtemp on_exit openpty realpath rresvport_af setdtablesize setenv setegid seteuid setlogin setproctitle setresgid setreuid setrlimit setsid sigaction sigvec snprintf strerror strlcat strlcpy strmode strsep strtok_r sysconf tcgetpgrp utimes vsnprintf vhangup vis waitpid _getpty __b64_ntop) +AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_sa clock fchown fchmod freeaddrinfo futimes gai_strerror getcwd getaddrinfo getgrouplist getnameinfo getrlimit getrusage getttyent getusershell glob inet_aton inet_ntoa inet_ntop innetgr login_getcapbool md5_crypt memmove mkdtemp on_exit openpty realpath rresvport_af setdtablesize setenv setegid seteuid setlogin setproctitle setresgid setreuid setrlimit setsid setvbuf sigaction sigvec snprintf strerror strlcat strlcpy strmode strsep strtok_r sysconf tcgetpgrp utimes vsnprintf vhangup vis waitpid _getpty __b64_ntop) dnl Checks for time functions AC_CHECK_FUNCS(gettimeofday time) dnl Checks for libutil functions -- cgit v1.2.3