New module 'fstat'.
[gnulib.git] / modules / renameat
1 Description:
2 renameat() function: rename a file, relative to two directories
3
4 Files:
5 lib/at-func2.c
6 lib/renameat.c
7 m4/renameat.m4
8
9 Depends-on:
10 stdio
11 extensions
12 fcntl-h
13 dosname          [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
14 filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
15 fstat            [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
16 getcwd-lgpl      [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
17 openat           [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
18 rename           [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
19 same-inode       [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
20 save-cwd         [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
21
22 configure.ac:
23 gl_FUNC_RENAMEAT
24 if test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1; then
25   AC_LIBOBJ([renameat])
26   AC_LIBOBJ([at-func2])
27 fi
28 gl_STDIO_MODULE_INDICATOR([renameat])
29
30 Makefile.am:
31
32 Include:
33 <fcntl.h>
34 <stdio.h>
35
36 License:
37 GPL
38
39 Maintainer:
40 Jim Meyering, Eric Blake