md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / isapipe
1 Description:
2 Test whether a file descriptor is a pipe.
3
4 Files:
5 lib/isapipe.c
6 lib/isapipe.h
7 m4/isapipe.m4
8
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]
15
16 configure.ac:
17 gl_ISAPIPE
18 if test $HAVE_ISAPIPE = 0; then
19   AC_LIBOBJ([isapipe])
20   gl_PREREQ_ISAPIPE
21 fi
22
23 Makefile.am:
24
25 Include:
26 "isapipe.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 Paul Eggert, Jim Meyering