totalordermagl: Add tests.
[gnulib.git] / modules / isapipe
blobb065843f4742b1129f4232fb0fb11b2bbd7de055
1 Description:
2 Test whether a file descriptor is a pipe.
4 Files:
5 lib/isapipe.c
6 lib/isapipe.h
7 m4/isapipe.m4
9 Depends-on:
10 stdbool         [test $HAVE_ISAPIPE = 0]
11 sys_stat        [test $HAVE_ISAPIPE = 0]
12 unistd          [test $HAVE_ISAPIPE = 0]
13 msvc-nothrow    [test $HAVE_ISAPIPE = 0]
14 fstat           [test $HAVE_ISAPIPE = 0]
16 configure.ac:
17 gl_ISAPIPE
18 gl_CONDITIONAL([GL_COND_OBJ_ISAPIPE], [test $HAVE_ISAPIPE = 0])
19 AM_COND_IF([GL_COND_OBJ_ISAPIPE], [
20   gl_PREREQ_ISAPIPE
23 Makefile.am:
24 if GL_COND_OBJ_ISAPIPE
25 lib_SOURCES += isapipe.c
26 endif
28 Include:
29 "isapipe.h"
31 License:
32 LGPL
34 Maintainer:
35 Paul Eggert, Jim Meyering