summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-04-15 21:10:09 -0700
committerTim Rice <tim@multitalents.net>2002-04-15 21:10:09 -0700
commit66480f188ec4cb55006a32763b41cf07cc5da781 (patch)
tree2159a3986c056041864b2cf04f634229f0a747b8 /configure.ac
parenteb3630205aade22db04bc0e973cb9ad27c179af7 (diff)
[configure.ac] add tests for recvmsg and sendmsg.
[monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9516bf7fe..d9ca33d69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.44 2002/04/13 01:04:41 djm Exp $ 1# $Id: configure.ac,v 1.45 2002/04/16 04:10:11 tim Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -534,8 +534,8 @@ AC_CHECK_FUNCS(arc4random b64_ntop bcopy bindresvport_sa \
534 getaddrinfo getcwd getgrouplist getnameinfo getopt \ 534 getaddrinfo getcwd getgrouplist getnameinfo getopt \
535 getrlimit getrusage getttyent glob inet_aton inet_ntoa \ 535 getrlimit getrusage getttyent glob inet_aton inet_ntoa \
536 inet_ntop innetgr login_getcapbool md5_crypt memmove \ 536 inet_ntop innetgr login_getcapbool md5_crypt memmove \
537 mkdtemp mmap openpty readpassphrase realpath \ 537 mkdtemp mmap openpty readpassphrase realpath recvmsg \
538 rresvport_af setdtablesize setegid setenv seteuid \ 538 rresvport_af sendmsg setdtablesize setegid setenv seteuid \
539 setlogin setproctitle setresgid setreuid setrlimit \ 539 setlogin setproctitle setresgid setreuid setrlimit \
540 setsid setvbuf sigaction sigvec snprintf socketpair strerror \ 540 setsid setvbuf sigaction sigvec snprintf socketpair strerror \
541 strlcat strlcpy strmode strsep sysconf tcgetpgrp utimes \ 541 strlcat strlcpy strmode strsep sysconf tcgetpgrp utimes \