log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / selinux-at
blob62dd6e68245e55d5bb4973578dc07feae269ec2b
1 Description:
2 openat-style fd-relative functions for SE Linux
4 Files:
5 lib/selinux-at.h
6 lib/selinux-at.c
7 lib/at-func.c
9 Depends-on:
10 selinux-h
11 at-internal
12 dosname
13 errno
14 extensions
15 fchdir
16 fcntl-h
17 openat-die
18 openat-h
19 save-cwd
20 unistd
22 configure.ac:
23 AC_CHECK_HEADERS([selinux/flask.h])
24 AC_LIBOBJ([selinux-at])
26 Makefile.am:
28 Include:
29 "selinux-at.h"
31 License:
32 GPL
34 Maintainer:
35 Jim Meyering