readutmp: Fix dependencies.
[gnulib.git] / modules / unlinkat
blobed11c1e97118b960e831cdd9e88ba1a13cb5d75b
1 Description:
2 unlinkat() function: Remove a file at a directory.
4 Files:
5 lib/unlinkat.c
6 lib/at-func.c
7 m4/unlinkat.m4
8 m4/lstat.m4
10 Depends-on:
11 unistd
12 extensions
13 fcntl-h         [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
14 openat-h        [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
15 sys_stat        [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
16 at-internal     [test $HAVE_UNLINKAT = 0]
17 errno           [test $HAVE_UNLINKAT = 0]
18 fchdir          [test $HAVE_UNLINKAT = 0]
19 filename        [test $HAVE_UNLINKAT = 0]
20 openat-die      [test $HAVE_UNLINKAT = 0]
21 rmdir           [test $HAVE_UNLINKAT = 0]
22 save-cwd        [test $HAVE_UNLINKAT = 0]
23 unlink          [test $HAVE_UNLINKAT = 0]
25 configure.ac:
26 gl_FUNC_UNLINKAT
27 gl_CONDITIONAL([GL_COND_OBJ_UNLINKAT],
28                [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1])
29 gl_UNISTD_MODULE_INDICATOR([unlinkat])
31 Makefile.am:
32 if GL_COND_OBJ_UNLINKAT
33 lib_SOURCES += unlinkat.c
34 endif
36 Include:
37 <unistd.h>
39 License:
40 GPL
42 Maintainer:
43 Jim Meyering, Eric Blake