e4ba51463d65a62ded4dc143f666dd762eb175d0
[gnulib.git] / modules / mkfifoat
1 Description:
2 mkfifoat() and mknodat(): create named FIFOs relative to a directory
3
4 Files:
5 lib/mkfifoat.c
6 lib/mknodat.c
7 lib/at-func.c
8 m4/mkfifoat.m4
9
10 Depends-on:
11 at-internal
12 dosname
13 errno
14 extensions
15 fchdir
16 openat-die
17 openat-h
18 save-cwd
19 sys_stat
20 mkfifo          [test $HAVE_MKFIFOAT = 0]
21 mknod           [test $HAVE_MKNODAT = 0]
22
23 configure.ac:
24 gl_FUNC_MKFIFOAT
25 if test $HAVE_MKFIFOAT = 0; then
26   AC_LIBOBJ([mkfifoat])
27 fi
28 if test $HAVE_MKNODAT = 0; then
29   AC_LIBOBJ([mknodat])
30 fi
31 gl_SYS_STAT_MODULE_INDICATOR([mkfifoat])
32 gl_SYS_STAT_MODULE_INDICATOR([mknodat])
33
34 Makefile.am:
35
36 Include:
37 <fcntl.h>
38 <sys/stat.h>
39
40 License:
41 GPL
42
43 Maintainer:
44 Jim Meyering, Eric Blake