summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/cf/capabilities.m4
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/kerberosIV/cf/capabilities.m4')
-rw-r--r--crypto/kerberosIV/cf/capabilities.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/crypto/kerberosIV/cf/capabilities.m4 b/crypto/kerberosIV/cf/capabilities.m4
new file mode 100644
index 0000000..6d2669b
--- /dev/null
+++ b/crypto/kerberosIV/cf/capabilities.m4
@@ -0,0 +1,14 @@
+dnl
+dnl $Id: capabilities.m4,v 1.2 1999/09/01 11:02:26 joda Exp $
+dnl
+
+dnl
+dnl Test SGI capabilities
+dnl
+
+AC_DEFUN(KRB_CAPABILITIES,[
+
+AC_CHECK_HEADERS(capability.h sys/capability.h)
+
+AC_CHECK_FUNCS(sgi_getcapabilitybyname cap_set_proc)
+])
OpenPOWER on IntegriCloud