From d984205f2e2e53941bce2efb99252feb6a4c046e Mon Sep 17 00:00:00 2001 From: Denis Kozadaev Date: Thu, 18 May 2023 21:41:25 +0300 Subject: SunOS specific patches Signed-off-by: Denis Kozadaev (cherry picked from commit 4d58a4ea8daf1a3cb91b7d8c6e574dd6f5bdb685) --- tdesu/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tdesu/CMakeLists.txt') diff --git a/tdesu/CMakeLists.txt b/tdesu/CMakeLists.txt index 4c33fb0d8..67ee4c645 100644 --- a/tdesu/CMakeLists.txt +++ b/tdesu/CMakeLists.txt @@ -40,6 +40,8 @@ else() endif() check_function_exists( getpeereid HAVE_GETPEEREID ) +check_function_exists( getpeerucred HAVE_GETPEERUCRED ) + check_include_file( "sys/select.h" HAVE_SYS_SELECT_H ) check_include_file( "sys/wait.h" HAVE_SYS_WAIT_H ) -- cgit v1.2.1