aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-06-01 01:48:15 +0200
committerMichael Adam <obnox@samba.org>2014-06-01 10:02:56 +0200
commit3029067b21775c1f6fec43e0b03712defa69e9a6 (patch)
tree1375d6897f11bf14403e0c6edea868f816a2dc7a /ConfigureChecks.cmake
parent00258577e86f4b6c15d504954ee6233086638a3e (diff)
downloadsocket_wrapper-3029067b21775c1f6fec43e0b03712defa69e9a6.tar.gz
socket_wrapper-3029067b21775c1f6fec43e0b03712defa69e9a6.tar.xz
socket_wrapper-3029067b21775c1f6fec43e0b03712defa69e9a6.zip
swrap: add check for rpc/rpc.h - needed on freebsd for bindresvport
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 44914f0..df65411 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -52,6 +52,7 @@ check_include_file(sys/signalfd.h HAVE_SYS_SIGNALFD_H)
check_include_file(sys/eventfd.h HAVE_SYS_EVENTFD_H)
check_include_file(sys/timerfd.h HAVE_SYS_TIMERFD_H)
check_include_file(gnu/lib-names.h HAVE_GNU_LIB_NAMES_H)
+check_include_file(rpc/rpc.h HAVE_RPC_RPC_H)
# FUNCTIONS
check_function_exists(strncpy HAVE_STRNCPY)