Mercurial > hg > octave-kai > gnulib-hg
annotate modules/selinux-at @ 15887:89c762414427
New module 'atanf'.
* lib/math.in.h (atanf): New declaration.
* lib/atanf.c: New file.
* m4/atanf.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether atanf is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_ATANF, HAVE_ATANF.
* modules/math (Makefile.am): Substitute GNULIB_ATANF, HAVE_ATANF.
* modules/atanf: New file.
* tests/test-math-c++.cc: Check the declaration of atanf.
* doc/posix-functions/atanf.texi: Mention the new module.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 08 Oct 2011 23:55:44 +0200 |
parents | 3f075467f0f5 |
children | 917610de47d7 |
rev | line source |
---|---|
11787 | 1 Description: |
2 openat-style fd-relative functions for SE Linux | |
3 | |
4 Files: | |
5 lib/selinux-at.c | |
6 lib/selinux-at.h | |
7 | |
8 Depends-on: | |
9 openat | |
10 selinux-h | |
11 | |
12 configure.ac: | |
13 AC_CHECK_HEADERS([selinux/flask.h]) | |
14 AC_LIBOBJ([selinux-at]) | |
15 | |
16 Makefile.am: | |
17 | |
18 Include: | |
11792
3f075467f0f5
selinux-at: remove redundant m4 code, add documentation
Jim Meyering <meyering@redhat.com>
parents:
11787
diff
changeset
|
19 "selinux-at.h" |
11787 | 20 |
21 License: | |
22 GPL | |
23 | |
24 Maintainer: | |
25 Jim Meyering |