vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / renameatu
blob5ce8e47587da08a7d7fc3257e3eac66616d9d351
1 Description:
2 renameatu() function: rename a file, relative to two dirs, with unsigned flag
4 Files:
5 lib/at-func2.c
6 lib/renameatu.c
7 lib/renameatu.h
8 m4/renameat.m4
10 Depends-on:
11 stdio
12 extensions
13 fcntl-h
14 filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
15 openat-h         [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
16 statat           [test $REPLACE_RENAMEAT = 1]
17 stdbool          [test $REPLACE_RENAMEAT = 1]
18 at-internal      [test $HAVE_RENAMEAT = 0]
19 filename         [test $HAVE_RENAMEAT = 0]
20 fstat            [test $HAVE_RENAMEAT = 0]
21 getcwd-lgpl      [test $HAVE_RENAMEAT = 0]
22 openat-die       [test $HAVE_RENAMEAT = 0]
23 rename           [test $HAVE_RENAMEAT = 0]
24 same-inode       [test $HAVE_RENAMEAT = 0]
25 save-cwd         [test $HAVE_RENAMEAT = 0]
26 stat             [test $HAVE_RENAMEAT = 0]
28 configure.ac:
29 gl_FUNC_RENAMEAT
30 if test $HAVE_RENAMEAT = 0; then
31   AC_LIBOBJ([at-func2])
34 Makefile.am:
35 lib_SOURCES += renameatu.c
37 Include:
38 "renameatu.h"
40 License:
41 GPL
43 Maintainer:
44 Jim Meyering, Eric Blake