regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / lib / isapipe.h
index 187527a..c108e30 100644 (file)
@@ -1 +1,6 @@
-int isapipe (int);
+/* Whether pipes are FIFOs; -1 if not known.  */
+#ifndef HAVE_FIFO_PIPES
+# define HAVE_FIFO_PIPES (-1)
+#endif
+
+int isapipe (int fd);