ca03f9aa1dbc2191e31e0a47c6acadfc68972eb7
[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 filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
14 openat-h         [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
15 fstatat          [test $REPLACE_RENAMEAT = 1]
16 stdbool          [test $REPLACE_RENAMEAT = 1]
17 at-internal      [test $HAVE_RENAMEAT = 0]
18 dosname          [test $HAVE_RENAMEAT = 0]
19 fstat            [test $HAVE_RENAMEAT = 0]
20 getcwd-lgpl      [test $HAVE_RENAMEAT = 0]
21 openat-die       [test $HAVE_RENAMEAT = 0]
22 rename           [test $HAVE_RENAMEAT = 0]
23 same-inode       [test $HAVE_RENAMEAT = 0]
24 save-cwd         [test $HAVE_RENAMEAT = 0]
25
26 configure.ac:
27 gl_FUNC_RENAMEAT
28 if test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1; then
29   AC_LIBOBJ([renameat])
30 fi
31 if test $HAVE_RENAMEAT = 0; then
32   AC_LIBOBJ([at-func2])
33 fi
34 gl_STDIO_MODULE_INDICATOR([renameat])
35
36 Makefile.am:
37
38 Include:
39 <fcntl.h>
40 <stdio.h>
41
42 License:
43 GPL
44
45 Maintainer:
46 Jim Meyering, Eric Blake