search for: no_peercheck

Displaying 1 result from an estimated 1 matches for "no_peercheck".

2006 Sep 25
1
[PATCH] implementation of getpeereid() for Solaris
...e.ac Mon Sep 18 15:17:41 2006 +++ openssh-SNAP-20060921-patched//configure.ac Mon Sep 25 11:58:41 2006 @@ -1242,6 +1242,7 @@ getnameinfo \ getopt \ getpeereid \ + getpeerucred \ _getpty \ getrlimit \ getttyent \ @@ -1490,7 +1491,7 @@ # Check for missing getpeereid (or equiv) support NO_PEERCHECK="" -if test "x$ac_cv_func_getpeereid" != "xyes" ; then +if test "x$ac_cv_func_getpeereid" != "xyes" -a "x$ac_cv_func_getpeerucred" != "xyes"; then AC_MSG_CHECKING([whether system supports SO_PEERCRED getsockopt]) AC_TRY_COMPI...