New module 'mkdirat', split off from module 'openat'.
[gnulib.git] / modules / openat
1 Description:
2 Open a file at a directory.
3
4 Files:
5 lib/at-func.c
6 lib/openat.c
7 lib/openat.h
8 lib/openat-priv.h
9 lib/openat-proc.c
10 m4/openat.m4
11 m4/mode_t.m4
12
13 Depends-on:
14 dosname
15 errno
16 extensions
17 fchdir
18 fcntl-h
19 fdopendir
20 fstat
21 gettext-h
22 intprops
23 largefile
24 open
25 openat-die
26 save-cwd
27 stdbool
28 sys_stat
29 unistd
30
31 configure.ac:
32 gl_FUNC_OPENAT
33 AC_LIBOBJ([openat-proc])
34 if test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1; then
35   AC_LIBOBJ([openat])
36 fi
37
38 Makefile.am:
39
40 Include:
41 <fcntl.h>
42 <unistd.h>
43 "openat.h"
44
45 License:
46 GPL
47
48 Maintainer:
49 Jim Meyering, Eric Blake