source: heimdal/trunk/cf/capabilities.m4@ 4

Last change on this file since 4 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 189 bytes
Line 
1dnl
2dnl $Id$
3dnl
4
5dnl
6dnl Test SGI capabilities
7dnl
8
9AC_DEFUN([KRB_CAPABILITIES],[
10
11AC_CHECK_HEADERS(capability.h sys/capability.h)
12
13AC_CHECK_FUNCS(sgi_getcapabilitybyname cap_set_proc)
14])
Note: See TracBrowser for help on using the repository browser.