af_alg: minor style improvements
[gnulib.git] / modules / renameat2
blob54f72e1c8447fed38a5aa16f5dd59ab2f8cb387f
1 Description:
2 renameat2() function: rename a file, relative to two directories
4 Files:
5 lib/at-func2.c
6 lib/renameat2.c
7 lib/renameat2.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 dosname          [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]
26 configure.ac:
27 gl_FUNC_RENAMEAT
28 if test $HAVE_RENAMEAT = 0; then
29   AC_LIBOBJ([at-func2])
32 Makefile.am:
33 lib_SOURCES += renameat2.c
35 Include:
36 "renameat2.h"
38 License:
39 GPL
41 Maintainer:
42 Jim Meyering, Eric Blake