summaryrefslogtreecommitdiff
path: root/gnulib/modules/isapipe
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/isapipe')
m---------gnulib0
-rw-r--r--gnulib/modules/isapipe32
2 files changed, 32 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/isapipe b/gnulib/modules/isapipe
new file mode 100644
index 0000000..25a87b1
--- /dev/null
+++ b/gnulib/modules/isapipe
@@ -0,0 +1,32 @@
+Description:
+Test whether a file descriptor is a pipe.
+
+Files:
+lib/isapipe.c
+lib/isapipe.h
+m4/isapipe.m4
+
+Depends-on:
+stdbool [test $HAVE_ISAPIPE = 0]
+sys_stat [test $HAVE_ISAPIPE = 0]
+unistd [test $HAVE_ISAPIPE = 0]
+msvc-nothrow [test $HAVE_ISAPIPE = 0]
+fstat [test $HAVE_ISAPIPE = 0]
+
+configure.ac:
+gl_ISAPIPE
+if test $HAVE_ISAPIPE = 0; then
+ AC_LIBOBJ([isapipe])
+ gl_PREREQ_ISAPIPE
+fi
+
+Makefile.am:
+
+Include:
+"isapipe.h"
+
+License:
+LGPL
+
+Maintainer:
+Paul Eggert, Jim Meyering