summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-09-12 10:32:59 +1000
committerDamien Miller <djm@mindrot.org>2002-09-12 10:32:59 +1000
commit771721fa31623a821d46a82e04b39cdc217a9c3a (patch)
treeb96de2f9b45566294423c5b8dc2665c6600496c3 /configure.ac
parente1a49817078a22056be87cde74467d52583e9ea1 (diff)
- (djm) Added getpeereid() replacement. Properly implemented for systems
with SO_PEERCRED support. Faked for systems which lack it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9d3593aa..84e6adec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.86 2002/09/04 13:26:30 djm Exp $
+# $Id: configure.ac,v 1.87 2002/09/12 00:33:00 djm Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -596,7 +596,7 @@ AC_ARG_WITH(tcp-wrappers,
dnl Checks for library functions.
AC_CHECK_FUNCS(arc4random b64_ntop bcopy bindresvport_sa \
clock fchmod fchown freeaddrinfo futimes gai_strerror \
- getaddrinfo getcwd getgrouplist getnameinfo getopt \
+ getaddrinfo getcwd getgrouplist getnameinfo getopt getpeereid\
getrlimit getrusage getttyent glob inet_aton inet_ntoa \
inet_ntop innetgr login_getcapbool md5_crypt memmove \
mkdtemp mmap ngetaddrinfo openpty ogetaddrinfo readpassphrase \