getline: Simplify.
[pspp] / modules / mkfifoat
index db2f0da84a65be3a5afa08624ddd05fdb39b8c8f..705fb4f9cf72d830d2a849b6613e4d02740fd2b1 100644 (file)
@@ -3,13 +3,16 @@ mkfifoat() and mknodat(): create named FIFOs relative to a directory
 
 Files:
 lib/mkfifoat.c
+lib/mknodat.c
 m4/mkfifoat.m4
 
 Depends-on:
+sys_stat
 extensions
 fcntl-h
-openat
-sys_stat
+mkfifo          [test $HAVE_MKFIFOAT = 0]
+mknod           [test $HAVE_MKNODAT = 0]
+openat          [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
 
 configure.ac:
 gl_FUNC_MKFIFOAT